Searched defs:test6 (Results 26 - 50 of 79) sorted by relevance

1234

/external/clang/test/CodeGen/
H A Dbuiltin-memfns.c46 // CHECK: @test6
48 int test6(char *X) { function
H A Dinline.c15 // RUN: grep "define i32 @test6" %t
37 // RUN: grep "define i32 @test6" %t
104 __inline int test6() { return 0; } function
105 extern int test6();
H A Ddecl.c8 // CHECK: @test6.x = private unnamed_addr constant %struct.SelectDest { i8 1, i8 2, i32 3, i32 0 }
76 void test6() { function
H A Dext-vector.c75 // CHECK: @test6
76 void test6(float4 *ap, float4 *bp, float c) { function
H A Dobject-size.c47 // CHECK: define void @test6
48 void test6() { function
H A Dvla.c170 void test6(void) function
172 // CHECK: define void @test6(
/external/clang/test/CodeGenCXX/
H A Dblocks.cpp182 namespace test6 { namespace
H A Darm.cpp265 namespace test6 { namespace
H A Deh.cpp92 namespace test6 { namespace
H A Dexceptions.cpp289 namespace test6 { namespace
H A Dglobal-init.cpp108 namespace test6 { namespace
/external/clang/test/Parser/
H A Dswitch-recovery.cpp60 int test6(int i) { function
/external/clang/test/SemaCXX/
H A Dwarn-global-constructors.cpp71 namespace test6 { namespace
H A Dwarn-loop-analysis.cpp150 void test6() { function
H A Dattr-deprecated.cpp195 namespace test6 { namespace
H A Dscope-check.cpp100 namespace test6 { namespace
H A Dundefined-internal.cpp88 namespace test6 { namespace
/external/v8/test/mjsunit/
H A Ddebug-stepout-scope.js111 function test6() { function
119 test6();
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
H A Dp2.cpp103 namespace test6 { namespace
/external/clang/test/CXX/class.access/class.protected/
H A Dp1.cpp214 namespace test6 { namespace
/external/clang/test/Sema/
H A Dattr-deprecated.c58 typedef foo_dep test6(struct bar_dep*); // expected-warning {{'foo_dep' is deprecated}} \ typedef
H A Dc89.c39 test6() { return 0; } function
H A Dconstant-conversion.c59 void test6() { function
/external/v8/test/mjsunit/compiler/
H A Dsimple-bailouts.js65 Test.prototype.test6 = function() {
117 t.test6();
/external/clang/test/CXX/class.access/
H A Dp6.cpp143 namespace test6 { namespace
153 private_inner c; // expected-error {{'private_inner' is a private member of 'test6::A'}}

Completed in 1811 milliseconds

1234