Searched refs:f2 (Results 26 - 50 of 532) sorted by relevance

1234567891011>>

/external/clang/test/ASTMerge/Inputs/
H A Dfunction2.c4 void f2(int, int);
/external/clang/test/CodeGenCXX/
H A Doperator-new.cpp21 void *f2(long N) { function
H A Dconvert-to-fptr.cpp11 int f2(float arg) { return int(arg); }; function
19 operator fp2() { return f2; }
29 operator fr2() { return f2; }
H A Dreinterpret-cast.cpp8 unsigned long f2() { function
/external/clang/test/Modules/Inputs/
H A Dlinkage-merge-sub.h3 static int f2(int);
/external/libvpx/libvpx/tools/
H A Dauthor_first_release.sh13 cut -f2- |
15 done | sort -k2 | uniq -f2
/external/llvm/test/MC/ELF/
H A Dcfi-sections.s11 f2: label
/external/clang/test/CodeGen/
H A D2009-06-18-StaticInitTailPadPack.c8 unsigned short f2; member in struct:Bar
13 struct Bar f2; member in struct:Baz
17 struct Baz f2; member in struct:Qux
H A Dattr-availability.c5 // CHECK-10_4: define hidden void @f2
6 // CHECK-10_5: define hidden void @f2
7 // CHECK-10_6: define hidden void @f2
8 void f2();
9 void f2() { } function
30 f2();
H A Dbitfield-assign.c19 unsigned f2 : 2; member in struct:s0
34 void f2(void) { function
36 if ((s.f2 = 3) != 3) g0();
H A Dinline2.c14 // CHECK-GNU89: define i32 @f2()
15 // CHECK-C99: define i32 @f2()
16 int f2(void);
17 inline int f2(void) { return 0; } function
60 return f0() + f1() + f2() + f3() + f4() + f5() + f6() + f7() + f8() + f9()
H A Dmicrosoft-call-conv-x64.c4 void __stdcall f2(void);
12 f2();
13 // CHECK: call void @f2()
18 void (__stdcall *pf2)(void) = f2;
H A D2008-07-31-asm-labels.c31 int f2() { function
H A DPR2743-reference-missing-static.c16 void f2() { e2(); } function
H A Darray.c8 void f2() { function
/external/v8/test/mjsunit/
H A Darguments-indirect.js32 function f2(x) { function
35 g(f2);
47 f2(0,2,3);
H A Dregexp-string-methods.js41 var f2 = new RegExp("[g]", "i");
42 assertEquals(["G"], f2.exec("G"));
43 assertTrue(f2.ignoreCase);
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
H A DDateFormatTest.java75 SimpleDateFormat f2 = (SimpleDateFormat) DateFormat.getDateInstance();
76 assertTrue("Wrong class", f2.getClass() == SimpleDateFormat.class);
77 assertTrue("Wrong default", f2.equals(DateFormat.getDateInstance(
79 assertTrue("Wrong symbols", f2.getDateFormatSymbols().equals(
82 f2.format(new Date()).getClass() == String.class);
92 SimpleDateFormat f2 = (SimpleDateFormat) DateFormat
94 assertTrue("Wrong class1", f2.getClass() == SimpleDateFormat.class);
95 assertTrue("Wrong default1", f2.equals(DateFormat.getDateInstance(
97 assertTrue("Wrong symbols1", f2.getDateFormatSymbols().equals(
100 f2
[all...]
/external/clang/test/Sema/
H A Dwarn-missing-prototypes.c32 int f2(int);
33 int f2();
35 int f2(int x) { return x; } function
/external/v8/test/mjsunit/compiler/
H A Dregress-or.js45 function f2(x) { function
55 for (var i=0; i<10000000; i++) f2(42);
57 assertEquals(-1, f2(""));
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_4/Regress/
H A Dfunction-001.js47 function f2( a ) { var a, b; }; function
52 "function f2( a ) { var a, b; }; typeof f1",
66 "typeof f2",
68 typeof f2 );
74 "typeof f2.toString()",
76 typeof f2.toString() );
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/
H A Dp10.cpp10 mutable int &f2; // expected-error{{'mutable' cannot be applied to references}} member in struct:s0
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/
H A Dp3.cpp5 void (*f2)(int = 17) // expected-error {{default arguments can only be specified}}
H A Dp4.cpp34 // FIXME: make these "f2"s into "f"s, then fix our scoping issues
35 void f2(int, int);
36 void f2(int, int = 7);
38 f2(3); // OK, calls f(3, 7)
53 f2(6); // okay
/external/clang/test/PCH/Inputs/
H A Dchain-selectors2.h3 -(double)f2;

Completed in 1985 milliseconds

1234567891011>>