Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/Transforms/Inline/
H A Dcgscc-cycle.ll129 ; test3_a <---> test3_b
140 ; test3_a <---> test3_b
144 ; But test3_a, test3_b, test3_c and test3_d still belong to the same SCC.
148 ; {test3_a, test3_b}, immediately after the newly added ref edge
158 ; CHECK: tail call void @test3_b()
171 tail call void @test3_b()
180 define void @test3_b() #0 {
203 tail call void @test3_b()
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter-tests/
H A Doptnone-simple-functions.cpp39 int test3(int test3_a, int test3_b) { in test3() argument
43 test3_temp2 = test3_b + 5; // DexExpectStepOrder(6) in test3()
/llvm-project-15.0.7/llvm/test/Verifier/
H A Dalias.ll30 @test3_b = weak alias i32, i32* @test3_a
31 @test3_c = alias i32, i32* @test3_b
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dextern-c.cpp24 extern int test3_b; // expected-note {{previous declaration is here}} in test3_f()
28 …float test3_b; // expected-error {{redefinition of 'test3_b' with a different type: 'float' vs 'in… variable
H A Duninit-variables.cpp44 unsigned test3_b() { in test3_b() function
/llvm-project-15.0.7/clang/test/Analysis/
H A Ddead-stores.cpp89 void test3_b(int &x) { in test3_b() function
/llvm-project-15.0.7/clang/test/Sema/
H A Dconversion.c127 int test3_b(long long ll) { in test3_b() function