Searched refs:SourceLocation (Results 1 - 2 of 2) sorted by relevance

/forgerock/web-agents-v4/cmocka/
H A Dcmocka.c133 SourceLocation location; /* Where the block was allocated. */
149 SourceLocation location;
156 * SourceLocation as its' first member.
253 static CMOCKA_THREAD SourceLocation global_last_mock_value_location;
259 static CMOCKA_THREAD SourceLocation global_last_parameter_location;
361 /* Initialize a SourceLocation structure. */
362 static void initialize_source_location(SourceLocation * const location) {
370 static int source_location_is_set(const SourceLocation * const location) {
378 SourceLocation * const location, const char * const file,
728 const SourceLocation * cons
[all...]
H A Dcmocka.h1900 typedef struct SourceLocation { struct
1903 } SourceLocation; typedef in typeref:struct:SourceLocation
1907 SourceLocation location;

Completed in 38 milliseconds