Home
last modified time | relevance | path

Searched refs:global_last_parameter_location (Results 1 – 1 of 1) sorted by relevance

/external/cmockery/cmockery_0_1_2/src/
Dcmockery.c177 static SourceLocation global_last_parameter_location; variable
275 initialize_source_location(&global_last_parameter_location); in initialize_testing()
306 initialize_source_location(&global_last_parameter_location); in teardown_testing()
1100 global_last_parameter_location = check->location; in _check_expected()
1110 global_last_parameter_location.file, in _check_expected()
1111 global_last_parameter_location.line); in _check_expected()
1118 if (source_location_is_set(&global_last_parameter_location)) { in _check_expected()
1121 global_last_parameter_location.file, in _check_expected()
1122 global_last_parameter_location.line); in _check_expected()