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

1 2 3 4 5 6 78 91011>>

  /external/clang/test/CodeGen/
inline2.c 4 // CHECK-GNU89-LABEL: define i32 @f0()
5 // CHECK-C99-LABEL: define i32 @f0()
6 int f0(void);
7 int f0(void) { return 0; } function
65 return f0() + f1() + f2() + f3() + f4() + f5() + f6() + f7() + f8() + f9()
tentative-decls.c 14 struct s0 *f0() { function
  /external/clang/test/CodeGenCXX/
alloca-align.cpp 9 // CHECK-LABEL: define void @f0
11 extern "C" void f0() { function
arm-swiftcall.cpp 45 float f0; member in struct:__anon16091
mangle-variadic-templates.cpp 15 void f0(X<sizeof...(Types), Types&...>) { } function
17 template void f0(X<0>);
20 template void f0<int, float, double>(X<3, int&, float&, double&>);
  /external/clang/test/PCH/
stmts.h 3 void f0(int x) { function
  /external/clang/test/Sema/
alias-redefinition.c 3 void f0() {} function
4 void fun0(void) __attribute((alias("f0")));
block-args.c 33 void f0() { function
implicit-builtin-decl.c 37 int f0() { function
knr-def-call.c 4 void f0(a, b, c, d) int a,b,c,d; {} function
6 f0(1); // expected-warning{{too few arguments}}
18 f3 t3(int b) { return b? f0 : f1; } // okay
pragma-pack-2.c 10 char f0; member in struct:s0
17 char f0; member in struct:s1
25 char f0; member in struct:s3_0
30 char f0; member in struct:s3_1
39 char f0; member in struct:s4_0
44 char f0; member in struct:s4_1
53 char f0; member in struct:s5_0
55 int f0; member in struct:s5_0::s2_4_0
warn-unused-value.c 84 struct s0 { int f0; }; member in struct:s0
86 void f0(int a);
89 f0((int)(a->f0 + 1, 10)); // expected-warning {{expression result unused}}
  /external/clang/test/SemaCXX/
composite-pointer-type.cpp 7 void f0(volatile Base *b, Derived1 *d1, const Derived2 *d2) { function
type-definition-in-specifier.cpp 13 void f0() { function
  /external/clang/test/SemaTemplate/
anonymous-union.cpp 12 void f0() { function in struct:T1
19 void f1(T1<A> *S) { S->f0(); } // expected-note{{instantiation of member function}} expected-note{{in instantiation of template class 'T1<A>' requested here}}
fun-template-def.cpp 19 int f0(T x) { function
template-id-expr.cpp 13 void f0(const Value &Val) { isa<Value>(Val); } function
  /prebuilts/go/darwin-x86/test/
phiopt.go 11 func f0(a bool) bool { func
stack.go 34 func f0() { func
35 // likely to make a new stack for f0,
43 // because 3000 bytes were used by f0
70 f0()
  /prebuilts/go/linux-x86/test/
phiopt.go 11 func f0(a bool) bool { func
stack.go 34 func f0() { func
35 // likely to make a new stack for f0,
43 // because 3000 bytes were used by f0
70 f0()
  /dalvik/dx/tests/079-dex-local-variable-renumbering/
Blort.java 20 float f0 = 0.0f; local
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
p6-0x.cpp 3 void f0() &; // expected-error {{non-member function cannot have '&' qualifier}}
8 void f0() &;
45 func_type_lvalue f0; member in struct:Y
49 void (X::*mpf1)() & = &X::f0;
  /external/clang/test/CXX/temp/temp.spec/
no-body.cpp 50 template<typename T> void f0(T) { } function
66 template<> void f0<int>(int) { } // expected-error {{no function template matches function template specialization 'f0'}} function in namespace:exp_spec
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p1.cpp 18 template<typename T> void f0(T) { function
22 template<> void f0(NonDefaultConstructible) { } function
25 f0(NDC);

Completed in 570 milliseconds

1 2 3 4 5 6 78 91011>>