Searched defs:f2 (Results 126 - 150 of 467) sorted by relevance

1234567891011>>

/external/clang/test/CXX/special/class.copy/
H A Dp33-0x.cpp45 void f2(int i) { function in namespace:PR10142
56 template void f2<X>(int); // expected-note{{in instantiation of function template specialization 'PR10142::f2<PR10142::X>' requested here}}
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/
H A Dp1-retmem.cpp13 X1<value_type*> f2();
27 X1<typename X0<U>::value_type*> X0<U>::f2() { function in class:X0
/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 Dbuiltin-attributes.c16 char* f2(char* a, char* b) { function
H A Dc-strings.c12 // CHECK: @f2.x = internal global [6 x i8] c"hello\00", align [[ALIGN]]
41 // CHECK-LABEL: define void @f2()
42 void f2() { function
45 // CHECK: call void @bar({{.*}} @f2.x
H A Dextern-inline.c17 extern inline int f2(int a, int b) {return a+b;} function
18 int g2(void) {return f2(0,1);}
19 // CHECK: call i32 @f2
20 static int f2(int a, int b) {return a*b;} function
24 int h2(void) {return f2(1,2);}
25 // CHECK: call i32 @f2
H A Dfp16-ops.c7 volatile float f0, f1, f2; variable
59 h1 = h0 * f2;
78 h1 = (h0 / f2);
101 h1 = (f2 + h0);
120 h1 = (f2 - h0);
135 test = (f2 < h0);
147 test = (h0 > f2);
165 test = (f2 <= h0);
177 test = (h0 >= f2);
238 h0 += f2;
[all...]
/external/clang/test/CodeGenCXX/
H A Dmangle-extern-local.cpp21 int f2() { function in namespace:N
H A Dmangle-windows.cpp11 void __fastcall f2(void) {} function
12 // WIN: define x86_fastcallcc void @"\01?f2@@YIXXZ"
/external/clang/test/Parser/
H A Dcxx-attributes.cpp6 virtual void f2(const char* a, ...) function in class:c
/external/clang/test/Sema/
H A Dbuiltin-object-size.c15 int f2() { function
H A Dcomplex-imag.c10 void f2() { function
H A Dfloating-point-compare.c7 int f2(float x, float y) { function
H A Dnested-redef.c17 void f2(void) { function
H A Dpragma-pack-5.c11 unsigned f2 : 32; member in struct:s0
42 unsigned f2 : 8; member in struct:s4
H A Dwarn-unused-variables.c22 int f2() { function
/external/clang/test/SemaTemplate/
H A Dvalue-dependent-null-pointer-constant.cpp13 bool f2(const char *str) { function in struct:X0
/external/libcxx/test/thread/thread.condition/thread.condition.condvar/
H A Dnotify_all.pass.cpp38 void f2() function
51 std::thread t2(f2);
H A Dnotify_one.pass.cpp38 void f2() function
51 std::thread t2(f2);
/external/libcxx/test/thread/thread.condition/thread.condition.condvarany/
H A Dnotify_all.pass.cpp42 void f2() function
55 std::thread t2(f2);
H A Dnotify_one.pass.cpp42 void f2() function
55 std::thread t2(f2);
/external/libcxxabi/test/
H A Dcatch_class_01.cpp30 void f2() function
49 f2();
/external/llvm/test/MC/Mips/
H A Delf-tls.s50 .globl f2
52 .type f2,@function
54 .ent f2
55 f2: # @f2 label
78 .end f2
80 .size f2, ($tmp1)-f2
/external/valgrind/main/coregrind/
H A Dm_vki.c108 vki_sigaction_fromK_t f2; local
113 vg_assert(sizeof(f1.sa_handler) == sizeof(f2.ksa_handler));
114 vg_assert(sizeof(f1.sa_mask) == sizeof(f2.sa_mask));
115 vg_assert(sizeof(f1.sa_flags) == sizeof(f2.sa_flags));
121 vg_assert(offsetof(f1.sa_handler) == offsetof(f2.ksa_handler));
122 vg_assert(offsetof(f1.sa_mask) == offsetof(f2.sa_mask));
123 vg_assert(offsetof(f1.sa_flags) == offsetof(f2.sa_flags));
/external/valgrind/main/none/tests/s390x/
H A Dbfp-4.c39 float f1, f2; local
44 f2 = f1;
45 cebr(f1, f2);
46 f2 = f1 + 10.;
47 cebr(f1, f2);
48 f2 = f1 - 100.;
49 cebr(f1, f2);

Completed in 2813 milliseconds

1234567891011>>