Searched defs:test10 (Results 1 - 25 of 41) sorted by relevance

12

/external/clang/test/CodeGen/
H A Dswitch-dce.c171 // CHECK: @test10
174 int test10(void) { function
H A Dconditional.c50 // CHECK: @test10
52 int test10(int c) { function
H A Dext-vector.c222 // CHECK: @test10
225 int test10(int4 V) { function
H A Dobject-size.c80 // CHECK: define void @test10
82 void test10() { function
H A Dinit.c96 int test10(int X) { function
100 // CHECK: @test10
/external/v8/test/mjsunit/regress/
H A Dregress-969.js118 function test10(index) { return first((++o[index], typeof x10), 2); } function
119 assertEquals('number', test10());
121 assertEquals('undefined', test10());
H A Dregress-70066.js137 function test10() { function
141 assertEquals(false, test10(), "test10");
142 assertEquals(10, y, "test10");
/external/clang/test/Sema/
H A Dasm.c97 void test10(void){ function
H A Dattr-deprecated.c82 void test10(void) __attribute__((deprecated));
83 void test10(void) { function
H A Dbuiltins.c56 void test10(void) __attribute__((noreturn));
58 void test10(void) { function
H A Dcompare.c321 void test10(void) { function
H A Dexprs.c104 void test10(int n,...) { function
/external/clang/test/Analysis/
H A Dunreachable-code-path.c107 void test10() { function
/external/clang/test/Parser/
H A Dswitch-recovery.cpp117 void test10(int x) { function
H A Dchar-literal-printing.c16 wchar_t test10(void) { return L'\e'; } function
H A Ddeclarators.c76 struct test10 { int a; } static test10x; struct
/external/v8/test/mjsunit/
H A Ddebug-stepout-scope.js180 function test10() { function
186 test10();
/external/clang/test/CXX/class.access/class.protected/
H A Dp1.cpp378 namespace test10 { namespace
/external/clang/test/CodeGenCXX/
H A Deh.cpp207 namespace test10 { namespace
H A Dexceptions.cpp421 namespace test10 { namespace
H A Dmangle-template.cpp131 namespace test10 { namespace
H A Dmember-function-pointers.cpp241 namespace test10 { namespace
259 // GLOBAL-LP64: @_ZN6test101aE = global { i64, i64 } { i64 ptrtoint (void (%"struct.test10::A"*)* @_ZN6test101A3fooEv to i64), i64 0 }, align 8
260 // GLOBAL-LP32: @_ZN6test101aE = global { i32, i32 } { i32 ptrtoint (void (%"struct.test10::A"*)* @_ZN6test101A3fooEv to i32), i32 0 }, align 4
261 // GLOBAL-ARM: @_ZN6test101aE = global { i32, i32 } { i32 ptrtoint (void (%"struct.test10::A"*)* @_ZN6test101A3fooEv to i32), i32 0 }, align 4
264 // GLOBAL-LP64: @_ZN6test101bE = global { i64, i64 } { i64 ptrtoint (void (%"struct.test10::A"*)* @_ZN6test101A3fooEv to i64), i64 8 }, align 8
265 // GLOBAL-LP32: @_ZN6test101bE = global { i32, i32 } { i32 ptrtoint (void (%"struct.test10::A"*)* @_ZN6test101A3fooEv to i32), i32 4 }, align 4
266 // GLOBAL-ARM: @_ZN6test101bE = global { i32, i32 } { i32 ptrtoint (void (%"struct.test10::A"*)* @_ZN6test101A3fooEv to i32), i32 8 }, align 4
269 // GLOBAL-LP64: @_ZN6test101cE = global { i64, i64 } { i64 ptrtoint (void (%"struct.test10::A"*)* @_ZN6test101A3fooEv to i64), i64 8 }, align 8
270 // GLOBAL-LP32: @_ZN6test101cE = global { i32, i32 } { i32 ptrtoint (void (%"struct.test10::A"*)* @_ZN6test101A3fooEv to i32), i32 4 }, align 4
271 // GLOBAL-ARM: @_ZN6test101cE = global { i32, i32 } { i32 ptrtoint (void (%"struct.test10
[all...]
/external/clang/test/SemaCXX/
H A Dscope-check.cpp196 namespace test10 { namespace in namespace:PR10462
/external/v8/test/mjsunit/compiler/
H A Dsimple-bailouts.js93 Test.prototype.test10 = function() {
142 t.test10();
/external/clang/test/Misc/
H A Ddiag-template-diffing.cpp282 void test10() { function

Completed in 365 milliseconds

12