Home
last modified time | relevance | path

Searched refs:test13 (Results 1 – 25 of 386) sorted by relevance

12345678910>>...16

/external/llvm-project/clang/test/CodeGen/
Dswitch-dce.c227 void test13(int x) { in test13() function
229 case 42: test13(97); // fallthrough in test13()
231 default: test13(42); break; in test13()
Dmemccpy-libcall.c7 void test13(char *d, char *s, int c, size_t n) { in test13() function
Dconditional.c72 void test13() { in test13() function
Dalias.c116 void test13(enum a_type y) {} in test13() function
/external/clang/test/CodeGen/
Dswitch-dce.c227 void test13(int x) { in test13() function
229 case 42: test13(97); // fallthrough in test13()
231 default: test13(42); break; in test13()
Dconditional.c72 void test13() { in test13() function
/external/clang/test/SemaCXX/
Dconversion.cpp264 namespace test13 { namespace
267 #define test13(condition) if (condition) return; macro
269 #define CHECK13(condition) test13(identity13(!(condition)))
Dlong-virtual-inheritance-chain.cpp16 class test13 : virtual test12 { virtual void f(); }; class
17 class test14 : virtual test13 { virtual void f(); };
/external/llvm-project/clang/test/SemaCXX/
Dconversion.cpp262 namespace test13 { namespace
265 #define test13(condition) if (condition) return; macro
267 #define CHECK13(condition) test13(identity13(!(condition)))
Dlong-virtual-inheritance-chain.cpp16 class test13 : virtual test12 { virtual void f(); }; class
17 class test14 : virtual test13 { virtual void f(); };
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dmovw-consts.ll90 define void @test13() {
91 ; CHECK-LABEL: test13:
/external/ltp/lib/newlib_tests/
D.gitignore13 test13
/external/llvm/test/CodeGen/AArch64/
Dmovw-consts.ll90 define void @test13() {
91 ; CHECK-LABEL: test13:
/external/llvm/test/CodeGen/X86/
Dnarrow-shl-cst.ll115 define i64 @test13(i64 %x, i64* %y) nounwind {
120 ; CHECK-LABEL: test13:
Dadd.ll175 define void @test13(i64* inreg %a) nounwind {
181 ; X32-LABEL: test13:
184 ; X64-LABEL: test13:
Dcmov-fp.ll224 define float @test13(i32 %a, i32 %b, float %x) nounwind {
229 ; SSE-LABEL: test13:
232 ; NOSSE2-LABEL: test13:
235 ; NOSSE1-LABEL: test13:
238 ; NOCMOV-LABEL: test13:
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dapint-and.ll117 define i1024 @test13(i1024 %A) {
118 ; CHECK-LABEL: @test13(
/external/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
Ddefault.fail.cpp47 std::tuple<Explicit, Implicit, Explicit> test13() { return {}; } // expected-error 1 {{chosen const… in test13() function
/external/rust/crates/heck/src/
Dsnake.rs64 t!(test13: "FieldNamE11" => "field_nam_e11");
/external/ltp/testcases/kernel/fs/fs_bind/move/
D00_Descriptions.txt37 test13 - uncloneable subtree to shared parent.
109 test13:
/external/clang/test/Sema/
Dc89.c72 struct test13 { struct
/external/llvm-project/clang/test/Sema/
Dc89.c72 struct test13 { struct
/external/ltp/testcases/kernel/fs/fs_bind/bind/
D00_Descriptions.txt38 test13 - uncloneable child to shared parent.
117 test13:
/external/llvm/test/Transforms/InstCombine/
Dcompare-udiv.ll100 ; CHECK-LABEL: @test13
102 define i1 @test13(i32 %d) {
/external/clang/test/CXX/temp/temp.decls/temp.friend/
Dp1.cpp281 namespace test13 { namespace
289 void foo(Role<N, test13::Foo> &role) { in foo()

12345678910>>...16