Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/commands/expression/call-restarts/
H A Dlotta-signals.c17 call_me (int some_value) in call_me() argument
21 for (i = 0; i < some_value; i++) in call_me()
38 call_me_nosig (int some_value) in call_me_nosig() argument
42 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()
/llvm-project-15.0.7/lldb/test/API/functionalities/step-avoids-no-debug/
H A Dwith-debug.c8 called_from_nodebug_actual(int some_value) in called_from_nodebug_actual() argument
11 return_value = printf ("Length: %d.\n", some_value); in called_from_nodebug_actual()
16 called_from_nodebug(int some_value) in called_from_nodebug() argument
19 intermediate_return_value = called_from_nodebug_actual(some_value); in called_from_nodebug()
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/google/
H A Druntime-int.cpp64 struct some_value {}; struct
65 constexpr some_value operator"" _some_literal(unsigned long long int i);
/llvm-project-15.0.7/lldb/test/API/lang/objc/exceptions/
H A Dmain.mm13 … NSDictionary *info = [NSDictionary dictionaryWithObjectsAndKeys:@"some_value", @"some_key", nil];
37 … NSDictionary *info = [NSDictionary dictionaryWithObjectsAndKeys:@"some_value", @"some_key", nil];
/llvm-project-15.0.7/clang/test/Frontend/
H A Dverify.c41 #define MACRO some_value // expected-error {{define_error}}