Home
last modified time | relevance | path

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

/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter-tests/
H A Doptnone-simple-functions.cpp58 int test4(int test4_a, int test4_b) { in test4() argument
62 val1 = (test4_a > test4_b) ? test4_a : test4_b; // DexExpectStepOrder(9) in test4()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dextern-c.cpp35 extern int test4_b; // expected-note {{declared with C language linkage here}} in test4_f()
39 static float test4_b; // expected-error {{declaration of 'test4_b' in global scope conflicts with d… variable
/llvm-project-15.0.7/llvm/test/Transforms/SCCP/
H A Dresolvedundefsin-tracked-fn.ll254 ; @test4_b first.
263 ; CHECK-NEXT: call void @test4_b(i8* null)
268 call void @test4_b(i8* %tmp)
272 define internal void @test4_b(i8* %arg) {
273 ; CHECK-LABEL: define {{[^@]+}}@test4_b
/llvm-project-15.0.7/clang/test/Sema/
H A Dconversion.c161 long test4_b(long long ll) { in test4_b() function