Home
last modified time | relevance | path

Searched refs:test14 (Results 1 – 25 of 102) sorted by relevance

12345

/external/clang/test/Sema/
Dc89.c82 int test14() { return (&*test14)(); } in test14() function
Dasm.c132 void test14(struct S *s) { in test14() function
Dswitch.c256 int test14(int a) { in test14() function
Dblock-misc.c129 void test14() { in test14() function
Dattr-deprecated.c94 int test14(foo_dep *foo); // expected-warning {{'foo_dep' is deprecated}}
Dreturn.c85 int test14() { in test14() function
Dscope-check.c203 int test14(int n) { in test14() function
/external/clang/test/SemaCXX/
Dalignof.cpp62 long long int test14[2]; variable
64 static_assert(alignof(test14) == 8, "foo"); // expected-warning {{'alignof' applied to an expressio…
Dlong-virtual-inheritance-chain.cpp17 class test14 : virtual test13 { virtual void f(); }; class
18 class test15 : virtual test14 { virtual void f(); };
Derr_init_conversion_failed.cpp42 void test14(const float2 in, const float2 out) { in test14() function
Dast-print.cpp164 void test14() { in test14() function
Dlinkage2.cpp145 namespace test14 { namespace
/external/llvm/test/CodeGen/X86/
Dfmul-zero.ll4 define void @test14(<4 x float>*) nounwind {
Dcmov-fp.ll242 define float @test14(i32 %a, i32 %b, float %x) nounwind {
247 ; SSE-LABEL: test14:
250 ; NOSSE2-LABEL: test14:
253 ; NOSSE1-LABEL: test14:
256 ; NOCMOV-LABEL: test14:
Davx512-mov.ll112 ; CHECK-LABEL: @test14
115 define <4 x i32> @test14(i32 %x) {
/external/llvm/test/CodeGen/AArch64/
Dmovw-consts.ll97 define void @test14() {
98 ; CHECK-LABEL: test14:
Darm64-rounding.ll142 ; CHECK: test14
145 define double @test14(double %a) #1 {
/external/llvm/test/Transforms/InstSimplify/
Dundef.ll122 ; @test14
124 define i1 @test14() {
/external/clang/test/CodeGen/
Dobject-size.c110 void test14() { in test14() function
/external/llvm/test/Transforms/LoopIdiom/
Dbasic-address-space.ll63 define i32 @test14() nounwind {
64 ; CHECK-LABEL: @test14(
/external/llvm/test/Transforms/ConstProp/
Dloads.ll185 define i64 @test14() nounwind {
190 ; LE-LABEL: @test14(
193 ; BE-LABEL: @test14(
/external/clang/test/Parser/
Dchar-literal-printing.c20 wchar_t test14(void) { return L'\n'; } in test14() function
Ddeclarators.c93 void test14() // expected-error {{expected ';' after top level declarator}}
/external/clang/test/CodeGenCXX/
Deh.cpp351 namespace test14 { namespace
Dmangle-template.cpp188 namespace test14 { namespace

12345