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

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

Completed in 66 milliseconds