CodeSonar C++ API
[For improved navigation, enable JavaScript.]
cs_symbol_kind_decls.hpp
Go to the documentation of this file.
1 
2 /*
3  * Copyright (c) 2023, an unpublished work by CodeSecure, Inc.
4  * ALL RIGHTS RESERVED
5  *
6  * Copyright (c) 2013-2023, an unpublished work by GrammaTech, Inc.
7  * ALL RIGHTS RESERVED
8  *
9  * This software is furnished under a license and may be used and
10  * copied only in accordance with the terms of such license and the
11  * inclusion of the above copyright notice. This software or any
12  * other copies thereof may not be provided or otherwise made
13  * available to any other person. Title to and ownership of the
14  * software is retained by CodeSecure, Inc.
15  */
24  static const symbol_kind USER;
25 
26 
31  static const symbol_kind INTERMEDIATE;
32 
33 
38  static const symbol_kind PARAM;
39 
40 
45  static const symbol_kind RETURN;
46 
47 
52  static const symbol_kind RESULT;
53 
54 
59  static const symbol_kind HEAP;
60 
61 
66  static const symbol_kind STRING;
67 
68 
73  static const symbol_kind FUNCTION;
74 
75 
80  static const symbol_kind LABEL;
81 
82 
87  static const symbol_kind INTERNAL;
88 
89 
94  static const symbol_kind SUBOBJ;
static const symbol_kind RETURN
Kind return.
Definition: cs_symbol_kind_decls.hpp:45
static const symbol_kind SUBOBJ
Kind subobj.
Definition: cs_symbol_kind_decls.hpp:94
static const symbol_kind FUNCTION
Kind function.
Definition: cs_symbol_kind_decls.hpp:73
static const symbol_kind LABEL
Kind label.
Definition: cs_symbol_kind_decls.hpp:80
static const symbol_kind USER
Kind user.
Definition: cs_symbol_kind_decls.hpp:24
static const symbol_kind INTERNAL
Kind internal.
Definition: cs_symbol_kind_decls.hpp:87
static const symbol_kind INTERMEDIATE
Kind intermediate.
Definition: cs_symbol_kind_decls.hpp:31
static const symbol_kind PARAM
Kind param.
Definition: cs_symbol_kind_decls.hpp:38
static const symbol_kind HEAP
Kind heap.
Definition: cs_symbol_kind_decls.hpp:59
static const symbol_kind STRING
Kind string.
Definition: cs_symbol_kind_decls.hpp:66
static const symbol_kind RESULT
Kind result.
Definition: cs_symbol_kind_decls.hpp:52