Searched refs:f2 (Results 126 - 150 of 532) sorted by relevance

1234567891011>>

/external/clang/test/CXX/temp/temp.decls/temp.class.spec/temp.class.spec.mfunc/
H A Dp1-neg.cpp10 void f2();
/external/clang/test/CodeGen/
H A D2008-07-31-promotion-of-compound-pointer-arithmetic.c6 // CHECK: define i32 @f2
26 int f2(long n) { function
H A Dc-strings.c8 // CHECK: @f2.x = internal global [6 x i8] c"hello\00", align 1
29 // CHECK: define void @f2()
30 void f2() { function
33 // CHECK: call void @bar({{.*}} @f2.x
H A Dstaticinit.c33 char *f2(char key) { function
H A Dunreachable.c19 int f2(int i) { function
H A Dconditional.c70 // CHECK: call {{.*}} @f2(
71 int f2(void);
73 f2() ? (void)0 : (void)0;
/external/clang/test/CodeGenCXX/
H A Dalloca-align.cpp21 // CHECK: define i32 @f2
24 extern "C" struct s1 f2(int a, struct s1 *x, struct s1 *y) { function
H A Dcxx11-special-members.cpp22 void f2(B &x, B &y) { function
/external/clang/test/Index/
H A Dcomplete-macros.c12 void f2() { function
/external/clang/test/Sema/
H A Dbuiltin-object-size.c15 int f2() { function
H A Dfloating-point-compare.c7 int f2(float x, float y) { function
H A Dfunction-redecl.c49 extern int f2; // expected-note 2 {{previous definition is here}}
51 void f2(int); // expected-error{{redefinition of 'f2' as different kind of symbol}}
55 int f2; local
57 void f2(int); // expected-error{{redefinition of 'f2' as different kind of symbol}}
H A Dwarn-unused-variables.c22 int f2() { function
/external/clang/test/SemaCXX/
H A Dbuiltins.cpp20 void f2() { function
H A Dtype-definition-in-specifier.cpp25 void f2(struct S6 { int x; } p); // expected-error{{parameter type}}
H A Dtype-dependent-exprs.cpp32 int f2() { function
H A DMicrosoftExtensions.cpp18 virtual void f2();
23 virtual void f2() throw(...);
71 } f2; member in struct:A::__anon4822
126 void f2(void);
129 __declspec(dllimport) void AAA::f2(void) { // expected-error {{dllimport attribute can be applied only to symbol}} function in class:AAA
/external/clang/test/SemaTemplate/
H A Dvalue-dependent-null-pointer-constant.cpp13 bool f2(const char *str) { function in struct:X0
/external/llvm/utils/
H A DGetSourceVersion20 git svn info | grep 'Revision:' | cut -d: -f2-
/external/oprofile/libutil++/tests/
H A Dpath_filter_tests.cpp37 path_filter f2("foo", "");
38 check(f2, "foo", true);
39 check(f2, "foo1", false);
40 check(f2, "foo/foo", true);
/external/eigen/test/
H A Darray_replicate.cpp36 f2 = internal::random<int>(1,10); local
38 x1.resize(rows*f1,cols*f2);
39 for(int j=0; j<f2; j++)
42 VERIFY_IS_APPROX(x1, m1.replicate(f1,f2));
54 vx1.resize(rows*f2);
55 for (int j=0; j<f2; ++j)
57 VERIFY_IS_APPROX(vx1, v1.colwise().replicate(f2));
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/statements/
H A Dswitch2.js104 function f2(i) { function
117 f2(0), 1);
120 f2(1), 1);
123 f2(2), 2);
126 f2(3), 3);
/external/v8/test/mjsunit/
H A Dswitch.js48 function f2(x) { function
69 assertEquals("zero", f2(0), "0-1-switch.0");
70 assertEquals("one", f2(1), "0-1-switch.1");
71 assertEquals("default", f2(7), "0-1-switch.2");
72 assertEquals("default", f2(-1), "0-1-switch.-1");
73 assertEquals("default", f2(NaN), "0-1-switch.NaN");
74 assertEquals("default", f2(Math.pow(2,34)), "0-1-switch.largeNum");
75 assertEquals("default", f2("0"), "0-1-switch.string");
76 assertEquals("default", f2(false), "0-1-switch.bool");
77 assertEquals("default", f2(nul
[all...]
/external/clang/test/CXX/special/class.ctor/
H A Dp1.cpp36 X1 f2();
37 X1 f2(int);
/external/clang/test/CXX/temp/temp.param/
H A Dp9-0x.cpp46 template<typename T> void f2();
51 template<typename T = int> void Inner::f2() {} function in class:PR8748::Inner

Completed in 2506 milliseconds

1234567891011>>