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

1 2 3 4 56 7 8 91011>>

  /external/clang/test/SemaTemplate/
function-template-specialization.cpp 4 void f0(int (&array)[N]); // expected-note {{candidate template ignored: could not match 'int' against 'char'}}
7 template<> void f0(int (&array)[1]);
11 f0(iarr1);
15 template<> void f0(char (&array)[1]); // expected-error{{no function template matches}}
16 template<> void f0<2>(int (&array)[2]) { } function
40 template <typename T> bool f0(T &t1);
41 template <> bool f0<float>(float &t1);
43 template <> bool PR5833::f0<float>(float &t1) {} function in class:PR5833
anonymous-union.cpp 12 void f0() { function in struct:T1
19 void f1(T1<A> *S) { S->f0(); } // expected-note{{instantiation of member function}}
  /external/v8/test/mjsunit/
apply.js 28 function f0() { function
36 assertSame(this, f0.apply(), "1-0");
38 assertSame(this, f0.apply(this), "2a");
39 assertSame(this, f0.apply(this, new Array(1)), "2b");
40 assertSame(this, f0.apply(this, new Array(2)), "2c");
41 assertSame(this, f0.apply(this, new Array(4242)), "2d");
43 assertSame(this, f0.apply(null), "3a");
44 assertSame(this, f0.apply(null, new Array(1)), "3b");
45 assertSame(this, f0.apply(null, new Array(2)), "3c");
46 assertSame(this, f0.apply(this, new Array(4242)), "3d")
    [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...]
regress-3249650.js 31 function f0(x) { try { } catch (e) {}} function
41 f0(x);
variables.js 33 function f0() { return x; } function
34 assertEquals(0, f0());
  /external/clang/test/Analysis/
stackaddrleak.c 7 void f0() { function
  /external/clang/test/CXX/expr/expr.unary/expr.delete/
p5.cpp 9 void f0(T0 *a) { delete a; } // expected-warning {{deleting pointer to incomplete type}} function
16 void f0() { T1_A<T1_B> x; } // expected-note {{in instantiation of member function}} function
18 // This case depends on when we check T2_C::f0.
21 struct T2_B { void f0(T *a) { delete a; } }; function in struct:T2_B
22 struct T2_C { T2_B<T2_A> x; void f0(T2_A *a) { x.f0(a); } }; function in struct:T2_C
23 void f0(T2_A *a) { T2_C x; x.f0(a); } function
30 void f0(T *a) { function in struct:T3_B
37 void f0(T3_A *a) { function in struct:T3_C
42 void f0(T3_A *a) { T3_C x; x.f0(a); } function
    [all...]
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
injected-class-name.cpp 11 void f0(T);
16 void X0<T, Types...>::f0(T) { } function in class:X0
  /external/clang/test/CXX/temp/temp.param/
p9-0x.cpp 18 friend void f0(X3);
37 void f0();
41 template<typename T = int> void X2<T>::f0() { } // expected-error{{cannot add a default template argument to the definition of a member of a class template}} function in class:PR8748::X2
  /external/clang/test/CXX/temp/temp.spec/temp.explicit/
p1.cpp 16 void f0(T t) { function
20 template void f0(int);
21 template void f0<long>(long);
22 template void f0<>(unsigned);
23 template void f0(int C::*); // expected-note{{instantiation}}
p3.cpp 5 template<typename T> void f0(T);
6 template void f0(int); // okay
7 template<typename T> void f0(T) { } function
15 template void X0::f0<int>(int); // expected-error {{incomplete type}}
16 template void X1<int>::f0<int>(int); // expected-error {{implicit instantiation of undefined template}}
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*);
  /external/clang/test/CodeGen/
incomplete-function-type.c 4 // CHECK: define void @f0
14 void f0() {} function
inline2.c 4 // CHECK-GNU89: define i32 @f0()
5 // CHECK-C99: define i32 @f0()
6 int f0(void);
7 int f0(void) { return 0; } function
60 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: define void @f0
11 extern "C" void f0() { function
mangle-variadic-templates.cpp 14 void f0(X<sizeof...(Types), Types&...>) { } function
16 template void f0(X<0>);
19 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/
block-args.c 33 void f0() { function
implicit-builtin-decl.c 35 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

Completed in 511 milliseconds

1 2 3 4 56 7 8 91011>>