CodeSonar C++ API
[For improved navigation, enable JavaScript.]
cs_result_defs.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  */
18 #ifdef CS_CPP_IMPL
19 const result result::SUCCESS = result(CS_SUCCESS);
20 const result result::OUT_OF_ELEMENTS = result(CS_OUT_OF_ELEMENTS);
21 const result result::TRUNCATED = result(CS_TRUNCATED);
22 const result result::ELEMENT_NOT_PRESENT = result(CS_ELEMENT_NOT_PRESENT);
23 const result result::ELEMENT_ALREADY_PRESENT = result(CS_ELEMENT_ALREADY_PRESENT);
24 const result result::REPLACED = result(CS_REPLACED);
25 const result result::NO_LOWER_BOUND = result(CS_NO_LOWER_BOUND);
26 const result result::NO_UPPER_BOUND = result(CS_NO_UPPER_BOUND);
27 const result result::NO_BOUNDS = result(CS_NO_BOUNDS);
28 const result result::NOT_A_MANGLED_NAME = result(CS_NOT_A_MANGLED_NAME);
29 const result result::DEMANGLE_FAILED = result(CS_DEMANGLE_FAILED);
30 const result result::GENERATED_COMPILATION = result(CS_GENERATED_COMPILATION);
31 const result result::NO_SOURCE_CORRESPONDENCE = result(CS_NO_SOURCE_CORRESPONDENCE);
32 const result result::FILTERED_OUT = result(CS_FILTERED_OUT);
33 const result result::ABS_LOC_HAS_NO_PARENT = result(CS_ABS_LOC_HAS_NO_PARENT);
34 const result result::ABS_LOC_HAS_NO_INLINE_SOURCE = result(CS_ABS_LOC_HAS_NO_INLINE_SOURCE);
35 const result result::DECLARATIONS_UNKNOWN = result(CS_DECLARATIONS_UNKNOWN);
36 const result result::NO_PRIMARY_DECLARATION = result(CS_NO_PRIMARY_DECLARATION);
37 const result result::ABS_LOC_NOT_FUNCTION = result(CS_ABS_LOC_NOT_FUNCTION);
38 const result result::ABS_LOC_HAS_NO_PDG = result(CS_ABS_LOC_HAS_NO_PDG);
39 const result result::NO_REPRESENTED_STRING = result(CS_NO_REPRESENTED_STRING);
40 const result result::ABS_LOC_IS_GLOBAL = result(CS_ABS_LOC_IS_GLOBAL);
41 const result result::ABS_LOC_PDG_UNDEFINED = result(CS_ABS_LOC_PDG_UNDEFINED);
42 const result result::PDG_NOT_FOUND = result(CS_PDG_NOT_FOUND);
43 const result result::PDG_IS_UNDEFINED = result(CS_PDG_IS_UNDEFINED);
44 const result result::PDG_VERTEX_HAS_NO_SYMBOL = result(CS_PDG_VERTEX_HAS_NO_SYMBOL);
45 const result result::PDG_VERTEX_HAS_ZERO_OR_MULTIPLE_SUCCESSORS = result(CS_PDG_VERTEX_HAS_ZERO_OR_MULTIPLE_SUCCESSORS);
46 const result result::PDG_VERTEX_HAS_ZERO_OR_MULTIPLE_PREDECESSORS = result(CS_PDG_VERTEX_HAS_ZERO_OR_MULTIPLE_PREDECESSORS);
47 const result result::PDGV_NOT_IN_BASIC_BLOCK = result(CS_PDGV_NOT_IN_BASIC_BLOCK);
48 const result result::NO_SUCH_BASIC_BLOCK = result(CS_NO_SUCH_BASIC_BLOCK);
49 const result result::NO_SUCH_PDG_VERTEX = result(CS_NO_SUCH_PDG_VERTEX);
50 const result result::NO_SUCH_PDG = result(CS_NO_SUCH_PDG);
51 const result result::PDG_HAS_NO_NORMAL_EXIT = result(CS_PDG_HAS_NO_NORMAL_EXIT);
52 const result result::PDG_HAS_NO_NORMAL_RETURN = result(CS_PDG_HAS_NO_NORMAL_RETURN);
53 const result result::VERTEX_HAS_NO_RANK = result(CS_VERTEX_HAS_NO_RANK);
54 const result result::NO_POSITION = result(CS_NO_POSITION);
55 const result result::NOT_IMPLEMENTED = result(CS_NOT_IMPLEMENTED);
56 const result result::CALLER_SHOULD_HANDLE = result(CS_CALLER_SHOULD_HANDLE);
57 const result result::FRONT_END_DOES_NOT_IMPLEMENT_FEATURE = result(CS_FRONT_END_DOES_NOT_IMPLEMENT_FEATURE);
58 const result result::DISCRETIONARY_ERROR_IO_PARTIAL_READ = result(CS_DISCRETIONARY_ERROR_IO_PARTIAL_READ);
59 const result result::ERROR_INVALID_SDG = result(CS_ERROR_INVALID_SDG);
60 const result result::PATH_INFEASIBLE = result(CS_PATH_INFEASIBLE);
61 const result result::ERROR_INVALID_SDG_STORE = result(CS_ERROR_INVALID_SDG_STORE);
62 const result result::ERROR_INVALID_OPERATOR = result(CS_ERROR_INVALID_OPERATOR);
63 const result result::ERROR_INVALID_ATTRIBUTE = result(CS_ERROR_INVALID_ATTRIBUTE);
64 const result result::ERROR_SDG_NOT_PRESENT = result(CS_ERROR_SDG_NOT_PRESENT);
65 const result result::ERROR_AN_SDG_ALREADY_PRESENT = result(CS_ERROR_AN_SDG_ALREADY_PRESENT);
66 const result result::ERROR_NO_CFG_EDGES = result(CS_ERROR_NO_CFG_EDGES);
67 const result result::ERROR_NO_INTER_CFG_EDGES = result(CS_ERROR_NO_INTER_CFG_EDGES);
68 const result result::ERROR_NO_USE_DEF_SETS = result(CS_ERROR_NO_USE_DEF_SETS);
69 const result result::ERROR_NO_BACKWARD_CFG_EDGES = result(CS_ERROR_NO_BACKWARD_CFG_EDGES);
70 const result result::ERROR_NO_BASIC_BLOCKS = result(CS_ERROR_NO_BASIC_BLOCKS);
71 const result result::ERROR_NO_POINTER_ANALYSIS = result(CS_ERROR_NO_POINTER_ANALYSIS);
72 const result result::ERROR_NO_DECL_VERTICES = result(CS_ERROR_NO_DECL_VERTICES);
73 const result result::ERROR_NO_GMOD = result(CS_ERROR_NO_GMOD);
74 const result result::ERROR_NO_DATA_DEPENDENCE = result(CS_ERROR_NO_DATA_DEPENDENCE);
75 const result result::ERROR_NO_CONTROL_DEPENDENCE = result(CS_ERROR_NO_CONTROL_DEPENDENCE);
76 const result result::ERROR_NO_CONTROL_DEPENDENCE_LABELS = result(CS_ERROR_NO_CONTROL_DEPENDENCE_LABELS);
77 const result result::ERROR_NO_DEPENDENCES = result(CS_ERROR_NO_DEPENDENCES);
78 const result result::ERROR_NO_SUB_OBJECT_ABS_LOCS = result(CS_ERROR_NO_SUB_OBJECT_ABS_LOCS);
79 const result result::ERROR_NOT_IN_BATCH_MODE = result(CS_ERROR_NOT_IN_BATCH_MODE);
80 const result result::ERROR_IMMUTABLE_DATA_STRUCTURE = result(CS_ERROR_IMMUTABLE_DATA_STRUCTURE);
81 const result result::ERROR_CANNOT_FIND_PATH = result(CS_ERROR_CANNOT_FIND_PATH);
82 const result result::ERROR_INVALID_SFID = result(CS_ERROR_INVALID_SFID);
83 const result result::ERROR_INVALID_SFID_STRING = result(CS_ERROR_INVALID_SFID_STRING);
84 const result result::ERROR_INVALID_UNITLINE = result(CS_ERROR_INVALID_UNITLINE);
85 const result result::ERROR_LANGUAGE_NOT_FOUND = result(CS_ERROR_LANGUAGE_NOT_FOUND);
86 const result result::ERROR_NO_LICENSE = result(CS_ERROR_NO_LICENSE);
87 const result result::ERROR_LICENSE_VERIFICATION_FAILED = result(CS_ERROR_LICENSE_VERIFICATION_FAILED);
88 const result result::ERROR_LICENSE_LOCK_LOST = result(CS_ERROR_LICENSE_LOCK_LOST);
89 const result result::ERROR_NO_BUILDER_LICENSE = result(CS_ERROR_NO_BUILDER_LICENSE);
90 const result result::ERROR_NONINCR_TO_INCR = result(CS_ERROR_NONINCR_TO_INCR);
91 const result result::ERROR_PARAM_EVAL_ORDER_DIFFER = result(CS_ERROR_PARAM_EVAL_ORDER_DIFFER);
92 const result result::ERROR_CFG_EDGES_DIFFER = result(CS_ERROR_CFG_EDGES_DIFFER);
93 const result result::ERROR_BASIC_BLOCKS_DIFFER = result(CS_ERROR_BASIC_BLOCKS_DIFFER);
94 const result result::ERROR_DISPLAY_USES_EXPRS_DIFFER = result(CS_ERROR_DISPLAY_USES_EXPRS_DIFFER);
95 const result result::ERROR_BINARIES_PRESENT_DIFFER = result(CS_ERROR_BINARIES_PRESENT_DIFFER);
96 const result result::ERROR_PDG_VERTEX_TO_AST_MAPPING_DIFFER = result(CS_ERROR_PDG_VERTEX_TO_AST_MAPPING_DIFFER);
97 const result result::ERROR_RETAIN_UNNORMALIZED_C_AST_DIFFER = result(CS_ERROR_RETAIN_UNNORMALIZED_C_AST_DIFFER);
98 const result result::ERROR_COMPUTE_SSA_DIFFER = result(CS_ERROR_COMPUTE_SSA_DIFFER);
99 const result result::ERROR_PI_NODES_DIFFER = result(CS_ERROR_PI_NODES_DIFFER);
100 const result result::ERROR_NORM_DISJUNCTIVES_DIFFER = result(CS_ERROR_NORM_DISJUNCTIVES_DIFFER);
101 const result result::ERROR_INVALID_SET_KIND = result(CS_ERROR_INVALID_SET_KIND);
102 const result result::ERROR_INVALID_ABS_LOC_KIND = result(CS_ERROR_INVALID_ABS_LOC_KIND);
103 const result result::ERROR_UNKNOWN_ABS_LOC_KIND = result(CS_ERROR_UNKNOWN_ABS_LOC_KIND);
104 const result result::ERROR_INVALID_PDG_KIND = result(CS_ERROR_INVALID_PDG_KIND);
105 const result result::ERROR_INVALID_VERTEX_KIND = result(CS_ERROR_INVALID_VERTEX_KIND);
106 const result result::ERROR_INVALID_VERTEX_SYNTAX_KIND = result(CS_ERROR_INVALID_VERTEX_SYNTAX_KIND);
107 const result result::ERROR_INVALID_VERTEX_SYNTAX_ELEMENT = result(CS_ERROR_INVALID_VERTEX_SYNTAX_ELEMENT);
108 const result result::ERROR_INVALID_PDG_EDGE_KIND = result(CS_ERROR_INVALID_PDG_EDGE_KIND);
109 const result result::ERROR_INVALID_FILTER_PDG_DIRECTIVE = result(CS_ERROR_INVALID_FILTER_PDG_DIRECTIVE);
110 const result result::ERROR_INVALID_FILTER_PDG_VERTEX_DIRECTIVE = result(CS_ERROR_INVALID_FILTER_PDG_VERTEX_DIRECTIVE);
111 const result result::ERROR_INVALID_PS_ENUM = result(CS_ERROR_INVALID_PS_ENUM);
112 const result result::ERROR_NEGATIVE_THRESHOLD = result(CS_ERROR_NEGATIVE_THRESHOLD);
113 const result result::ERROR_FATOBJ_STORE_OPEN_FAILED = result(CS_ERROR_FATOBJ_STORE_OPEN_FAILED);
114 const result result::ERROR_FATOBJ_STORE_DIRTY = result(CS_ERROR_FATOBJ_STORE_DIRTY);
115 const result result::ERROR_IO_OPEN_FILE_TO_READ = result(CS_ERROR_IO_OPEN_FILE_TO_READ);
116 const result result::ERROR_IO_OPEN_FILE_TO_WRITE = result(CS_ERROR_IO_OPEN_FILE_TO_WRITE);
117 const result result::ERROR_IO_OPEN_FILE_LOCK_FAILURE = result(CS_ERROR_IO_OPEN_FILE_LOCK_FAILURE);
118 const result result::ERROR_IO_LOCK = result(CS_ERROR_IO_LOCK);
119 const result result::ERROR_IO_LOCKED_BY_OTHER = result(CS_ERROR_IO_LOCKED_BY_OTHER);
120 const result result::ERROR_IO_SEEK = result(CS_ERROR_IO_SEEK);
121 const result result::ERROR_IO_SEEK_TO_EOF = result(CS_ERROR_IO_SEEK_TO_EOF);
122 const result result::ERROR_IO_FLUSH = result(CS_ERROR_IO_FLUSH);
123 const result result::ERROR_IO_READ = result(CS_ERROR_IO_READ);
124 const result result::ERROR_IO_READ_ZERO = result(CS_ERROR_IO_READ_ZERO);
125 const result result::ERROR_IO_READ_TOO_MUCH = result(CS_ERROR_IO_READ_TOO_MUCH);
126 const result result::ERROR_IO_WRITE = result(CS_ERROR_IO_WRITE);
127 const result result::ERROR_IO_WRITE_ZERO = result(CS_ERROR_IO_WRITE_ZERO);
128 const result result::ERROR_IO_WRITE_TOO_MUCH = result(CS_ERROR_IO_WRITE_TOO_MUCH);
129 const result result::ERROR_IO_WRITE_TO_READ_ONLY = result(CS_ERROR_IO_WRITE_TO_READ_ONLY);
130 const result result::ERROR_IO_READ_PAST_EOF = result(CS_ERROR_IO_READ_PAST_EOF);
131 const result result::ERROR_IO_WRITE_PAST_EOF = result(CS_ERROR_IO_WRITE_PAST_EOF);
132 const result result::ERROR_IO_SEEK_PAST_EOF = result(CS_ERROR_IO_SEEK_PAST_EOF);
133 const result result::ERROR_IO_STAT = result(CS_ERROR_IO_STAT);
134 const result result::ERROR_IO_MOVE_EOF = result(CS_ERROR_IO_MOVE_EOF);
135 const result result::ERROR_IO_GET_EOF = result(CS_ERROR_IO_GET_EOF);
136 const result result::ERROR_IO_GET_POSITION = result(CS_ERROR_IO_GET_POSITION);
137 const result result::ERROR_IO_CLOSE = result(CS_ERROR_IO_CLOSE);
138 const result result::ERROR_IO_READ_BAD_CHECKSUM = result(CS_ERROR_IO_READ_BAD_CHECKSUM);
139 const result result::ERROR_IO_RENAME = result(CS_ERROR_IO_RENAME);
140 const result result::ERROR_INVALID_SEEK_RETURN_RANGE = result(CS_ERROR_INVALID_SEEK_RETURN_RANGE);
141 const result result::ERROR_INVALID_LINE_POSITION = result(CS_ERROR_INVALID_LINE_POSITION);
142 const result result::ERROR_PARAMETER_TOO_LARGE = result(CS_ERROR_PARAMETER_TOO_LARGE);
143 const result result::ERROR_FOREIGN_EXCEPTION = result(CS_ERROR_FOREIGN_EXCEPTION);
144 const result result::ERROR_FORK_FAILED = result(CS_ERROR_FORK_FAILED);
145 const result result::ERROR_CREATE_THREAD_FAILED = result(CS_ERROR_CREATE_THREAD_FAILED);
146 const result result::ERROR_NOT_A_CALL_SITE = result(CS_ERROR_NOT_A_CALL_SITE);
147 const result result::ERROR_NOT_AN_ACTUAL_IN = result(CS_ERROR_NOT_AN_ACTUAL_IN);
148 const result result::ERROR_NOT_AN_ACTUAL_OUT = result(CS_ERROR_NOT_AN_ACTUAL_OUT);
149 const result result::ERROR_NO_EXCEPTIONS_OR_ABNORMAL_EXITS = result(CS_ERROR_NO_EXCEPTIONS_OR_ABNORMAL_EXITS);
150 const result result::ERROR_DISALLOWED_SET_KIND = result(CS_ERROR_DISALLOWED_SET_KIND);
151 const result result::ERROR_NO_SUMMARY_EDGES = result(CS_ERROR_NO_SUMMARY_EDGES);
152 const result result::ERROR_NO_SCC = result(CS_ERROR_NO_SCC);
153 const result result::ERROR_UID_NOT_FOUND = result(CS_ERROR_UID_NOT_FOUND);
154 const result result::ERROR_INVALID_OFFSET = result(CS_ERROR_INVALID_OFFSET);
155 const result result::ERROR_COUNT_UNKNOWN_BUT_POSITIVE = result(CS_ERROR_COUNT_UNKNOWN_BUT_POSITIVE);
156 const result result::ERROR_COUNT_UNKNOWN = result(CS_ERROR_COUNT_UNKNOWN);
157 const result result::ERROR_INVALID_SFID_OR_LINE = result(CS_ERROR_INVALID_SFID_OR_LINE);
158 const result result::ERROR_INVALID_COLORING_ID = result(CS_ERROR_INVALID_COLORING_ID);
159 const result result::ERROR_INVALID_SYNTAX_KIND = result(CS_ERROR_INVALID_SYNTAX_KIND);
160 const result result::ERROR_INVALID_TOKDEF_KIND = result(CS_ERROR_INVALID_TOKDEF_KIND);
161 const result result::ERROR_NO_CONTAINER = result(CS_ERROR_NO_CONTAINER);
162 const result result::ERROR_GET_HOST_NAME_FAILED = result(CS_ERROR_GET_HOST_NAME_FAILED);
163 const result result::ERROR_GET_COMPUTER_NAME_FAILED = result(CS_ERROR_GET_COMPUTER_NAME_FAILED);
164 const result result::ERROR_GET_PW_UID_FAILED = result(CS_ERROR_GET_PW_UID_FAILED);
165 const result result::ERROR_GET_USER_NAME_FAILED = result(CS_ERROR_GET_USER_NAME_FAILED);
166 const result result::ERROR_INVALID_ARGUMENT = result(CS_ERROR_INVALID_ARGUMENT);
167 const result result::ERROR_OVERFLOW = result(CS_ERROR_OVERFLOW);
168 const result result::ERROR_OUT_OF_MEMORY = result(CS_ERROR_OUT_OF_MEMORY);
169 const result result::ERROR_INVALID_TYPE = result(CS_ERROR_INVALID_TYPE);
170 const result result::ERROR_NO_SUCH_PDG_HAMMOCK = result(CS_ERROR_NO_SUCH_PDG_HAMMOCK);
171 const result result::ERROR_HAMMOCK_NUM_EXIT_EDGE_SETS = result(CS_ERROR_HAMMOCK_NUM_EXIT_EDGE_SETS);
172 const result result::INTERNAL_STOP_TRAVERSAL = result(CS_INTERNAL_STOP_TRAVERSAL);
173 const result result::INCOMPATIBLE_ARGUMENTS = result(CS_INCOMPATIBLE_ARGUMENTS);
174 const result result::INVALID_DATA_FORMAT = result(CS_INVALID_DATA_FORMAT);
175 const result result::ERROR_GRAN_MISMATCH = result(CS_ERROR_GRAN_MISMATCH);
176 const result result::METRIC_NOT_COMPUTED = result(CS_METRIC_NOT_COMPUTED);
177 const result result::TIMEOUT = result(CS_TIMEOUT);
178 const result result::ERROR_MISMATCH = result(CS_ERROR_MISMATCH);
179 const result result::ERROR_INVALID_SLAVE_OPERATION = result(CS_ERROR_INVALID_SLAVE_OPERATION);
180 const result result::ERROR_INVALID_PHASE_FOR_OPERATION = result(CS_ERROR_INVALID_PHASE_FOR_OPERATION);
181 const result result::DISABLED = result(CS_DISABLED);
182 const result result::ERROR_CODESURFER_ONLY = result(CS_ERROR_CODESURFER_ONLY);
183 const result result::ERROR_CODESONAR_ONLY = result(CS_ERROR_CODESONAR_ONLY);
184 const result result::ERROR_INCOMPATIBLE_VERSION = result(CS_ERROR_INCOMPATIBLE_VERSION);
185 const result result::AMC_IS_BOTTOM = result(CS_AMC_IS_BOTTOM);
186 const result result::AMC_NOT_AVAILABLE = result(CS_AMC_NOT_AVAILABLE);
187 const result result::NOT_MACHINE_CODE = result(CS_NOT_MACHINE_CODE);
188 const result result::MODULE_IR_NOT_AVAILABLE = result(CS_MODULE_IR_NOT_AVAILABLE);
189 const result result::ERROR_ANALYSIS_NOT_RUN = result(CS_ERROR_ANALYSIS_NOT_RUN);
190 const result result::ERROR_INVALID_AST_CLASS = result(CS_ERROR_INVALID_AST_CLASS);
191 const result result::ERROR_INVALID_KIND = result(CS_ERROR_INVALID_KIND);
192 const result result::ERROR_INVALID_FAMILY = result(CS_ERROR_INVALID_FAMILY);
193 const result result::ERROR_INVALID_LANGUAGE = result(CS_ERROR_INVALID_LANGUAGE);
194 const result result::ERROR_INVALID_LINE = result(CS_ERROR_INVALID_LINE);
195 const result result::ERROR_INVALID_LINK_TYPE = result(CS_ERROR_INVALID_LINK_TYPE);
196 const result result::ERROR_INVALID_FLAG = result(CS_ERROR_INVALID_FLAG);
197 const result result::ERROR_ARGUMENT_CANNOT_BE_NULL = result(CS_ERROR_ARGUMENT_CANNOT_BE_NULL);
198 const result result::ERROR_ARGUMENT_CANNOT_BE_EMPTY = result(CS_ERROR_ARGUMENT_CANNOT_BE_EMPTY);
199 const result result::ERROR_RANGE_CANNOT_BE_EMPTY = result(CS_ERROR_RANGE_CANNOT_BE_EMPTY);
200 const result result::ERROR_NOT_A_GLOBAL = result(CS_ERROR_NOT_A_GLOBAL);
201 const result result::ERROR_COMPUNIT_HAS_NO_SFILEINST = result(CS_ERROR_COMPUNIT_HAS_NO_SFILEINST);
202 const result result::ERROR_NOT_INITIALIZED = result(CS_ERROR_NOT_INITIALIZED);
203 const result result::ERROR_LAUNCHD_NO_HOME = result(CS_ERROR_LAUNCHD_NO_HOME);
204 const result result::ERROR_LAUNCHD_QUOTA_EXCEEDED = result(CS_ERROR_LAUNCHD_QUOTA_EXCEEDED);
205 const result result::INTERNAL_ERROR_BAD_ABS_LOC_KIND = result(CS_INTERNAL_ERROR_BAD_ABS_LOC_KIND);
206 const result result::INTERNAL_ERROR_BAD_ABS_LOC_UID = result(CS_INTERNAL_ERROR_BAD_ABS_LOC_UID);
207 const result result::INTERNAL_ERROR_NULL_ABS_LOC_FIELD = result(CS_INTERNAL_ERROR_NULL_ABS_LOC_FIELD);
208 const result result::INTERNAL_ERROR_NULL_ABS_LOC_FIELDS = result(CS_INTERNAL_ERROR_NULL_ABS_LOC_FIELDS);
209 const result result::INTERNAL_ERROR_NULL_INL_TARGET = result(CS_INTERNAL_ERROR_NULL_INL_TARGET);
210 const result result::INTERNAL_ERROR_NULL_INL_TARGETS = result(CS_INTERNAL_ERROR_NULL_INL_TARGETS);
211 const result result::INTERNAL_ERROR_NULL_LAST_VERTEX = result(CS_INTERNAL_ERROR_NULL_LAST_VERTEX);
212 const result result::INTERNAL_ERROR_NULL_LAST_VERTEX_2 = result(CS_INTERNAL_ERROR_NULL_LAST_VERTEX_2);
213 const result result::INTERNAL_ERROR_ABS_LOC_SET_CLOSE = result(CS_INTERNAL_ERROR_ABS_LOC_SET_CLOSE);
214 const result result::INTERNAL_ERROR_BB_SET_CLOSE = result(CS_INTERNAL_ERROR_BB_SET_CLOSE);
215 const result result::INTERNAL_ERROR_PDGV_SET_CLOSE = result(CS_INTERNAL_ERROR_PDGV_SET_CLOSE);
216 const result result::INTERNAL_ERROR_IP_SET_CLOSE = result(CS_INTERNAL_ERROR_IP_SET_CLOSE);
217 const result result::INTERNAL_ERROR_IP_MAP_COMPUTE_FAIL = result(CS_INTERNAL_ERROR_IP_MAP_COMPUTE_FAIL);
218 const result result::INTERNAL_ERROR_BAD_FORMAL = result(CS_INTERNAL_ERROR_BAD_FORMAL);
219 const result result::INTERNAL_ERROR_PDG_MISSING = result(CS_INTERNAL_ERROR_PDG_MISSING);
220 const result result::INTERNAL_ERROR_PDG_MISSING_02 = result(CS_INTERNAL_ERROR_PDG_MISSING_02);
221 const result result::INTERNAL_ERROR_AIN_NO_CALL = result(CS_INTERNAL_ERROR_AIN_NO_CALL);
222 const result result::INTERNAL_ERROR_PDG_CALL_NO_CALLEE = result(CS_INTERNAL_ERROR_PDG_CALL_NO_CALLEE);
223 const result result::INTERNAL_ERROR_PDG_CALL_NO_CALLEE_2 = result(CS_INTERNAL_ERROR_PDG_CALL_NO_CALLEE_2);
224 const result result::INTERNAL_ERROR_PDG_CALL_NO_CALLEE_3 = result(CS_INTERNAL_ERROR_PDG_CALL_NO_CALLEE_3);
225 const result result::INTERNAL_ERROR_GET_ISET = result(CS_INTERNAL_ERROR_GET_ISET);
226 const result result::INTERNAL_ERROR_GET_LENGTH = result(CS_INTERNAL_ERROR_GET_LENGTH);
227 const result result::INTERNAL_ERROR_UNION_P_FAILS = result(CS_INTERNAL_ERROR_UNION_P_FAILS);
228 const result result::INTERNAL_ERROR_UID_SFID_HANDLES_NOT_DEFINED = result(CS_INTERNAL_ERROR_UID_SFID_HANDLES_NOT_DEFINED);
229 const result result::INTERNAL_ERROR_UID_SFID_HANDLES_NOT_LIST = result(CS_INTERNAL_ERROR_UID_SFID_HANDLES_NOT_LIST);
230 const result result::INTERNAL_ERROR_UID_SFID_HANDLES_NOT_PAIR = result(CS_INTERNAL_ERROR_UID_SFID_HANDLES_NOT_PAIR);
231 const result result::INTERNAL_ERROR_UID_SFID_HANDLES_NOT_SHANDLE = result(CS_INTERNAL_ERROR_UID_SFID_HANDLES_NOT_SHANDLE);
232 const result result::INTERNAL_ERROR_UID_SFID_HANDLES_NOT_SFID = result(CS_INTERNAL_ERROR_UID_SFID_HANDLES_NOT_SFID);
233 const result result::INTERNAL_ERROR_UID_SFID_HANDLES_MISSING_TMPDIR = result(CS_INTERNAL_ERROR_UID_SFID_HANDLES_MISSING_TMPDIR);
234 const result result::INTERNAL_ERROR_U2S_MISSING_TMPDIR = result(CS_INTERNAL_ERROR_U2S_MISSING_TMPDIR);
235 const result result::INTERNAL_ERROR_TRY_AGAIN_LATER = result(CS_INTERNAL_ERROR_TRY_AGAIN_LATER);
236 const result result::INTERNAL_ERROR_GETCWD_FAILED = result(CS_INTERNAL_ERROR_GETCWD_FAILED);
237 const result result::INTERNAL_ERROR_GETCURRENTDIRECTORY_FAILED = result(CS_INTERNAL_ERROR_GETCURRENTDIRECTORY_FAILED);
238 const result result::INTERNAL_ERROR_UNEXPECTED_RESPONSE_CODE = result(CS_INTERNAL_ERROR_UNEXPECTED_RESPONSE_CODE);
239 const result result::INTERNAL_ERROR_UNEXPECTED_MESSAGE = result(CS_INTERNAL_ERROR_UNEXPECTED_MESSAGE);
240 const result result::INTERNAL_ERROR_CONNECTION_FAILED = result(CS_INTERNAL_ERROR_CONNECTION_FAILED);
241 const result result::INTERNAL_ERROR_OPENSCMANAGER_FAILED = result(CS_INTERNAL_ERROR_OPENSCMANAGER_FAILED);
242 const result result::INTERNAL_ERROR_CREATESERVICE_FAILED = result(CS_INTERNAL_ERROR_CREATESERVICE_FAILED);
243 const result result::INTERNAL_ERROR_OPENSERVICE_FAILED = result(CS_INTERNAL_ERROR_OPENSERVICE_FAILED);
244 const result result::INTERNAL_ERROR_STARTSERVICE_FAILED = result(CS_INTERNAL_ERROR_STARTSERVICE_FAILED);
245 const result result::INTERNAL_ERROR_SERVICE_DID_NOT_START = result(CS_INTERNAL_ERROR_SERVICE_DID_NOT_START);
246 const result result::INTERNAL_ERROR_SERVICE_UNEXPECTED_STATE = result(CS_INTERNAL_ERROR_SERVICE_UNEXPECTED_STATE);
247 const result result::INTERNAL_ERROR_QUERYSERVICESTATUS_FAILED = result(CS_INTERNAL_ERROR_QUERYSERVICESTATUS_FAILED);
248 const result result::INTERNAL_ERROR_DELETESERVICE_FAILED = result(CS_INTERNAL_ERROR_DELETESERVICE_FAILED);
249 const result result::INTERNAL_ERROR_TERMINAL_SERVER_NOT_OK = result(CS_INTERNAL_ERROR_TERMINAL_SERVER_NOT_OK);
250 const result result::INTERNAL_ERROR_KERNEL_OBJECT_NAME_UNKNOWN = result(CS_INTERNAL_ERROR_KERNEL_OBJECT_NAME_UNKNOWN);
251 const result result::INTERNAL_ERROR_GET_NTDLL_BASE_FAILED = result(CS_INTERNAL_ERROR_GET_NTDLL_BASE_FAILED);
252 const result result::INTERNAL_ERROR_UNFAMILIAR_SYSCALL = result(CS_INTERNAL_ERROR_UNFAMILIAR_SYSCALL);
253 const result result::INTERNAL_ERROR_DRVHOOKCS_CONFIGURE = result(CS_INTERNAL_ERROR_DRVHOOKCS_CONFIGURE);
254 const result result::INTERNAL_ERROR_DRVHOOKCS_ACTIVATE = result(CS_INTERNAL_ERROR_DRVHOOKCS_ACTIVATE);
255 const result result::INTERNAL_ERROR_DRVHOOKCS_FLTLIB_LOADLIBRARY = result(CS_INTERNAL_ERROR_DRVHOOKCS_FLTLIB_LOADLIBRARY);
256 const result result::INTERNAL_ERROR_DRVHOOKCS_FLTLIB_GETPROCADDRESS = result(CS_INTERNAL_ERROR_DRVHOOKCS_FLTLIB_GETPROCADDRESS);
257 const result result::INTERNAL_ERROR_MULTIBYTETOWIDECHAR = result(CS_INTERNAL_ERROR_MULTIBYTETOWIDECHAR);
258 const result result::INTERNAL_ERROR_ABS_LOC_FUNCTION_TO_PDG_NO_PDG = result(CS_INTERNAL_ERROR_ABS_LOC_FUNCTION_TO_PDG_NO_PDG);
259 const result result::INTERNAL_ERROR_REGISTRY_WRITE_FAILED = result(CS_INTERNAL_ERROR_REGISTRY_WRITE_FAILED);
260 const result result::INTERNAL_ERROR_DRVHOOKCS_SINGLE_PARSE_VERSION = result(CS_INTERNAL_ERROR_DRVHOOKCS_SINGLE_PARSE_VERSION);
261 const result result::INTERNAL_ERROR_DRVHOOKCS_INCOMPATIBLE_VERSION = result(CS_INTERNAL_ERROR_DRVHOOKCS_INCOMPATIBLE_VERSION);
262 const result result::INTERNAL_ERROR_VALUESET_NOT_FOUND = result(CS_INTERNAL_ERROR_VALUESET_NOT_FOUND);
263 const result result::INTERNAL_ERROR_NO_VALUESET_INTERFACE = result(CS_INTERNAL_ERROR_NO_VALUESET_INTERFACE);
264 const result result::ON_BAD_FILE_SYSTEM = result(CS_ON_BAD_FILE_SYSTEM);
265 const result result::ACCESS_DENIED = result(CS_ACCESS_DENIED);
266 const result result::SSL_CERTIFICATE_HOSTNAME_MISMATCH = result(CS_SSL_CERTIFICATE_HOSTNAME_MISMATCH);
267 const result result::SSL_CERTIFICATE_ERROR = result(CS_SSL_CERTIFICATE_ERROR);
268 const result result::ERROR_LICENSE_EXPIRED = result(CS_ERROR_LICENSE_EXPIRED);
269 const result result::INTERNAL_ERROR_UNKNOWN = result(CS_INTERNAL_ERROR_UNKNOWN);
270 #endif
static const result ERROR_NO_BACKWARD_CFG_EDGES
Set when a function is called that depends on backward CFG edges but the current project was built wi...
Definition: cs_result_decls.hpp:233
static const result MODULE_IR_NOT_AVAILABLE
The requested information is not available for the given module, because the module is summarized...
Definition: cs_result_decls.hpp:852
static const result ERROR_NO_USE_DEF_SETS
Set when a function is called that depends on CFG sets but the current project was built without them...
Definition: cs_result_decls.hpp:229
static const result ERROR_NO_DECL_VERTICES
When a function is called that depends on declaration vertices but the current project was built with...
Definition: cs_result_decls.hpp:245
static const result INTERNAL_ERROR_PDG_CALL_NO_CALLEE_2
Internal use only.
Definition: cs_result_decls.hpp:995
static const result ERROR_INVALID_COLORING_ID
Reserved for future use.
Definition: cs_result_decls.hpp:634
static const result INTERNAL_ERROR_UNFAMILIAR_SYSCALL
Internal use only.
Definition: cs_result_decls.hpp:1111
static const result INTERNAL_ERROR_UNION_P_FAILS
Internal use only.
Definition: cs_result_decls.hpp:1011
static const result ERROR_NOT_AN_ACTUAL_OUT
The relevant vertex is not an actual out.
Definition: cs_result_decls.hpp:594
static const result ELEMENT_NOT_PRESENT
The requested element of the data structure does not exist.
Definition: cs_result_decls.hpp:33
static const result ERROR_RANGE_CANNOT_BE_EMPTY
Set when the user invokes a function with an empty range when empty ones are not allowed.
Definition: cs_result_decls.hpp:896
static const result ERROR_INVALID_PS_ENUM
The predsucc_filter_directive is invalid.
Definition: cs_result_decls.hpp:443
static const result ERROR_INVALID_VERTEX_SYNTAX_KIND
When user invokes a function with an invalid point_syntax_kind.
Definition: cs_result_decls.hpp:423
static const result ABS_LOC_NOT_FUNCTION
The symbol passed to symbol::as_procedure() does not represent a function.
Definition: cs_result_decls.hpp:99
static const result ERROR_LICENSE_EXPIRED
The license has expired since being checked out.
Definition: cs_result_decls.hpp:1175
static const result INTERNAL_ERROR_NULL_LAST_VERTEX
Internal use only.
Definition: cs_result_decls.hpp:947
static const result INTERNAL_ERROR_UNKNOWN
This error should never be seen by an API client, even when something is horribly wrong...
Definition: cs_result_decls.hpp:1179
static const result ERROR_IO_OPEN_FILE_TO_WRITE
Set when cannot open a file to write.
Definition: cs_result_decls.hpp:463
static const result INTERNAL_ERROR_CONNECTION_FAILED
Internal use only.
Definition: cs_result_decls.hpp:1063
static const result ERROR_LAUNCHD_NO_HOME
A remote analysis was requested on a launchd that was never specified a home directory via -launchd-h...
Definition: cs_result_decls.hpp:915
static const result ERROR_NORM_DISJUNCTIVES_DIFFER
The system cannot perform an incremental build because the setting of option -norm-disjunctives has c...
Definition: cs_result_decls.hpp:399
static const result METRIC_NOT_COMPUTED
The requested metric value was not computed.
Definition: cs_result_decls.hpp:712
static const result ERROR_IO_READ
Set when a read operation (read/ReadFile) fails.
Definition: cs_result_decls.hpp:491
static const result PDG_HAS_NO_NORMAL_RETURN
The procedure has no normal return vertex.
Definition: cs_result_decls.hpp:165
static const result ERROR_ARGUMENT_CANNOT_BE_EMPTY
Set when the user invokes a function with an empty string or ranges when empty ones are not allowed...
Definition: cs_result_decls.hpp:892
static const result CALLER_SHOULD_HANDLE
The functionality is not handled at this layer, but should be handled by the caller.
Definition: cs_result_decls.hpp:181
static const result DISCRETIONARY_ERROR_IO_PARTIAL_READ
A read only partially succeeded, probably because of EOF.
Definition: cs_result_decls.hpp:189
static const result NO_SOURCE_CORRESPONDENCE
An IR element does not correspond to any source code so a request for coordinates in source code (e...
Definition: cs_result_decls.hpp:72
static const result ERROR_NEGATIVE_THRESHOLD
Set when a function is given a negative threshold.
Definition: cs_result_decls.hpp:447
static const result INTERNAL_ERROR_REGISTRY_WRITE_FAILED
Internal use only.
Definition: cs_result_decls.hpp:1139
static const result INTERNAL_ERROR_BAD_FORMAL
Internal use only.
Definition: cs_result_decls.hpp:975
static const result SSL_CERTIFICATE_ERROR
One of several issues with the server's TLS/SSL certificate make it invalid.
Definition: cs_result_decls.hpp:1171
static const result INTERNAL_ERROR_BAD_ABS_LOC_UID
Internal use only.
Definition: cs_result_decls.hpp:927
static const result ERROR_IMMUTABLE_DATA_STRUCTURE
Set when an attempt is made to mutate an immutable data structure.
Definition: cs_result_decls.hpp:289
static const result ABS_LOC_HAS_NO_PARENT
The symbol has no structural parent.
Definition: cs_result_decls.hpp:83
static const result ERROR_OUT_OF_MEMORY
Set when an allocation fails.
Definition: cs_result_decls.hpp:680
static const result ERROR_HAMMOCK_NUM_EXIT_EDGE_SETS
Hammock w/ incorrect number of exit edge sets.
Definition: cs_result_decls.hpp:692
static const result INTERNAL_ERROR_MULTIBYTETOWIDECHAR
Internal use only.
Definition: cs_result_decls.hpp:1131
static const result DEMANGLE_FAILED
An attempt was made to demangle an invalid mangled name.
Definition: cs_result_decls.hpp:61
static const result INTERNAL_ERROR_OPENSERVICE_FAILED
Internal use only.
Definition: cs_result_decls.hpp:1075
static const result ERROR_INVALID_OPERATOR
The operator is invalid.
Definition: cs_result_decls.hpp:205
static const result ERROR_INVALID_SLAVE_OPERATION
The operation is not valid from a slave process.
Definition: cs_result_decls.hpp:724
static const result ERROR_INVALID_KIND
Set when the user invokes a function with an invalid kind parameter.
Definition: cs_result_decls.hpp:864
static const result ERROR_INVALID_TYPE
Set when an invalid type is requested.
Definition: cs_result_decls.hpp:684
static const result ERROR_DISALLOWED_SET_KIND
The set kind is valid but not allowed for a particular operation.
Definition: cs_result_decls.hpp:602
static const result INTERNAL_ERROR_CREATESERVICE_FAILED
Internal use only.
Definition: cs_result_decls.hpp:1071
static const result ERROR_INVALID_LINE_POSITION
The position of the start of a line in a source file could not be determined.
Definition: cs_result_decls.hpp:563
static const result ERROR_INVALID_ARGUMENT
An argument is not a valid instance of the required type.
Definition: cs_result_decls.hpp:672
static const result ERROR_NO_BUILDER_LICENSE
No builder licenses are available.
Definition: cs_result_decls.hpp:325
static const result NO_REPRESENTED_STRING
Returned by symbol::represented_string() when the string associated with the specified symbol cannot ...
Definition: cs_result_decls.hpp:107
static const result ERROR_UNKNOWN_ABS_LOC_KIND
The kind of the symbol could not be determined.
Definition: cs_result_decls.hpp:411
static const result ERROR_INVALID_ATTRIBUTE
The attribute is invalid.
Definition: cs_result_decls.hpp:209
static const result ON_BAD_FILE_SYSTEM
The file is on a file system that could cause reliability or performance problems.
Definition: cs_result_decls.hpp:1159
static const result ABS_LOC_HAS_NO_PDG
The specified symbol is not contained by any procedure.
Definition: cs_result_decls.hpp:103
static const result ERROR_INVALID_TOKDEF_KIND
Reserved for future use.
Definition: cs_result_decls.hpp:642
static const result PDGV_NOT_IN_BASIC_BLOCK
A basic block related function (such as point::get_basic_block() ) is invoked on a point that is not ...
Definition: cs_result_decls.hpp:139
static const result NOT_IMPLEMENTED
The functionality is not implemented for the provided inputs.
Definition: cs_result_decls.hpp:177
static const result ERROR_ARGUMENT_CANNOT_BE_NULL
Set when the user invokes a function with a NULL argument but the parameter is not allowed to be null...
Definition: cs_result_decls.hpp:888
static const result INTERNAL_ERROR_DRVHOOKCS_FLTLIB_LOADLIBRARY
Internal use only.
Definition: cs_result_decls.hpp:1123
static const result ERROR_INVALID_PDG_EDGE_KIND
When user invokes a function with an invalid pdg_edge_kind.
Definition: cs_result_decls.hpp:431
static const result ERROR_IO_GET_EOF
Set when a attempt to retrieve EOF fails (lseek/GetFileSizeEx).
Definition: cs_result_decls.hpp:539
static const result NO_POSITION
The compilation does not have any position information, for example because it is generated by the ba...
Definition: cs_result_decls.hpp:173
static const result ERROR_IO_SEEK_PAST_EOF
Set when an attempt is made to seek past EOF.
Definition: cs_result_decls.hpp:527
static const result INTERNAL_ERROR_TERMINAL_SERVER_NOT_OK
Internal use only.
Definition: cs_result_decls.hpp:1099
static const result ERROR_FATOBJ_STORE_OPEN_FAILED
Set when cannot open a data store file.
Definition: cs_result_decls.hpp:451
static const result ERROR_NO_SUB_OBJECT_ABS_LOCS
Set when a function is called that depends on subordinate abs locs (i.e., field abs locs) but the cur...
Definition: cs_result_decls.hpp:281
static const result INTERNAL_ERROR_GETCURRENTDIRECTORY_FAILED
Internal use only.
Definition: cs_result_decls.hpp:1051
static const result ERROR_GET_PW_UID_FAILED
Set when the system function getpwuid fails.
Definition: cs_result_decls.hpp:661
static const result ERROR_IO_CLOSE
Set when cannot close a file (close/CloseHandle).
Definition: cs_result_decls.hpp:547
static const result ERROR_NOT_AN_ACTUAL_IN
The relevant vertex is not an actual in.
Definition: cs_result_decls.hpp:590
static const result ERROR_NO_CFG_EDGES
Set when a function is called that depends on CFG edges but the current project was built without the...
Definition: cs_result_decls.hpp:221
static const result INTERNAL_ERROR_DRVHOOKCS_ACTIVATE
Internal use only.
Definition: cs_result_decls.hpp:1119
static const result ERROR_FORK_FAILED
fork() did not succeed.
Definition: cs_result_decls.hpp:578
static const result ERROR_OVERFLOW
Set when a value is too large or too small.
Definition: cs_result_decls.hpp:676
static const result SUCCESS
The function was successful.
Definition: cs_result_decls.hpp:21
static const result ERROR_NO_BASIC_BLOCKS
Set when a function is called that depends on basic blocks but the current project was built without ...
Definition: cs_result_decls.hpp:237
static const result ERROR_GRAN_MISMATCH
Metric granularity does not match the operator.
Definition: cs_result_decls.hpp:708
static const result PDG_VERTEX_HAS_NO_SYMBOL
The point has no symbol.
Definition: cs_result_decls.hpp:127
static const result ERROR_IO_WRITE_TO_READ_ONLY
Set when an attempt is made to write to a read only resource.
Definition: cs_result_decls.hpp:515
static const result ERROR_IO_STAT
Set when cannot stat a file.
Definition: cs_result_decls.hpp:531
static const result NO_LOWER_BOUND
The requested element has no lower bound.
Definition: cs_result_decls.hpp:45
static const result ERROR_NOT_A_GLOBAL
Set when the user invokes a function with a ::csfe_symbol that's not a global when the function only ...
Definition: cs_result_decls.hpp:900
static const result INTERNAL_ERROR_OPENSCMANAGER_FAILED
Internal use only.
Definition: cs_result_decls.hpp:1067
static const result ERROR_LICENSE_VERIFICATION_FAILED
The license is corrupt; perhaps it was not transcribed correctly.
Definition: cs_result_decls.hpp:317
static const result ERROR_COUNT_UNKNOWN_BUT_POSITIVE
Set when errors were encountered in compiling an SDG is not known, but the exact number is unknown...
Definition: cs_result_decls.hpp:622
static const result NO_BOUNDS
The requested element has no upper or lower bound.
Definition: cs_result_decls.hpp:53
static const result INTERNAL_ERROR_UID_SFID_HANDLES_NOT_SFID
Internal use only.
Definition: cs_result_decls.hpp:1031
static const result INTERNAL_ERROR_BB_SET_CLOSE
Internal use only.
Definition: cs_result_decls.hpp:959
static const result ERROR_COUNT_UNKNOWN
Set when the number of errors encountered in compiling an SDG is completely unknown.
Definition: cs_result_decls.hpp:626
static const result ERROR_PARAMETER_TOO_LARGE
A parameter to the function exceeded the maximum allowable value.
Definition: cs_result_decls.hpp:567
static const result ACCESS_DENIED
Access is denied.
Definition: cs_result_decls.hpp:1163
static const result ERROR_NO_CONTROL_DEPENDENCE
Set when a function is called that depends on control dependence but the current project was built wi...
Definition: cs_result_decls.hpp:266
static const result ERROR_IO_WRITE_ZERO
Set when a write operation (write/WriteFile) writes zero bytes.
Definition: cs_result_decls.hpp:507
static const result ERROR_INVALID_SDG_STORE
Returned by project::load() if it is passed an invalid store file.
Definition: cs_result_decls.hpp:201
static const result ERROR_INVALID_SYNTAX_KIND
Set when an invalid syntax_kind is specified.
Definition: cs_result_decls.hpp:638
static const result ERROR_FOREIGN_EXCEPTION
An exception occured in a non-native language.
Definition: cs_result_decls.hpp:571
static const result INTERNAL_ERROR_KERNEL_OBJECT_NAME_UNKNOWN
Internal use only.
Definition: cs_result_decls.hpp:1103
static const result INTERNAL_ERROR_IP_SET_CLOSE
Internal use only.
Definition: cs_result_decls.hpp:967
static const result INTERNAL_ERROR_TRY_AGAIN_LATER
Internal use only.
Definition: cs_result_decls.hpp:1043
static const result ERROR_INVALID_AST_CLASS
Set when the user invokes a function with an invalid ast_class parameter.
Definition: cs_result_decls.hpp:860
static const result ERROR_MISMATCH
Set when a value or ID does not match expectations.
Definition: cs_result_decls.hpp:720
static const result ERROR_INCOMPATIBLE_VERSION
Error msg for incompatible version of Symantec Endpoint Protection, which causes kernel deadlock w/ h...
Definition: cs_result_decls.hpp:836
static const result ERROR_NO_GMOD
Set when a function is called that depends on gmod but the current project was built with -compute-gm...
Definition: cs_result_decls.hpp:252
static const result INTERNAL_ERROR_UID_SFID_HANDLES_NOT_PAIR
Internal use only.
Definition: cs_result_decls.hpp:1023
static const result ERROR_LAUNCHD_QUOTA_EXCEEDED
A remote analysis was requested on a launchd that didn't have enough remaining quota space to handle ...
Definition: cs_result_decls.hpp:919
static const result ERROR_INVALID_LANGUAGE
Set when the user invokes a function with an invalid language parameter.
Definition: cs_result_decls.hpp:872
static const result INTERNAL_ERROR_UNEXPECTED_RESPONSE_CODE
Internal use only.
Definition: cs_result_decls.hpp:1055
static const result DECLARATIONS_UNKNOWN
There is no information about whether there are any declarations for the relevant symbol...
Definition: cs_result_decls.hpp:91
static const result ERROR_INVALID_VERTEX_SYNTAX_ELEMENT
When user invokes a function with an invalid point_syntax_element.
Definition: cs_result_decls.hpp:427
static const result PATH_INFEASIBLE
The path in question is infeasible.
Definition: cs_result_decls.hpp:197
static const result ERROR_PDG_VERTEX_TO_AST_MAPPING_DIFFER
The system cannot perform an incremental build because the setting of option -retain-pdg-vertex-to-as...
Definition: cs_result_decls.hpp:371
static const result ERROR_ANALYSIS_NOT_RUN
Results of an AMC-based analysis were requested when the analysis was not run.
Definition: cs_result_decls.hpp:856
static const result ERROR_NO_SUCH_PDG_HAMMOCK
No such pdg hammock.
Definition: cs_result_decls.hpp:688
static const result ERROR_LANGUAGE_NOT_FOUND
Set in compunit::get_language() if the programming language cannot be determined. ...
Definition: cs_result_decls.hpp:309
static const result NOT_MACHINE_CODE
The given UID is not a machine-code module.
Definition: cs_result_decls.hpp:848
static const result ERROR_SDG_NOT_PRESENT
Set if the project is unbuilt (incomplete or non-existent SDG file) and a function is called that tra...
Definition: cs_result_decls.hpp:213
static const result ERROR_INVALID_SEEK_RETURN_RANGE
The specified range spans across multiple physical source files, is out of the range, or start>end.
Definition: cs_result_decls.hpp:559
static const result ERROR_IO_OPEN_FILE_LOCK_FAILURE
Set when fcntl(f, F_SETLK, &lock) fails for a reason besides lock contention.
Definition: cs_result_decls.hpp:467
static const result ERROR_INVALID_ABS_LOC_KIND
Set when the user invokes a function with an invalid symbol_kind parameter.
Definition: cs_result_decls.hpp:407
static const result INTERNAL_ERROR_UID_SFID_HANDLES_NOT_SHANDLE
Internal use only.
Definition: cs_result_decls.hpp:1027
static const result ERROR_INVALID_FILTER_PDG_DIRECTIVE
A depfilter_procedure_directive is not valid.
Definition: cs_result_decls.hpp:435
static const result INTERNAL_ERROR_NO_VALUESET_INTERFACE
Internal use only.
Definition: cs_result_decls.hpp:1155
static const result ERROR_INVALID_LINE
Set when the user invokes a function with an invalid line_number parameter.
Definition: cs_result_decls.hpp:876
static const result ERROR_IO_SEEK
Set when a seek operation (lseek/SetFilePointerEx) fails.
Definition: cs_result_decls.hpp:479
static const result ERROR_LICENSE_LOCK_LOST
The lock on the license was lost, most likely because it was deleted or moved.
Definition: cs_result_decls.hpp:321
static const result INTERNAL_ERROR_SERVICE_UNEXPECTED_STATE
Internal use only.
Definition: cs_result_decls.hpp:1087
static const result ERROR_CFG_EDGES_DIFFER
The system cannot perform an incremental build because the setting of option -cfg-edges has changed...
Definition: cs_result_decls.hpp:343
static const result INTERNAL_ERROR_PDG_MISSING
Internal use only.
Definition: cs_result_decls.hpp:979
static const result ERROR_NO_CONTAINER
Reserved for future use.
Definition: cs_result_decls.hpp:646
static const result INTERNAL_ERROR_DELETESERVICE_FAILED
Internal use only.
Definition: cs_result_decls.hpp:1095
static const result TIMEOUT
A time out occurred.
Definition: cs_result_decls.hpp:716
static const result GENERATED_COMPILATION
The specified compunit corresponds to a compilation generated in the back end or by ir_factory::make_...
Definition: cs_result_decls.hpp:65
static const result ERROR_NO_POINTER_ANALYSIS
Set when a function is called that depends on pointer analysis but the current project was built with...
Definition: cs_result_decls.hpp:241
static const result INTERNAL_ERROR_GET_ISET
Internal use only.
Definition: cs_result_decls.hpp:1003
static const result INTERNAL_ERROR_UNEXPECTED_MESSAGE
Internal use only.
Definition: cs_result_decls.hpp:1059
static const result INTERNAL_ERROR_NULL_ABS_LOC_FIELD
Internal use only.
Definition: cs_result_decls.hpp:931
static const result PDG_VERTEX_HAS_ZERO_OR_MULTIPLE_SUCCESSORS
The point does not have exactly one successor.
Definition: cs_result_decls.hpp:131
static const result ERROR_INVALID_SFID
Set if an invalid sfileinst is given as a parameter, such as to sfileinst::name().
Definition: cs_result_decls.hpp:297
static const result SSL_CERTIFICATE_HOSTNAME_MISMATCH
The server's TLS/SSL certificate indicates via the Common Name field that it is intended for a differ...
Definition: cs_result_decls.hpp:1167
static const result ERROR_PARAM_EVAL_ORDER_DIFFER
The system cannot perform an incremental build because the setting of configuration parameter PARAMET...
Definition: cs_result_decls.hpp:336
static const result ERROR_CODESONAR_ONLY
The feature is only available in CodeSonar and not in CodeSurfer.
Definition: cs_result_decls.hpp:832
static const result INTERNAL_ERROR_QUERYSERVICESTATUS_FAILED
Internal use only.
Definition: cs_result_decls.hpp:1091
static const result AMC_NOT_AVAILABLE
VSA is not available at given vertex, either because the given vertex is excluded from analysis...
Definition: cs_result_decls.hpp:844
static const result INTERNAL_ERROR_DRVHOOKCS_SINGLE_PARSE_VERSION
Internal use only.
Definition: cs_result_decls.hpp:1143
static const result NO_PRIMARY_DECLARATION
No primary declaration found for a symbol.
Definition: cs_result_decls.hpp:95
static const result FILTERED_OUT
An element was not submitted to the hub because it matched a configuration file discard rule...
Definition: cs_result_decls.hpp:79
static const result NO_SUCH_PDG
Returned by project::find_procedure() when there is no such pdg.
Definition: cs_result_decls.hpp:151
static const result INTERNAL_ERROR_GET_LENGTH
Internal use only.
Definition: cs_result_decls.hpp:1007
static const result ERROR_INVALID_SFID_OR_LINE
Set when either a relevant source file was deleted or changed or the given line number does not exist...
Definition: cs_result_decls.hpp:630
static const result INVALID_DATA_FORMAT
The data was not in a valid format for the operation.
Definition: cs_result_decls.hpp:704
static const result ERROR_IO_WRITE
Set when a write operation (write/WriteFile) fails.
Definition: cs_result_decls.hpp:503
static const result ERROR_IO_OPEN_FILE_TO_READ
Set when cannot open a file to read.
Definition: cs_result_decls.hpp:459
static const result ERROR_INVALID_OFFSET
Set when a file offset is not within the bounds of the file.
Definition: cs_result_decls.hpp:618
static const result ERROR_INVALID_PHASE_FOR_OPERATION
The operation is not valid during this phase of the analysis.
Definition: cs_result_decls.hpp:820
static const result INTERNAL_ERROR_PDG_CALL_NO_CALLEE_3
Internal use only.
Definition: cs_result_decls.hpp:999
static const result ERROR_INVALID_FAMILY
Set when the user invokes a function with an invalid ast_family parameter.
Definition: cs_result_decls.hpp:868
static const result ERROR_DISPLAY_USES_EXPRS_DIFFER
The system cannot perform an incremental build because the setting of option -display-uses-exprs has ...
Definition: cs_result_decls.hpp:357
static const result INTERNAL_ERROR_UID_SFID_HANDLES_NOT_DEFINED
Internal use only.
Definition: cs_result_decls.hpp:1015
static const result ERROR_FATOBJ_STORE_DIRTY
Set when the data store being opened is in an inconsistent state.
Definition: cs_result_decls.hpp:455
static const result INTERNAL_ERROR_NULL_INL_TARGETS
Internal use only.
Definition: cs_result_decls.hpp:943
static const result ERROR_CODESURFER_ONLY
The feature is only available in CodeSurfer and not in CodeSonar.
Definition: cs_result_decls.hpp:828
static const result ERROR_IO_FLUSH
Set when a flush operation (fsync/FlushFileBuffers) fails.
Definition: cs_result_decls.hpp:487
static const result INTERNAL_ERROR_NULL_ABS_LOC_FIELDS
Internal use only.
Definition: cs_result_decls.hpp:935
static const result INTERNAL_ERROR_ABS_LOC_SET_CLOSE
Internal use only.
Definition: cs_result_decls.hpp:955
static const result ERROR_GET_HOST_NAME_FAILED
Set when the system function gethostname fails.
Definition: cs_result_decls.hpp:650
static const result INTERNAL_ERROR_GET_NTDLL_BASE_FAILED
Internal use only.
Definition: cs_result_decls.hpp:1107
static const result ERROR_BASIC_BLOCKS_DIFFER
The system cannot perform an incremental build because the setting of option -basic-blocks has change...
Definition: cs_result_decls.hpp:350
static const result ERROR_IO_WRITE_PAST_EOF
Set when an attempt is made to write past EOF.
Definition: cs_result_decls.hpp:523
static const result PDG_NOT_FOUND
A procedure with the given name cannot be found.
Definition: cs_result_decls.hpp:119
static const result ERROR_GET_COMPUTER_NAME_FAILED
Set when the system function GetComputerName fails.
Definition: cs_result_decls.hpp:654
static const result INTERNAL_ERROR_AIN_NO_CALL
Internal use only.
Definition: cs_result_decls.hpp:987
static const result ERROR_GET_USER_NAME_FAILED
Set when the system function GetUserName fails.
Definition: cs_result_decls.hpp:668
static const result ERROR_IO_WRITE_TOO_MUCH
Set when a write operation (write/WriteFile) writes more bytes than were requested.
Definition: cs_result_decls.hpp:511
static const result OUT_OF_ELEMENTS
An iterator ran out of elements.
Definition: cs_result_decls.hpp:25
static const result AMC_IS_BOTTOM
The AMC at given vertex is "bottom" (not reached).
Definition: cs_result_decls.hpp:840
static const result ERROR_CREATE_THREAD_FAILED
Set when a thread cannot be created.
Definition: cs_result_decls.hpp:582
static const result FRONT_END_DOES_NOT_IMPLEMENT_FEATURE
The front end (parser) for this IR does not implement the requested feature.
Definition: cs_result_decls.hpp:185
static const result ERROR_IO_LOCKED_BY_OTHER
Set when an attempt to remotely open a file for writing when the remote has the file open in read-onl...
Definition: cs_result_decls.hpp:475
static const result INTERNAL_ERROR_DRVHOOKCS_CONFIGURE
Internal use only.
Definition: cs_result_decls.hpp:1115
static const result INTERNAL_ERROR_PDG_CALL_NO_CALLEE
Internal use only.
Definition: cs_result_decls.hpp:991
static const result ERROR_IO_LOCK
Set when a file is locked by another process.
Definition: cs_result_decls.hpp:471
static const result ERROR_NO_SUMMARY_EDGES
Set when a function is called that depends on summary edges, but the current project was built withou...
Definition: cs_result_decls.hpp:606
static const result ERROR_NO_INTER_CFG_EDGES
Set when a function is called that depends on interprocedural CFG edges but the current project was b...
Definition: cs_result_decls.hpp:225
static const result ERROR_INVALID_PDG_KIND
When user invokes a function with an invalid procedure_kind, probably as part of a parameter...
Definition: cs_result_decls.hpp:415
static const result VERTEX_HAS_NO_RANK
The point is not a {formal,actual}-{in,out} or a global-{formal,actual}-{in,out} and, therefore, has no rank.
Definition: cs_result_decls.hpp:169
static const result ERROR_IO_MOVE_EOF
Set when cannot move EOF (ftruncate/SetEndOfFile).
Definition: cs_result_decls.hpp:535
static const result ERROR_INVALID_SET_KIND
Set when the user invokes a function with an invalid set_kind parameter.
Definition: cs_result_decls.hpp:403
static const result INTERNAL_ERROR_U2S_MISSING_TMPDIR
Internal use only.
Definition: cs_result_decls.hpp:1039
static const result ERROR_BINARIES_PRESENT_DIFFER
The system cannot perform an incremental build because the presence of binary computation units has c...
Definition: cs_result_decls.hpp:364
static const result ERROR_RETAIN_UNNORMALIZED_C_AST_DIFFER
The system cannot perform an incremental build because the setting of configuration parameter RETAIN_...
Definition: cs_result_decls.hpp:378
static const result ERROR_IO_READ_TOO_MUCH
Set when a read operation (read/ReadFile) reads more bytes than were requested.
Definition: cs_result_decls.hpp:499
static const result INTERNAL_ERROR_IP_MAP_COMPUTE_FAIL
Internal use only.
Definition: cs_result_decls.hpp:971
static const result ERROR_IO_READ_PAST_EOF
Set when an attempt is made to read past EOF.
Definition: cs_result_decls.hpp:519
static const result ERROR_COMPUNIT_HAS_NO_SFILEINST
Set when the user invokes a function with a ::csfe_compunit that doesn't have a sfileinst, for example, the function csfe_diagstream_compunit_parse_error needs a ::csfe_compunit with a sfileinst so the parse error can be associated with a file.
Definition: cs_result_decls.hpp:904
static const result INTERNAL_ERROR_DRVHOOKCS_FLTLIB_GETPROCADDRESS
Internal use only.
Definition: cs_result_decls.hpp:1127
static const result ABS_LOC_HAS_NO_INLINE_SOURCE
The symbol has no inline source.
Definition: cs_result_decls.hpp:87
static const result ERROR_INVALID_SDG
Returned by project::load() if it is passed an invalid SDG file.
Definition: cs_result_decls.hpp:193
static const result ERROR_NOT_A_CALL_SITE
The relevant vertex is not a call-site.
Definition: cs_result_decls.hpp:586
static const result INTERNAL_ERROR_PDGV_SET_CLOSE
Internal use only.
Definition: cs_result_decls.hpp:963
static const result ELEMENT_ALREADY_PRESENT
The element already exists in the data structure.
Definition: cs_result_decls.hpp:37
static const result ERROR_AN_SDG_ALREADY_PRESENT
Returned by project::load() if an SDG is already loaded.
Definition: cs_result_decls.hpp:217
static const result ERROR_NO_EXCEPTIONS_OR_ABNORMAL_EXITS
The project was not built with support for exceptions or abnormal exits, so the requested information...
Definition: cs_result_decls.hpp:598
static const result ERROR_IO_GET_POSITION
Set when cannot get position of file pointer (lseek/SetFilePointerEx failed).
Definition: cs_result_decls.hpp:543
static const result INTERNAL_ERROR_UID_SFID_HANDLES_NOT_LIST
Internal use only.
Definition: cs_result_decls.hpp:1019
static const result ERROR_NOT_IN_BATCH_MODE
Internal use only.
Definition: cs_result_decls.hpp:285
static const result ERROR_INVALID_SFID_STRING
Set if a std::string that is not a well-formed sfid is passed to cs_string_to_sfid() (C API only)...
Definition: cs_result_decls.hpp:301
static const result ABS_LOC_PDG_UNDEFINED
The specified symbol represents an undefined function.
Definition: cs_result_decls.hpp:115
static const result INTERNAL_ERROR_NULL_LAST_VERTEX_2
Internal use only.
Definition: cs_result_decls.hpp:951
static const result INTERNAL_ERROR_VALUESET_NOT_FOUND
Internal use only.
Definition: cs_result_decls.hpp:1151
static const result INTERNAL_ERROR_STARTSERVICE_FAILED
Internal use only.
Definition: cs_result_decls.hpp:1079
static const result ERROR_PI_NODES_DIFFER
The system cannot perform an incremental build because the setting of option -pi-nodes has changed...
Definition: cs_result_decls.hpp:392
static const result ERROR_CANNOT_FIND_PATH
Set when an associated path cannot be found, such as with sfileinst::include_tree_path().
Definition: cs_result_decls.hpp:293
static const result ERROR_INVALID_FLAG
Set when the user invokes a function with an invalid flag parameter.
Definition: cs_result_decls.hpp:884
static const result PDG_IS_UNDEFINED
The procedure represents an undefined function.
Definition: cs_result_decls.hpp:123
static const result TRUNCATED
A user-allocated buffer was too small so the result was truncated.
Definition: cs_result_decls.hpp:29
static const result ERROR_NONINCR_TO_INCR
The system cannot perform an incremental build because the previous build was with INCREMENTAL_BUILD=...
Definition: cs_result_decls.hpp:329
static const result ERROR_INVALID_VERTEX_KIND
When user invokes a function with an invalid point_kind.
Definition: cs_result_decls.hpp:419
static const result ERROR_INVALID_FILTER_PDG_VERTEX_DIRECTIVE
A depfilter_point_directive is not valid.
Definition: cs_result_decls.hpp:439
static const result INTERNAL_ERROR_GETCWD_FAILED
Internal use only.
Definition: cs_result_decls.hpp:1047
static const result INTERNAL_ERROR_ABS_LOC_FUNCTION_TO_PDG_NO_PDG
Internal use only.
Definition: cs_result_decls.hpp:1135
static const result ERROR_IO_READ_BAD_CHECKSUM
The checksum did not match.
Definition: cs_result_decls.hpp:551
static const result NOT_A_MANGLED_NAME
An attempt was made to demangle a name that is not a mangled name.
Definition: cs_result_decls.hpp:57
static const result INTERNAL_ERROR_DRVHOOKCS_INCOMPATIBLE_VERSION
Internal use only.
Definition: cs_result_decls.hpp:1147
static const result ABS_LOC_IS_GLOBAL
The symbol is global, and the requested information is not relevant to globals.
Definition: cs_result_decls.hpp:111
static const result ERROR_IO_SEEK_TO_EOF
Set when cannot seek to EOF (lseek).
Definition: cs_result_decls.hpp:483
static const result ERROR_UID_NOT_FOUND
No compilation unit exists for the specified compunit.
Definition: cs_result_decls.hpp:614
static const result NO_SUCH_PDG_VERTEX
Returned by procedure::retrieve_point() when there is no such vertex.
Definition: cs_result_decls.hpp:147
static const result REPLACED
The key already exists in the data structure, the old element was replaced with the new one...
Definition: cs_result_decls.hpp:41
static const result ERROR_NOT_INITIALIZED
Set when the user invokes a function in a module before the module is ready.
Definition: cs_result_decls.hpp:911
static const result ERROR_IO_RENAME
Set when a file cannot be renamed.
Definition: cs_result_decls.hpp:555
static const result NO_UPPER_BOUND
The requested element has no upper bound.
Definition: cs_result_decls.hpp:49
static const result NO_SUCH_BASIC_BLOCK
Returned by procedure::retrieve_basic_block() when there is no such basic block.
Definition: cs_result_decls.hpp:143
static const result INTERNAL_ERROR_PDG_MISSING_02
Internal use only.
Definition: cs_result_decls.hpp:983
static const result INTERNAL_ERROR_UID_SFID_HANDLES_MISSING_TMPDIR
Internal use only.
Definition: cs_result_decls.hpp:1035
static const result ERROR_NO_LICENSE
Set if a C API function is called without first checking out the license.
Definition: cs_result_decls.hpp:313
static const result PDG_HAS_NO_NORMAL_EXIT
The procedure has no normal exit vertex.
Definition: cs_result_decls.hpp:158
static const result ERROR_COMPUTE_SSA_DIFFER
The system cannot perform an incremental build because the setting of option -compute-ssa has changed...
Definition: cs_result_decls.hpp:385
static const result ERROR_IO_READ_ZERO
Set when a read operation (read/ReadFile) reads zero bytes.
Definition: cs_result_decls.hpp:495
static const result ERROR_NO_DEPENDENCES
Set when a function is called that depends on dependence edges but the current project was built with...
Definition: cs_result_decls.hpp:277
static const result INTERNAL_ERROR_NULL_INL_TARGET
Internal use only.
Definition: cs_result_decls.hpp:939
static const result ERROR_NO_SCC
Set when a function is called that depends on strongly connected components, but the current project ...
Definition: cs_result_decls.hpp:610
static const result INTERNAL_STOP_TRAVERSAL
Stop traversal.
Definition: cs_result_decls.hpp:696
static const result DISABLED
The requested functionality is disabled.
Definition: cs_result_decls.hpp:824
static const result ERROR_INVALID_UNITLINE
The compilation unit does not contain the specified line.
Definition: cs_result_decls.hpp:305
static const result PDG_VERTEX_HAS_ZERO_OR_MULTIPLE_PREDECESSORS
The point does not have exactly one predecessor.
Definition: cs_result_decls.hpp:135
static const result INTERNAL_ERROR_BAD_ABS_LOC_KIND
Internal use only.
Definition: cs_result_decls.hpp:923
static const result INCOMPATIBLE_ARGUMENTS
The command-line arguments provided are incompatible.
Definition: cs_result_decls.hpp:700
static const result INTERNAL_ERROR_SERVICE_DID_NOT_START
Internal use only.
Definition: cs_result_decls.hpp:1083
static const result ERROR_NO_DATA_DEPENDENCE
Set when a function is called that depends on data dependence but the current project was built with ...
Definition: cs_result_decls.hpp:259
static const result ERROR_NO_CONTROL_DEPENDENCE_LABELS
Set when a function is called that depends on control dependence labels but the current project was b...
Definition: cs_result_decls.hpp:273