Searched defs:f0 (Results 76 - 100 of 282) sorted by relevance

1234567891011>>

/external/clang/test/CXX/temp/temp.spec/temp.inst/
H A Dp11.cpp5 template<typename T> unsigned f0() { function in namespace:test0
10 = f0<T>()) // expected-note {{in instantiation}}
9 Allocate(unsigned Alignment = f0<T>()) argument
/external/clang/test/CodeGen/
H A D2008-07-30-implicit-initialization.c2 // CHECK-LABEL: define i32 @f0()
14 int f0() { function
H A D2008-07-31-asm-labels.c13 void f0() { function
H A D2008-07-31-promotion-of-compound-pointer-arithmetic.c2 // CHECK-LABEL: define i32 @f0
10 int f0() { function
H A D2009-12-07-BitFieldAlignment.c11 void f0(struct S *a) { function
H A Dalignof.c10 int f0() { function
H A Davailable-externally-suppress.c6 inline void f0(int y) { x = y; } function
9 // CHECK: declare void @f0(i32)
11 f0(17);
H A Dbitfield-assign.c17 int f0 : 2; member in struct:s0
24 void f0(void) { function
26 if ((s.f0 = 3) != -1) g0();
42 s.f0 += 3;
H A Dblocks.c5 int f0(int (^a0)()) { function
H A Dglobal-decls.c17 void f0() { function
H A Dunreachable.c7 int f0() { function
/external/clang/test/CodeGenCXX/
H A DDynArrayInit.cpp11 char f0() { function
/external/clang/test/PCH/
H A Dmultiple_decls.c8 void f0(char c) { function
/external/clang/test/Sema/
H A Dattr-used.c12 static void __attribute__((used)) f0(void) { function
20 static void __attribute__((used)) f0(void);
H A Dpointer-subtract-compat.c9 void f0(void (*fp)(void)) { function
H A Dpragma-pack-3.c24 char f0; member in struct:s0
32 char f0; member in struct:s1
H A Dwarn-unused-parameters.c4 int f0(int x, function
/external/clang/test/SemaCXX/
H A Dincrement-decrement.cpp12 void f0(int e) { function
/external/clang/test/SemaTemplate/
H A Dcanonical-expr-type-0x.cpp7 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
H A Dtemplate-decl-fail.cpp10 template<int x> enum e0 f0(int a=x) {} function
/external/chromium_org/v8/test/mjsunit/
H A Dapply.js30 function f0() { function
38 assertSame(this, f0.apply(), "1-0");
40 assertSame(this, f0.apply(this), "2a");
41 assertSame(this, f0.apply(this, new Array(1)), "2b");
42 assertSame(this, f0.apply(this, new Array(2)), "2c");
43 assertSame(this, f0.apply(this, new Array(4242)), "2d");
45 assertSame(this, f0.apply(null), "3a");
46 assertSame(this, f0.apply(null, new Array(1)), "3b");
47 assertSame(this, f0.apply(null, new Array(2)), "3c");
48 assertSame(this, f0
[all...]
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/
H A Dp10.cpp7 mutable const int f0; // expected-error{{'mutable' and 'const' cannot be mixed}} member in struct:s0
/external/clang/test/CXX/special/class.ctor/
H A Dp1.cpp9 X0 (f0)(int);
10 X0 (f0)(type);
19 X0 (X0::f0)(int) { return X0(); } function
30 X1<T> (f0)(int);
31 X1<T> (f0)(type);
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/
H A Dp1-retmem.cpp11 size_type f0() const;
17 typename X0<T>::size_type X0<T>::f0() const { function in class:X0
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Ddeduction.cpp9 void f0(X<sizeof...(Types), Types&...>) { } function in namespace:DeductionForInstantiation
12 template void f0(X<0>);
13 template void f0(X<1, int&>);
14 template void f0(X<2, int&, short&>);
17 template void f0<float>(X<1, float&>);
18 template void f0<double>(X<1, double&>);
21 template void f0<char, unsigned char>(X<2, char&, unsigned char&>);
22 template void f0<signed char, char>(X<2, signed char&, char&>);
25 // template void f0<short, int>(X<3, short&, int&, long&>);

Completed in 2248 milliseconds

1234567891011>>