HomeSort by relevance Sort by last modified time
    Searched defs:f0 (Results 51 - 75 of 339) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
fast-math.c 2 float f0, f1, f2; variable
8 f0 = f1 + f2;
finite-math.c 2 float f0, f1, f2; variable
8 f0 = f1 + f2;
private-extern.c 8 int f0(void) { function
transparent-union.c 4 // FIXME: Note that we don't currently get the ABI right here. f0() should be
5 // f0(i8*).
8 void *f0; member in union:__anon18348
11 void f0(transp_t0 obj);
14 // CHECK: call void @f0(%union.transp_t0* byval align 4 %{{.*}})
18 void (*f0p)(void *) = f0;
19 f0(a0);
24 f0((transp_t0) { a0 });
x86_32-arguments-realign.c 4 // CHECK: define void @f0(%struct.s0* byval align 4)
8 void f0(struct s0 a0) { function
2008-07-31-asm-labels.c 13 void f0() { function
PR3613-static-decl.c 10 static int f0(void) { function
16 void *g1 = f0;
blocks.c 5 int f0(int (^a0)()) { function
builtin-attributes.c 5 void f0() { function
unreachable.c 7 int f0() { function
  /external/clang/test/CodeGenObjC/
attr-strong.c 7 void f0(void) { function
  /external/clang/test/PCH/
functions.c 8 int f0(int x0, int y0, ...) { return x0 + y0; } function
multiple_decls.c 8 void f0(char c) { function
  /external/clang/test/Sema/
align-arm-apcs.c 4 struct s0 { double f0; int f1; }; member in struct:s0
pointer-subtract-compat.c 9 void f0(void (*fp)(void)) { function
warn-unused-parameters.c 4 int f0(int x, function
  /external/clang/test/SemaCXX/
attr-after-definition.cpp 5 bool f0(X) { return true; } // expected-note{{definition}} function
8 __attribute__ ((__visibility__("hidden"))) bool f0(X); // expected-warning{{attribute}}
type-formatting.cpp 7 void f0() { function
10 template void f0<X1>(); // expected-note{{instantiation of}}
  /external/clang/test/SemaTemplate/
canonical-expr-type-0x.cpp 7 void f0(T x, decltype(f(N, x)) y) { } // expected-note{{previous}} function
10 void f0(T x, decltype((f)(N, x)) y) { } function
13 void f0(U u, decltype(f(M, u))) { } // expected-error{{redefinition}} function
  /external/v8/test/mjsunit/compiler/
control-flow-1.js 30 function f0(x) { function
36 return f0(x == y);
  /external/v8/test/mjsunit/regress/
regress-1423.js 33 function f0() { function
63 for (var i = 0; i < 5; ++i) f0();
64 %OptimizeFunctionOnNextCall(f0);
65 assertEquals(1, f0());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.flag/
copy_assign.fail.cpp 21 std::atomic_flag f0; local
23 f = f0;
copy_volatile_assign.fail.cpp 21 std::atomic_flag f0; local
23 f = f0;
  /external/clang/test/CXX/temp/temp.spec/temp.inst/
p11.cpp 5 template<typename T> unsigned f0() { function in namespace:test0
10 = f0<T>()) // expected-note {{in instantiation}}
  /external/clang/test/CodeGenCXX/
DynArrayInit.cpp 11 char f0() { function

Completed in 615 milliseconds

1 23 4 5 6 7 8 91011>>