Searched refs:some_value (Results 1 – 5 of 5) sorted by relevance
17 call_me (int some_value) in call_me() argument21 for (i = 0; i < some_value; i++) in call_me()38 call_me_nosig (int some_value) in call_me_nosig() argument42 for (i = 0; i < some_value; i++) in call_me_nosig()45 nosig_no += some_value; in call_me_nosig()46 return some_value; in call_me_nosig()
8 called_from_nodebug_actual(int some_value) in called_from_nodebug_actual() argument11 return_value = printf ("Length: %d.\n", some_value); in called_from_nodebug_actual()16 called_from_nodebug(int some_value) in called_from_nodebug() argument19 intermediate_return_value = called_from_nodebug_actual(some_value); in called_from_nodebug()
64 struct some_value {}; struct65 constexpr some_value operator"" _some_literal(unsigned long long int i);
13 … NSDictionary *info = [NSDictionary dictionaryWithObjectsAndKeys:@"some_value", @"some_key", nil];37 … NSDictionary *info = [NSDictionary dictionaryWithObjectsAndKeys:@"some_value", @"some_key", nil];
41 #define MACRO some_value // expected-error {{define_error}}