Searched defs:f3 (Results 1 - 25 of 167) sorted by relevance

1234567

/external/clang/test/CodeGen/
H A Dredef-ext-inline.c5 int f3 (void) {return f1();} function
H A Dalways_inline.c19 int f3(void) { return f2(); } function
H A Dattr-availability.c11 // CHECK-10_4: define void @f3
12 // CHECK-10_5: define void @f3
13 // CHECK-10_6: define void @f3
14 void f3() __attribute__((availability(macosx,introduced=10.5)));
15 void f3() { } function
H A Dbitfield-assign.c39 void f3(void) { function
H A Dbounds-checking.c21 // CHECK: @f3
22 void f3() { function
H A Dunreachable.c29 int f3(int i) { function
H A D2009-06-18-StaticInitTailPadPack.c9 float f3; member in struct:Bar
H A Dbuiltin-attributes.c23 // CHECK: f3
47 int f3(double x) { function
/external/clang/test/Sema/
H A Darg-duplicate.c3 int f3(y, x, function
13 f3 (1, 1, 2, 3, 4); // expected-warning{{too many arguments}}
H A Dimplicit-builtin-redecl.c22 int f3() { function
/external/clang/test/Analysis/
H A Dchroot.c20 void f3(void) { function
H A Dfunc.c19 void f3(void (*f)(void), void (*g)(void)) { function
H A Dmethod-call.cpp28 void f3() { function
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
H A Dp13.cpp26 void f3() { function
/external/v8/test/mjsunit/
H A Dbinary-operation-overwrite.js31 function f3() { return (1.2 || 3.4) + 5.6; } function
35 assertTrue(f3() === f3());
H A Dbreak.js52 function f3() { function
67 f3();
/external/v8/test/mjsunit/regress/
H A Dregress-1423.js49 if (f3(x, 'other-literal')) {
59 function f3(x, y) { function
/external/clang/test/SemaCXX/
H A Dattr-regparm.cpp9 void f3(); // expected-note{{previous declaration is here}}
15 void __attribute__((regparm(2))) X0::f3() { } // expected-error{{function declared with with regparm(2) attribute was previously declared without the regparm attribute}} function in class:X0
/external/clang/test/CXX/class/class.local/
H A Dp3.cpp24 void f3(int a) { // expected-note{{'a' declared here}} function
27 int f() { return a; } // expected-error{{reference to local variable 'a' declared in enclosing function 'f3'}}
/external/clang/test/CodeGenCXX/
H A Dreinterpret-cast.cpp10 unsigned long f3(void *p) { function
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/function/
H A Ddefinition-1.js42 function f2() { f3 = function() { return "passed!" }; return f3(); } function
50 'function f2() { f3 = function { return "passed!" }; return f3() }; f2()',
55 'f3()',
57 f3() );
/external/v8/test/mjsunit/compiler/
H A Dvariables.js47 // Context-allocated locals. Local function forces x into f3's context.
48 function f3(x) { function
52 assertEquals(3, f3(3));
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/
H A Dp10.cpp11 mutable T1 f3; // expected-error{{'mutable' cannot be applied to references}} member in struct:s0
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.elab/
H A Dp3.cpp61 C<A> f3; // expected-note {{in instantiation of template class}} variable
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp18.cpp13 void f3() { function

Completed in 307 milliseconds

1234567