HomeSort by relevance Sort by last modified time
    Searched refs:f0 (Results 126 - 150 of 574) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/
p4-cxx0x.cpp 24 int f0(int); // expected-note{{possible target}}
25 float f0(float); // expected-note{{possible target}}
27 decltype(f0) f0_a; // expected-error{{reference to overloaded function could not be resolved; did you mean to call it?}}
  /external/clang/test/CXX/temp/temp.decls/temp.fct/temp.over.link/
p6.cpp 8 template<int X, int Y> void f0(A0<X, Y>) { } // expected-note{{previous}} function
9 template<int N, int M> void f0(A0<M, N>) { } function
10 template<int V1, int V2> void f0(A0<V1, V2>) { } // expected-error{{redefinition}} function
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
ext-blocks.cpp 5 int f0(Args ...args) { function
16 return f0(args...);
20 template int f0(int, float, double);
  /external/clang/test/CXX/temp/temp.spec/temp.explicit/
p6.cpp 12 template<typename T, typename U> void f0(T, U*) { } function
14 template void f0<int>(int, float*);
15 template void f0<>(double, float*);
p9-linkage.cpp 42 void f0(T& t) { function
51 extern template void f0<>(int *&);
56 f0(ip);
58 f0(fp);
p9.cpp 39 void f0(T& t) { function
48 extern template void f0<>(int *&);
52 f0(ip);
53 f0(fp); // expected-note{{instantiation}}
p7.cpp 9 T* f0(T* ptr) { function in struct:X0
30 int_long_func *X0<int_long_func>::f0(int_long_func *) { return 0; } function in class:X0
  /external/clang/test/Sema/
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
warn-unused-parameters.c 4 int f0(int x, function
  /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
instantiate-decl-init.cpp 32 void f0() { function
36 template void f0<int>();
37 template void f0<float>();
template-decl-fail.cpp 10 template<int x> enum e0 f0(int a=x) {} function
anonymous-union.cpp 12 void f0() { function in struct:T1
19 void f1(T1<A> *S) { S->f0(); } // expected-note{{instantiation of member function}}
explicit-specialization-member.cpp 6 void f0(T);
10 template<> void X0<char>::f0(char);
  /external/chromium_org/third_party/openssl/openssl/crypto/
ia64cpuid.S 70 mov f127=f0
78 mov f6=f0
81 mov f7=f0
84 mov f8=f0
87 mov f9=f0
90 mov f10=f0
93 mov f11=f0
96 mov f12=f0
99 mov f13=f0
102 mov f14=f0
    [all...]
  /external/openssl/crypto/
ia64cpuid.S 70 mov f127=f0
78 mov f6=f0
81 mov f7=f0
84 mov f8=f0
87 mov f9=f0
90 mov f10=f0
93 mov f11=f0
96 mov f12=f0
99 mov f13=f0
102 mov f14=f0
    [all...]
  /external/chromium_org/v8/test/mjsunit/compiler/
optimized-function-calls.js 57 function f0() { function
78 return f4(f3(f2(f1(f0()),f0()),f1(f0()),f0()),f2(f1(f0()),f0()),f1(f0()),f0())
79 + f4(f0(),f1(f0()),f2(f1(f0()),f0()),f3(f2(f1(f0()),f0()),f1(f0()),f0()))
    [all...]
  /external/v8/test/mjsunit/compiler/
optimized-function-calls.js 57 function f0() { function
78 return f4(f3(f2(f1(f0()),f0()),f1(f0()),f0()),f2(f1(f0()),f0()),f1(f0()),f0())
79 + f4(f0(),f1(f0()),f2(f1(f0()),f0()),f3(f2(f1(f0()),f0()),f1(f0()),f0()))
    [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/
p10.cpp 8 mutable const int f0; // expected-error{{'mutable' and 'const' cannot be mixed}} member in struct:s0
  /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/CodeGen/
2008-07-30-implicit-initialization.c 2 // CHECK: define i32 @f0()
14 int f0() { function
global-decls.c 17 void f0() { function
regparm-flag.c 8 void f0() { function
struct-passing.c 10 T0 __attribute__((const)) f0(void);
17 void *ps[] = { f0, f1, f2, f3, f4, f5 };
19 // CHECK: declare i32 @f0() [[RN:#[0-9]+]]
  /external/clang/test/PCH/
stmts.c 8 void g0(void) { f0(5); }

Completed in 920 milliseconds

1 2 3 4 56 7 8 91011>>