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

123

/external/llvm/test/MC/AsmParser/
H A Dmacros-gas.s95 .macro test10
99 test10 label
102 test10 42 label
104 // CHECK-ERRORS-NEXT: test10 42
/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 Dpacked-nest-unpacked.c88 void test10(unsigned x) { function
89 // CHECK: @test10
H A Dpass-object-size.c301 // CHECK-LABEL: define void @test10
302 void test10(void *const p __attribute__((pass_object_size(1)))) { function
/external/clang/test/SemaCXX/
H A Dundefined-inline.cpp53 namespace test10 { namespace
H A Dbuiltin-assume-aligned-tmpl.cpp14 int test10(int *a, T z) { function
20 return test10(a, 42); // expected-note {{in instantiation of function template specialization 'test10<int>' requested here}}
H A Derr_init_conversion_failed.cpp34 void test10() { function
/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/CodeGenCXX/
H A Dunknown-anytype.cpp115 void test10() { function
H A Dctor-dtor-alias.cpp204 namespace test10 { namespace
213 namespace test10 { namespace
H A Deh.cpp210 namespace test10 { namespace
H A Dexceptions.cpp432 namespace test10 { namespace
H A Dlinkage.cpp118 namespace test10 { namespace
/external/libcxxabi/test/
H A Dcatch_ptr_02.pass.cpp169 void test10 () function
196 test10();
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
H A DCompactConstructorExampleTest.java117 public void test10() { method in class:CompactConstructorExampleTest
/external/v8/test/mjsunit/
H A Ddebug-stepout-scope-part1.js134 function test10() { function
140 test10();
/external/clang/test/Analysis/
H A Dunreachable-code-path.c107 void test10() { function
/external/libcxx/test/std/experimental/string.view/string.view.ops/
H A Dcompare.size_size_sv_pointer_size.pass.cpp1097 void test10() function
1302 test10();
/external/libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
H A Dput_long_double.pass.cpp20835 void test10() function
[all...]
/external/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/
H A Dsize_size_pointer_size.pass.cpp1100 void test10() function
1307 test10<S>();
1323 test10<S>();
/external/libcxx/test/std/strings/basic.string/string.ops/string_compare/
H A Dsize_size_pointer_size.pass.cpp1096 void test10() function
1303 test10<S>();
1319 test10<S>();
/external/clang/test/CXX/class.access/class.protected/
H A Dp1.cpp379 namespace test10 { namespace
/external/clang/test/Parser/
H A Dswitch-recovery.cpp117 void test10(int x) { function

Completed in 1132 milliseconds

123