Searched refs:test8 (Results 1 - 25 of 125) sorted by relevance

12345

/external/clang/test/Parser/
H A Dstatements.c61 void test8() {
H A Dbrackets.cpp154 namespace test8 { namespace
H A Dexpressions.c72 void test8() { function
/external/llvm/test/MC/AsmParser/
H A Dmacros-darwin.s72 .macro test8 _a, _b, _c
81 test8 a, b, c label
83 test8 %1, %2, %3 #a comment label
85 test8 x - y, z, 1 label
90 test8 1,2 3 label
93 test8 1 2, 3 label
H A Dmacros-gas.s72 .macro test8 _a, _b, _c
81 test8 a, b, c label
83 test8 %1 %2 %3 #a comment label
85 test8 x - y z 1 label
90 test8 1,2 3 label
93 test8 1 2, 3 label
/external/clang/test/Sema/
H A Dwarn-shadow.c59 void test8() { function
/external/clang/test/SemaObjC/Inputs/
H A Darc-system-header.h50 static inline void *test8(id ptr) { function
/external/vogar/test/vogar/target/junit3/
H A DLongTest2.java65 public void test8() { method in class:LongTest2
/external/vogar/test/vogar/target/junit4/
H A DLongTest2.java66 public void test8() { method in class:LongTest2
/external/clang/test/CodeGen/
H A Dswitch-dce.c132 // CHECK: @test8
139 void test8() { function
H A Dbuiltin-memfns.c74 void test8(int *arg) { function
75 // CHECK: @test8
H A Dconditional.c30 void* test8() {return 1 ? test6 : test7;} function
H A Dpacked-nest-unpacked.c67 void test8(unsigned x) { function
68 // CHECK: @test8
/external/clang/test/CodeGenCXX/
H A Dthrow-expressions.cpp101 int &test8(bool cond) { function
H A Dmangle-unnamed.cpp81 void test8() { make_test8(T8); } function
H A Dmicrosoft-abi-dynamic-cast.cpp93 void* test8(A* x) { return dynamic_cast<void*>(x); } function
94 // CHECK-LABEL: define i8* @"\01?test8@@YAPAXPAUA@@@Z"(%struct.A* %x)
/external/libcxxabi/test/
H A Dcatch_ptr_02.pass.cpp151 void test8 () function
211 test8();
/external/clang/test/SemaCXX/
H A Dundefined-inline.cpp42 namespace test8 { namespace
H A Dwarn-shadow.cpp97 void test8() { function
H A Dalignof.cpp36 static const int test8 = __alignof__(s2.x); member in struct:S3
60 const int test8 = __alignof__(S5::x); variable
H A Dlong-virtual-inheritance-chain.cpp11 class test8 : virtual test7 { virtual void f(); }; class in inherits:test7
12 class test9 : virtual test8 { virtual void f(); };
H A Dopenmp_default_simd_align.cpp34 static const int test8 = __builtin_omp_required_simd_align(decltype(s2.x)); member in struct:S3
58 const int test8 = __builtin_omp_required_simd_align(decltype(S5::x)); variable
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/
H A Deval.pass.cpp125 test8()
142 test8();
/external/ltp/testcases/kernel/controllers/cgroup_fj/
H A Dcgroup_fj_function.sh153 test8() function
207 test8
/external/clang/test/Analysis/
H A Dunreachable-code-path.c82 void test8() { function

Completed in 1358 milliseconds

12345