Home
last modified time | relevance | path

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

/external/llvm/test/Verifier/
Dalias.ll30 @test3_b = weak alias i32, i32* @test3_a
31 @test3_c = alias i32, i32* @test3_b
/external/clang/test/SemaCXX/
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
Duninit-variables.cpp44 unsigned test3_b() { in test3_b() function
/external/clang/test/Analysis/
Ddead-stores.cpp72 void test3_b(int &x) { in test3_b() function
/external/clang/test/Sema/
Dconversion.c127 int test3_b(long long ll) { in test3_b() function