HomeSort by relevance Sort by last modified time
    Searched refs:f2 (Results 276 - 300 of 709) sorted by null

<<11121314151617181920>>

  /ndk/sources/cxx-stl/llvm-libc++/test/thread/thread.mutex/thread.once/thread.once.callonce/
call_once.pass.cpp 92 void f2() function
187 std::thread t0(f2);
188 std::thread t1(f2);
  /external/openssl/crypto/
sparccpuid.S 124 fmovs %f0,%f2
265 .word 0x85b08d82 !fxor %f2,%f2,%f2
268 .word 0x85b08d82 !fxor %f2,%f2,%f2
271 .word 0x85b08d82 !fxor %f2,%f2,%f2
    [all...]
  /external/clang/test/Analysis/
CFNumber.c 22 __attribute__((cf_returns_retained)) CFNumberRef f2(unsigned short x) { function
cxx-crashes.cpp 12 long f2(char *c) { function
method-call.cpp 27 void f2() { function
  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.depend/
p1.cpp 8 [[carries_dependency]] int f2(); // ok
  /external/clang/test/CXX/except/except.spec/
p1.cpp 30 void f2() noexcept (true) { }
  /external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
p3.cpp 63 void f2() function in namespace:PR7641
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
p3.cpp 45 template<typename T> A<T> f2(const T&);
48 A<int> a0 = f2(i);
49 A<int> a1 = f2(ci);
50 A<volatile int> a2 = f2(vi);
  /external/clang/test/CodeGen/
union.c 16 int f2( float __x ) { function
  /external/clang/test/CodeGenCXX/
constructor-direct-call.cpp 23 void f2() { function
mangle-neon-vectors.cpp 20 void f2(int32x4_t v) { } function
  /external/clang/test/Parser/
attr-availability.c 11 void f2() __attribute__((availability(ios,deprecated=10.4.7,introduced=10,obsoleted=10.6)));
  /external/clang/test/Sema/
pragma-unused.c 12 void f2(void) { function
private-extern.c 31 void f2() { function
vector-init.c 25 __attribute__((vector_size(16))) float f2( function
vla.c 20 void f2(unsigned int m) function
  /external/clang/test/SemaCXX/
attr-format.cpp 4 static const char* f2(const char*) __attribute__((format_arg(1)));
composite-pointer-type.cpp 38 int f2() { function
conversion-delete-expr.cpp 40 void f2 (D2 d) function
cxx11-attr-print.cpp 35 int f2 [[clang::warn_unused_result]] ();
function-redecl.cpp 13 void f2() { function in namespace:N
virtual-override.cpp 164 Foo2<Base2> f2; local
166 f2.f(17);
229 virtual TB<N>* f2(); // expected-note{{overridden virtual function is here}}
233 virtual D* f2(); // expected-error{{return type of virtual function 'f2' is not covariant with the return type of the function it overrides ('type_dependent_covariance::D *' is not derived from 'TB<1> *')}}
  /external/freetype/include/freetype/
ftcache.h     [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/meta/meta.hel/
integral_constant.pass.cpp 38 std::false_type f2 = f1; local

Completed in 1623 milliseconds

<<11121314151617181920>>