Searched refs:fn1 (Results 1 - 25 of 27) sorted by relevance

12

/external/clang/test/CodeGenCXX/
H A Dpr18962.cpp4 // append has to have the same prototype as fn1 to tickle the bug.
20 void fn1(A *p1) { function
H A Dcxx11-initializer-aggregate.cpp6 int fn1(int x) { function
H A Dcxx0x-initializer-constructors.cpp8 void fn1() { function
H A Dcxx0x-initializer-stdinitializerlist-startend.cpp39 void fn1(int i) { function
H A Dctor-dtor-alias.cpp200 fn1() { function
H A Dmicrosoft-abi-sret-and-byval.cpp325 // type will use the argument type selected by fn1.
329 void fn1(FnPtr1 a, SmallWithDtor b) { } function
333 void fn2(FnPtr1 a, SmallWithDtor b) { fn1(a, b); };
345 // WIN32: call void @"\01?fn1@@YAXP6AXUForwardDeclare1@@@ZUSmallWithDtor@@@Z"([[argmem_ty]]* inalloca %[[argmem]])
H A Dcxx0x-initializer-stdinitializerlist.cpp101 void fn1(int i) { function
/external/clang/test/SemaCXX/
H A Dms-interface.cpp8 virtual void fn1() const;
28 // expected-error@+1 {{static member function 'fn1' is not permitted within an interface type}}
29 static int fn1();
45 void fn1() const override;
H A Dmicrosoft-dtor-lookup.cpp120 void fn1(B *b) { b->m_fn1(); } function in namespace:Test6
131 void fn1(B b) {} function in namespace:Test7
H A Denable_if.cpp104 int fn1(const Integer &) __attribute__((enable_if(true, "")));
107 fn1(expr);
H A Dconditional-expr.cpp25 void fn1();
173 pfm = i1 ? DFnPtr() : &Base::fn1;
174 pfm = i1 ? &Base::fn1 : DFnPtr();
186 pfm = i1 ? &Base::fn1 : &Derived::fn2;
187 pfm = i1 ? &Derived::fn2 : &Base::fn1;
H A Dcxx0x-cursory-default-delete.cpp19 void fn1 () { function
H A Dconstant-expression.cpp139 template < typename T > void fn1() { function in namespace:rdar16064952
/external/clang/test/OpenMP/
H A Dparallel_if_codegen.cpp8 void fn1();
43 fn1();
113 // CHECK: call void @{{.+}}fn1
/external/clang/test/CodeGen/
H A Dnamed_reg_global.c32 // CHECK: define {{.*}}@fn1
33 int fn1() { function
H A Dstruct.c8 void fn1() { function
/external/llvm/test/Object/
H A Darchive-long-index.test9 CHECKIDX: fn1 in 2.o
11 CHECKIDX: fn1 in 3.o
24 CHECKIDX: 0000000000000000 T fn1
26 CHECKIDX: 000000000000000b T fn1
H A Dsimple-archive.test11 CHECKIDX: U fn1
/external/clang/test/PCH/
H A Dimplicitly-deleted.cpp15 void fn1() { function
/external/clang/test/Sema/
H A Dunused-expr.c83 int fn1() __attribute__ ((warn_unused_result));
88 if (fn1() < 0 || fn2(2,1) < 0 || fn3(2) < 0) // no warnings
91 fn1(); // expected-warning {{ignoring return value of function declared with warn_unused_result attribute}}
95 (void)0, fn1(); // expected-warning {{ignoring return value of function declared with warn_unused_result attribute}}
135 #define M6() fn1()
H A Dasm.c168 void fn1() { function
/external/compiler-rt/test/msan/
H A Dchained_origin_limits.cc106 void fn1() { function
121 fn1();
156 // CHECK-PER-STACK: in fn1
/external/clang/test/Parser/
H A Dswitch-recovery.cpp225 void fn1() { function in namespace:pr21841
/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
H A DRotation.java971 double fn1;
1016 fn1 = corr00 * corr00 + corr01 * corr01 + corr02 * corr02 +
1021 if (FastMath.abs(fn1 - fn) <= threshold)
1034 fn = fn1;
/external/clang/test/SemaTemplate/
H A Ddefault-expr-arguments.cpp302 fn1 () function in namespace:PR12581

Completed in 885 milliseconds

12