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

1 2 3 45 6 7 8 91011>>

  /external/clang/test/Sema/
builtin-object-size.c 6 int f0() { function
pragma-pack-3.c 24 char f0; member in struct:s0
32 char f0; member in struct:s1
attr-noreturn.c 7 static void __attribute__((noreturn)) f0(void) { function
pragma-align-packed.c 6 char f0; member in struct:s0
13 char f0; member in struct:s1
20 char f0; member in struct:s2
27 struct s3_0 { unsigned char f0; unsigned int f1; }; member in struct:s3_0
30 struct s3_1 { unsigned char f0; unsigned int f1; }; member in struct:s3_1
warn-unused-variables.c 9 void f0(void) { function
  /external/clang/test/SemaCXX/
increment-decrement.cpp 12 void f0(int e) { function
type-definition-in-specifier.cpp 13 void f0() { function
warn-unused-parameters.cpp 4 T f0(T x);
12 template<typename T> T X<T>::f0(T x) { return x; } function in class:X
20 x.f0(i);
  /external/clang/test/SemaTemplate/
canonical-expr-type.cpp 7 void f0(T x, __typeof__(f(x)) y) { } // expected-note{{previous}} function
10 void f0(T x, __typeof__((f)(x)) y) { } function
13 void f0(U u, __typeof__(f(u))) { } // expected-error{{redefinition}} function
46 void f0(type1); // expected-note{{previous}}
47 void f0(type2);
48 void f0(type3); // expected-error{{redeclared}}
value-dependent-null-pointer-constant.cpp 5 const char *f0(bool Cond) { function in struct:X0
19 template<unsigned I> int f0() { function
  /external/v8/test/mjsunit/bugs/
bug-941049.js 47 function f0() { function
48 g(f0);
49 var result = h(f0);
77 test(f0);
  /external/v8/test/mjsunit/
call.js 28 function f0() { function
32 assertTrue(this === f0.call(), "1");
34 assertTrue(this === f0.call(this), "w");
35 assertTrue(this === f0.call(this, 1), "w");
36 assertTrue(this === f0.call(this, 1, 2), "w");
38 assertTrue(this === f0.call(null), "3a");
39 assertTrue(this === f0.call(null, 1), "3b");
40 assertTrue(this === f0.call(null, 1, 2), "3c");
42 assertTrue(this === f0.call(void 0), "4a");
43 assertTrue(this === f0.call(void 0, 1), "4b")
    [all...]
  /external/chromium_org/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/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/special/class.ctor/
p1.cpp 9 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.variadic/
deduction.cpp 9 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&>);
  /external/clang/test/CXX/temp/temp.param/
p11-0x.cpp 71 template<typename T = int, typename U> T &f0(U) { T *x = 0; return *x; } function in namespace:DefaultTemplateArgsInFunction
74 int &ir0 = f0(3.14159);
75 int &ir1 = f0<int>(3.14159);
76 float &fr0 = f0<float>(3.14159);
79 template<> int &f0(int*);
80 template int &f0(double&);
  /external/clang/test/CXX/temp/temp.spec/temp.explicit/
p8.cpp 7 T* f0(T* ptr);
20 T* X0<T>::f0(T* ptr) { function in class:X0
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}}
  /external/clang/test/CodeGen/
alias.c 13 void f0(void) { } function
15 extern void f1(void) __attribute((alias("f0")));
16 // CHECKBASIC: @f1 = alias void ()* @f0
17 // CHECKBASIC: define void @f0() [[NUW:#[0-9]+]] {
arm-vector-arguments.c 12 // CHECK: define void @f0(%struct.int8x16x2_t* noalias sret %agg.result, <16 x i8> %{{.*}}, <16 x i8> %{{.*}})
13 int8x16x2_t f0(int8x16_t a0, int8x16_t a1) { function
c-strings.c 22 // CHECK: define void @f0()
23 void f0() { function
fp16-ops.c 7 volatile float f0, f1, f2; variable
63 h1 = f0 * h2;
82 h1 = (f0 / h2);
97 h1 = (h2 + f0);
116 h1 = (h2 - f0);
132 test = (h2 < f0);
150 test = (f0 > h2);
162 test = (h2 <= f0);
180 test = (f0 >= h2);
223 h0 = f0;
    [all...]
mangle.c 8 void __attribute__((__overloadable__)) f0(int a) {} function
10 void __attribute__((__overloadable__)) f0(long b) {} function

Completed in 858 milliseconds

1 2 3 45 6 7 8 91011>>