Searched defs:f1 (Results 126 - 150 of 532) sorted by relevance

1234567891011>>

/external/clang/test/CXX/special/class.ctor/
H A Dp1.cpp12 X0 f1();
13 X0 f1(double);
32 X1 (f1)(int);
33 X1 (f1)(type);
42 template<typename T> X1<T> X1<T>::f1(int) { return 0; } function in class:X1
43 template<typename T> X1<T> (X1<T>::f1)(type) { return 0; } function
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/
H A Dp1-retmem.cpp12 value_type *f1();
22 typename X0<U>::value_type *X0<U>::f1() { function in class:X0
/external/clang/test/CodeGen/
H A D2007-04-05-PackedBitFields-2.c12 struct F f1; variable in typeref:struct:F
15 f1.l = 5;
H A D2009-06-18-StaticInitTailPadPack.c7 Foo f1; member in struct:Bar
12 struct Bar f1; member in struct:Baz
16 unsigned long f1; member in struct:Qux
H A Dbuiltin-attributes.c11 void f1() { function
H A Dc-strings.c10 // ITANIUM: @f1.x = internal global i8* getelementptr inbounds ([6 x i8]* @.str, i32 0, i32 0)
11 // MSABI: @f1.x = internal global i8* getelementptr inbounds ([6 x i8]* @"\01??_C@_05CJBACGMB@hello?$AA@", i32 0, i32 0)
33 // CHECK-LABEL: define void @f1()
34 void f1() { function
37 // CHECK: [[T1:%.*]] = load i8** @f1.x
H A Dcleanup-stack.c13 int f1(void) { function
H A Dfp16-ops.c7 volatile float f0, f1, f2; variable
192 test = (h1 == f1);
195 test = (f1 == h1);
207 test = (h1 != f1);
210 test = (f1 != h1);
/external/clang/test/CodeGenCXX/
H A Ddebug-info-namespace.cpp9 void f1() { } function in namespace:A::B
10 void f1(int) { } function in namespace:A::B
31 using B::f1;
53 // CHECK: [[F1:![0-9]*]] {{.*}} ; [ DW_TAG_subprogram ] [line 4] [def] [f1]
H A Dmangle-extern-local.cpp14 int f1() { function
H A Dmangle-windows.cpp7 void __stdcall f1(void) {} function
8 // WIN: define x86_stdcallcc void @"\01?f1@@YGXXZ"
/external/clang/test/Sema/
H A Dbuiltin-object-size.c9 int f1() { function
H A Dcomplex-imag.c3 void f1() { function
H A Dfloating-point-compare.c3 int f1(float x, float y) { function
H A Dpragma-align-packed.c7 int f1 __attribute__((aligned(4))); member in struct:s0
14 int f1 __attribute__((aligned(4))); member in struct:s1
21 int f1 __attribute__((aligned(4))); member in struct:s2
27 struct s3_0 { unsigned char f0; unsigned int f1; }; member in struct:s3_0
30 struct s3_1 { unsigned char f0; unsigned int f1; }; member in struct:s3_1
H A Dpragma-pack-5.c10 char f1; member in struct:s0
17 char f1; member in struct:s1
24 char f1; member in struct:s2
32 char f1; member in struct:s3
41 char f1; member in struct:s4
H A Dwarn-unused-variables.c15 void f1(void) { function
/external/clang/test/SemaTemplate/
H A Dvalue-dependent-null-pointer-constant.cpp9 const char *f1(bool Cond) { function in struct:X0
/external/libcxx/test/input.output/iostreams.base/ios.base/ios.base.callback/
H A Dregister_callback.pass.cpp35 void f1(std::ios_base::event ev, std::ios_base& stream, int index) function
49 b.register_callback(f1, 4);
50 b.register_callback(f1, 4);
51 b.register_callback(f1, 4);
/external/libcxx/test/thread/thread.condition/thread.condition.condvar/
H A Dnotify_all.pass.cpp28 void f1() function
50 std::thread t1(f1);
H A Dnotify_one.pass.cpp28 void f1() function
50 std::thread t1(f1);
/external/libcxx/test/thread/thread.condition/thread.condition.condvarany/
H A Dnotify_all.pass.cpp32 void f1() function
54 std::thread t1(f1);
H A Dnotify_one.pass.cpp32 void f1() function
54 std::thread t1(f1);
H A Dwait.exception.pass.cpp8 void f1() function
43 std::set_terminate(f1);
H A Dwait_for.exception.pass.cpp8 void f1() function
43 std::set_terminate(f1);

Completed in 243 milliseconds

1234567891011>>