Searched refs:f2 (Results 276 - 300 of 481) sorted by relevance

<<11121314151617181920

/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp6.cpp44 constexpr ConstexprCtor<int> f2() { return 0; } // ok function
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.elab/
H A Dp3.cpp60 C<int> f2; // expected-note {{in instantiation of template class}} variable
/external/clang/test/CXX/expr/expr.mptr.oper/
H A Dp5.cpp6 void f2() volatile;
/external/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp1.cpp346 template<class U, class T> void f2(X<T> *x) { function in namespace:PR10913
352 friend void f2<T>(X<int> *x);
359 template void f2<int>(X<int> *);
360 template void f2<float>(X<int> *); // expected-note{{in instantiation of function template specialization 'PR10913::f2<float, int>' requested here}}
/external/clang/test/CodeGen/
H A Dpointer-arithmetic.c11 void *f2(void *a, int b) { return a + b; } function
H A Dregparm-struct.c12 __attribute__((regparm(3))) void f2(int a, int b, struct s1 c, int d);
13 // CHECK: declare void @f2(i32 inreg, i32 inreg, i32 inreg, i32)
16 f2(41, 42, x, 44);
/external/clang/test/CodeGenCXX/
H A Dcxx11-exception-spec.cpp50 void (*f2)() = &f<double>;
H A Dmangle-ms-back-references.cpp6 void f2(const char* a, char* b) {} function
7 // CHECK: "\01?f2@@YAXPBDPAD@Z"
H A Ddestructors.cpp360 void f2();
363 f2();
/external/clang/test/FixIt/
H A Dfixit-function-call.cpp16 void f2(intTy2 *a) { function
/external/clang/test/Parser/
H A Dcxx-template-decl.cpp98 void f2() {
H A Ddeclarators.c7 void f2(int [const *]);
/external/clang/test/Sema/
H A Dattr-availability.c5 void f2() __attribute__((availability(ios,introduced=2.1,deprecated=2.1)));
H A Dcomplex-int.c64 int f2[(29.0i-11.0)/(5.0+7.0i) == 2.0+3.0i ? 1 : -1]; variable
H A Dexpr-address-of.c68 void f2() { function
H A Dvarargs.c12 void f2(int a, int b, ...) function
/external/clang/test/SemaCXX/
H A Daddress-of-temporary.cpp10 void f2() { (void)&X(1, 2); } // expected-warning{{taking the address of a temporary object}} function
H A Ddecl-expr-ambiguity.cpp85 foo* f2 = 0; // expected-error {{must use 'class' tag to refer to type 'foo' in this scope}} local
/external/clang/test/SemaTemplate/
H A Dinstantiate-using-decl.cpp76 void f2() function in namespace:test3
H A Dtemp_explicit.cpp68 void f2(X4<int&>); // okay, Inner, not instantiated
H A Dtypename-specifier-4.cpp69 void f2(typename X0<T>::Inner<T*, T&>::type); // expected-note{{here}}
70 void f2(typename X0<T>::template Inner<T*, T&>::type); // expected-error{{redecl}}
/external/llvm/test/MC/Mips/
H A Dmips-memory-instructions.s13 # CHECK: swc1 $f2, 16($5) # encoding: [0x10,0x00,0xa2,0xe4]
20 swc1 $f2, 16($5)
/external/libffi/src/sparc/
H A Dv9.S61 ldd [%l0+ARGS+8], %f2
108 std %f2, [%i4+8]
120 std %f2, [%i4+40]
160 std %f2, [FP-120]
210 ldd [FP-152], %f2
223 ldd [FP-152], %f2
/external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
H A Dsema.cpp178 template <class T> T&& f2() noexcept;
181 P(dynamic_cast<S3&>(f2<T&>()));
/external/libffi/src/mips/
H A Dn32.S260 s.d $f2, 8(t4)
268 s.s $f2, 4(t4)
276 s.s $f2, 8(t4)
284 s.d $f2, 8(t4)
341 3 - return value high (v1 or $f2)
443 l.d $f2, V1_OFF2($sp)
449 l.s $f2, V1_OFF2($sp)
455 l.s $f2, V1_OFF2($sp)
461 l.d $f2, V1_OFF2($sp)

Completed in 2352 milliseconds

<<11121314151617181920