Searched defs:f3 (Results 51 - 75 of 235) sorted by relevance

12345678910

/external/clang/test/Sema/
H A Dbuiltin-object-size.c18 int f3() { function
H A Dcomplex-imag.c17 void f3() { function
H A Dfloating-point-compare.c11 int f3(float x) { function
H A Dpragma-pack-5.c12 char f3; member in struct:s0
19 char f3; member in struct:s1
26 unsigned f3 : 8; member in struct:s2
34 unsigned f3 : 16; member in struct:s3
43 char f3; member in struct:s4
46 extern int check[offsetof(struct s4, f3) == 2 ? 1 : -1];
H A Dwarn-unused-variables.c27 int f3() { function
H A Dknr-def-call.c17 typedef void (*f3)(void); typedef
18 f3 t3(int b) { return b? f0 : f1; } // okay
H A Dpragma-unused.c18 void f3(void) { function
/external/llvm/test/MC/Mips/
H A Delf-tls.s82 .globl f3
84 .type f3,@function
86 .ent f3
87 f3: # @f3 label
102 addiu $4, $gp, %tlsldm(f3.i)
103 lui $1, %dtprel_hi(f3.i)
105 lw $2, %dtprel_lo(f3.i)($1)
107 sw $2, %dtprel_lo(f3.i)($1)
114 .end f3
[all...]
/external/chromium_org/v8/test/mjsunit/compiler/
H A Doptimized-function-calls.js69 function f3(a, b, c) { 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()));
H A Dproto-chain-constant.js34 var obj3 = c(obj4, { f3: { value: function() { return 3; }, writable: true }});
48 function get3(obj) { return obj.f3; }
54 obj2.f3 = function() { return 6; };
H A Dregress-3249650.js34 function f3(x) { try { } catch (e) {}} function
44 f3(x);
/external/chromium_org/v8/test/mjsunit/harmony/
H A Dblock-scoping.js67 function f3(one) { function
82 for (var j = 0; j < 5; ++j) f3(1);
83 %OptimizeFunctionOnNextCall(f3);
84 f3(1);
85 assertTrue(%GetOptimizationStatus(f3) != 2);
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-1229.js64 function f3(y, z) { function
78 return f3(x, y, z); /* f should be inlined into g, note argument count mismatch */
106 return f3(local_x, local_y, local_z); /* f should be inlined into h */
118 invoke(f3, [2, 3, 4]);
/external/chromium_org/v8/test/mjsunit/
H A Dsimple-constructor.js42 function f3(x) { class
67 o3_1 = new f3(0);
68 o3_2 = new f3(0);
/external/clang/test/Analysis/
H A Dmethod-call.cpp32 void f3() { function
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dinjected-class-name.cpp24 result f3();
31 typename X0<T, T, Types...>::result X0<T, T, Types...>::f3() { return 0; } function in class:X0
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
H A Dp9-0x.cpp63 void test_explicit_spec_extension_funcparms(int (*f3)(int, float, double)) { argument
64 accept_function_ptr(f3);
65 accept_function_ptr<int>(f3);
66 accept_function_ptr<int, int>(f3);
67 accept_function_ptr<int, int, float>(f3);
68 accept_function_ptr<int, int, float, double>(f3);
/external/clang/test/CodeGen/
H A Dinline2.c19 // CHECK-GNU89-LABEL: define i32 @f3()
20 // CHECK-C99-LABEL: define i32 @f3()
21 extern inline int f3(void);
22 int f3(void) { return 0; } function
65 return f0() + f1() + f2() + f3() + f4() + f5() + f6() + f7() + f8() + f9()
H A Dmangle-windows.c10 void __stdcall f3() {} function
/external/clang/test/CodeGenCXX/
H A Dconstructor-direct-call.cpp47 void f3() { function
H A Ddefault-arguments.cpp57 void f3() { function
H A Dmangle-variadic-templates.cpp40 template<typename ...Types> void f3(const Types *...) {} function
42 template void f3<>();
44 template void f3<int>(const int*);
46 template void f3<int, float>(const int*, const float*);
/external/clang/test/Parser/
H A Dasm-constraints-pr7869.c24 f3 (void) function
H A Dcxx-stmt.cpp27 void f3() try { function
/external/clang/test/SemaCXX/
H A Dptrtomember.cpp24 void f3(S3* p, void (S3::*m)()) { function

Completed in 5586 milliseconds

12345678910