Searched defs:global_last_mock_value_location (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/cmocka/
H A Dcmocka.c253 static CMOCKA_THREAD SourceLocation global_last_mock_value_location; variable
390 initialize_source_location(&global_last_mock_value_location);
422 initialize_source_location(&global_last_mock_value_location);
755 global_last_mock_value_location = symbol->location;
763 if (source_location_is_set(&global_last_mock_value_location)) {
766 global_last_mock_value_location.file,
767 global_last_mock_value_location.line);

Completed in 37 milliseconds