Searched defs:f2 (Results 226 - 250 of 467) sorted by relevance

1234567891011>>

/external/clang/test/Analysis/
H A Dmalloc-overflow.c12 void * f2(int n) function
H A Doutofbound.c13 void f2() { function
H A Dstack-addr-ps.c8 int* f2(int y) { function
H A Dstream.c23 void f2(void) { function
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/
H A Dp2.cpp5 X0 f2();
12 X1 f2();
13 X1 f2(int);
14 X1 f2(float);
24 struct X0::X0 X0::f2() { return X0(); } function in class:X0
26 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
27 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
28 template<typename T> struct X1<T>::X1<T> (X1<T>::f2)(float) { } function in class:X1
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/
H A Dp2-0x.cpp75 void f2() { function in namespace:InFunctions
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/
H A Dp1.cpp15 void f2(size_type) const;
38 void X0<X, Y>::f2(size_type) const { } function in class:X0
/external/clang/test/CodeGen/
H A Dfunctions.c26 void f2(void) { function
H A Dpointer-arithmetic.c11 void *f2(void *a, int b) { return a + b; } function
/external/clang/test/CodeGenCXX/
H A Dconvert-to-fptr.cpp10 int f2(float arg) { return int(arg); }; function
18 operator fp2() { return f2; }
28 operator fr2() { return f2; }
H A Ddebug-info-enum-class.cpp58 void f2(E) { function in namespace:A::B::PR14029::test4
H A Dmangle-unnamed.cpp19 inline int f2() { function
25 int f3() { return f2(); }
H A Drvalue-references.cpp36 int &&f2() { return static_cast<int&&>(getIntPRValue()); } function
/external/clang/test/Sema/
H A Dempty1.c39 union emp_2 f2; member in struct:emp_9
H A Doverloadable.c24 int (*f2)(int, float)) {
26 accept_funcptr(f2); // expected-error{{no matching function for call to 'accept_funcptr'}}
23 test_funcptr(int (*f1)(int, double), int (*f2)(int, float)) argument
H A Dvarargs.c12 void f2(int a, int b, ...) function
H A Dwarn-strncat-size.c20 char f2[100][3]; member in struct:__anon19193
41 strncat((*s5)->f2[x], s2, sizeof(s2)); // expected-warning {{size argument in 'strncat' call appears to be size of the source}} expected-note {{change the argument to be the free space in the destination buffer minus the terminating null byte}}
H A Dwarn-unused-function.c6 static void f2() {} function
7 static void f1() {f2();} // expected-warning{{unused}}
/external/clang/test/SemaCXX/
H A Dbuiltins.cpp20 void f2() { function
H A Dcomposite-pointer-type.cpp38 int f2() { function
H A Dconstructor.cpp70 void f2();
84 void A::S::f2() {} function in class:A::S
H A Dconversion-delete-expr.cpp40 void f2 (D2 d) function
H A Dwarn-unused-value.cpp28 void b(Foo f1, Foo f2) { argument
29 NOP(f1 == f2); // expected-warning {{expression result unused}}
/external/clang/test/SemaTemplate/
H A Dinstantiate-using-decl.cpp76 void f2() function in namespace:test3
/external/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/
H A Dcopyfmt.pass.cpp49 void f2(std::ios_base::event ev, std::ios_base& stream, int index) function
120 ios1.register_callback(f2, 5);

Completed in 367 milliseconds

1234567891011>>