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

1 23 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
2008-08-19-cast-of-typedef.c 5 T f0; member in struct:s
9 bar((long) x->f0);
PR2001-bitfield-reload.c 8 int f0 : 2; member in struct:__anon15803
10 return (x.f0 = i);
PR2743-reference-missing-static.c 10 void f0() { e0(); } function
_Bool-conversion.c 3 // CHECK-LABEL: define i32 @f0()
8 int f0() { return f0_0((void*) 0x2); } function
always_inline.c 2 // RUN: not grep '@f0' %t
5 // RUN: grep '@f0' %t | count 2
7 //static int f0() {
8 static int __attribute__((always_inline)) f0() { function
13 return f0();
assign.c 5 // CHECK-LABEL: define void @f0()
12 void f0() { function
bitfield-promote.c 3 long long f0(void) { function
4 struct { unsigned f0 : 32; } x = { 18 }; member in struct:__anon15871
5 return (long long) (x.f0 - (int) 22);
7 // CHECK: @f0()
11 struct { unsigned f0 : 31; } x = { 18 }; member in struct:__anon15872
12 return (long long) (x.f0 - (int) 22);
18 struct { unsigned f0 ; } x = { 18 }; member in struct:__anon15873
19 return (long long) (x.f0 - (int) 22);
builtins-systemz-error2.c 6 v16i8 f0(v16i8 a, v16i8 b) { function
fast-math.c 2 float f0, f1, f2; variable
8 f0 = f1 + f2;
finite-math.c 5 float f0, f1, f2; variable
13 f0 = f1 + f2;
private-extern.c 9 int f0(void) { function
transparent-union.c 8 void *f0; member in union:__anon15992
11 void f0(transp_t0 obj);
14 // CHECK: call void @f0(i8* %{{.*}})
19 // ARM: call arm_aapcscc void @f0(i8* %{{.*}})
23 void (*f0p)(void *) = f0;
24 f0(a0);
29 f0((transp_t0) { a0 });
x86_32-arguments-realign.c 4 // CHECK-LABEL: define void @f0(%struct.s0* byval align 4)
8 void f0(struct s0 a0) { function
  /external/clang/test/CodeGenCXX/
mangle-address-space.cpp 4 void f0(char *p) { } function
6 void f0(char __attribute__((address_space(1))) *p) { } function
12 void f0(OpaqueTypePtr) { } function
  /external/clang/test/CodeGenObjC/
attr-strong.c 7 void f0(void) { function
  /external/clang/test/CoverageMapping/
unused_function.cpp 6 // CHECK: {{_Z2f0v|\?f0@@YAXXZ}}:
8 inline void f0() {} 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/libcxx/test/std/atomics/atomics.flag/
copy_assign.fail.cpp 21 std::atomic_flag f0; local
23 f = f0;

Completed in 311 milliseconds

1 23 4 5 6 7 8 91011>>