Searched defs:f2 (Results 1 - 25 of 233) sorted by relevance

12345678910

/external/clang/test/Analysis/
H A Dfunc.c13 void f2() { function
H A Dchroot.c14 void f2(void) { function
H A Dinline2.c11 void f2() { function
H A Dinline3.c12 void f2() { function
H A Dnew.cpp9 void f2() { function
/external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
H A Dser.h6 inline bool f2() { function
/external/clang/test/Parser/
H A Dasm.c8 void f2() { function
H A Dcxx-attributes.cpp6 virtual void f2(const char* a, ...) function in class:c
/external/llvm/test/MC/ELF/
H A Dcfi-sections.s11 f2: label
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/
H A Dp2.cpp4 X0 f2();
11 X1 f2();
12 X1 f2(int);
13 X1 f2(float);
23 struct X0::X0 X0::f2() { return X0(); } function in class:X0
25 template<typename T> X1<T>::X1<T> X1<T>::f2() { } // expected-error{{qualified reference to 'X1' is a constructor name rather than a template name wherever a constructor can be declared}} function in class:X1
26 template<typename T> X1<T>::X1<T> (X1<T>::f2)(int) { } // expected-error{{qualified reference to 'X1' is a constructor name rather than a template name wherever a constructor can be declared}} function in class:X1
27 template<typename T> struct X1<T>::X1<T> (X1<T>::f2)(float) { } function in class:X1
/external/clang/test/CodeGen/
H A DPR2743-reference-missing-static.c16 void f2() { e2(); } function
H A Dalways_inline.c17 inline int f2() __attribute__((always_inline));
18 int f2() { return 7; } function
19 int f3(void) { return f2(); }
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-promote.c15 long long f2(void) { function
H A D2006-10-30-ArrayCrash.c8 unsigned int f2 : 1; member in struct:S
15 if (A->f2)
H A D2008-07-30-implicit-initialization.c24 int 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 Dbinary-operation-overwrite.js30 function f2() { return (1, 2) + 3; } function
34 assertTrue(f2() === f2());
/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/clang/test/CodeGenCXX/
H A D2007-10-01-StructResize.cpp7 unsigned int f2 : 30; member in struct:Bork
12 hdr->f2 = 927;
H A Dfriend-redecl.cpp5 friend bool TryFoo(Foo *f2) { return TryFoo(0, f2); } argument
H A Doperator-new.cpp21 void *f2(long N) { function
/external/clang/test/SemaCXX/
H A Daddress-of-temporary.cpp10 void f2() { (void)&X(1, 2); } // expected-warning{{taking the address of a temporary object}} function
H A Dattr-regparm.cpp8 void __attribute__((regparm(3))) f2(); // expected-note{{previous declaration is here}}
14 void __attribute__((regparm(2))) X0::f2() { } // expected-error{{function declared with with regparm(2) attribute was previously declared with the regparm(3) attribute}} function in class:X0
H A Dtype-dependent-exprs.cpp32 int f2() { function

Completed in 395 milliseconds

12345678910