Searched refs:f2 (Results 51 - 75 of 831) sorted by relevance

1234567891011>>

/external/clang/test/CXX/class.access/class.friend/
H A Dp6.cpp6 void f2();
11 friend void X::f2() { } // expected-error{{friend function definition cannot be qualified with 'X::'}} function in class:Y::X
/external/clang/test/CXX/expr/
H A Dp8.cpp11 void f2(int (*)());
18 f2(a3);
/external/clang/test/CodeGen/
H A Dregparm-flag.c6 void f2(int a, int b) __attribute((regparm(0)));
12 // CHECK: call void @f2(i32 1, i32 2)
13 f2(1, 2);
18 // CHECK: declare void @f2(i32, i32)
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 Dattr-availability.c5 // CHECK-10_4-LABEL: define hidden void @f2
6 // CHECK-10_5-LABEL: define hidden void @f2
7 // CHECK-10_6-LABEL: define hidden void @f2
8 void f2();
9 void f2() { } function
30 f2();
H A Dbitfield-assign.c19 unsigned f2 : 2; member in struct:s0
34 void f2(void) { function
36 if ((s.f2 = 3) != 3) g0();
/external/clang/test/CodeGenCXX/
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
H A Dconvert-to-fptr.cpp10 int f2(float arg) { return int(arg); }; function
18 operator fp2() { return f2; }
28 operator fr2() { return f2; }
/external/chromium_org/third_party/libvpx/source/libvpx/tools/
H A Dauthor_first_release.sh13 cut -f2- |
15 done | sort -k2 | uniq -f2
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dregress-or.js48 function f2(x) { function
58 for (var i = 0; i < 5; i++) f2(42);
59 %OptimizeFunctionOnNextCall(f2);
61 assertEquals(-1, f2(""));
/external/clang/test/ASTMerge/Inputs/
H A Dfunction2.c4 void f2(int, int);
/external/clang/test/Modules/Inputs/
H A Dlinkage-merge-sub.h3 static int f2(int);
/external/libcxx/test/thread/thread.mutex/thread.once/thread.once.onceflag/
H A Dcopy.fail.cpp21 std::once_flag f2(f);
/external/libcxx/test/utilities/function.objects/bitwise.operations/
H A Dbit_and.pass.cpp30 const F2 f2 = F2(); local
31 assert(f2(0xEA95, 0xEA95) == 0xEA95);
32 assert(f2(0xEA95L, 0xEA95) == 0xEA95);
33 assert(f2(0xEA95, 0xEA95L) == 0xEA95);
35 assert(f2(0xEA95, 0x58D3) == 0x4891);
36 assert(f2(0xEA95L, 0x58D3) == 0x4891);
37 assert(f2(0xEA95, 0x58D3L) == 0x4891);
39 assert(f2(0x58D3, 0xEA95) == 0x4891);
40 assert(f2(0x58D3L, 0xEA95) == 0x4891);
41 assert(f2(
[all...]
H A Dbit_or.pass.cpp30 const F2 f2 = F2(); local
31 assert(f2(0xEA95, 0xEA95) == 0xEA95);
32 assert(f2(0xEA95L, 0xEA95) == 0xEA95);
33 assert(f2(0xEA95, 0xEA95L) == 0xEA95);
35 assert(f2(0xEA95, 0x58D3) == 0xFAD7);
36 assert(f2(0xEA95L, 0x58D3) == 0xFAD7);
37 assert(f2(0xEA95, 0x58D3L) == 0xFAD7);
39 assert(f2(0x58D3, 0xEA95) == 0xFAD7);
40 assert(f2(0x58D3L, 0xEA95) == 0xFAD7);
41 assert(f2(
[all...]
/external/libvpx/libvpx/tools/
H A Dauthor_first_release.sh13 cut -f2- |
15 done | sort -k2 | uniq -f2
/external/llvm/test/MC/ELF/
H A Dcfi-sections.s11 f2: label
/external/valgrind/main/none/tests/mips64/
H A Dmove_instructions.c77 "dmtc1 $t0, $f2" "\n\t" \
78 "mov.d $f0, $f2" "\n\t" \
85 : "t0", "t1", "$f0", "$f2" \
99 "mtc1 $t1, $f2" "\n\t" \
102 "c.eq.s $f0, $f2" "\n\t" \
109 : "t0", "t1", "$"#FD, "$"#FS, "$f0", "$f2" \
123 "mtc1 $t1, $f2" "\n\t" \
125 "c.eq.s $f0, $f2" "\n\t" \
132 : "t0", "t1", "$"#FD, "$"#FS, "$f0", "$f2" \
243 TEST4("movn.s $f0, $f2,
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Darguments-indirect.js32 function f2(x) { function
35 g(f2);
47 f2(0,2,3);
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-365172-1.js8 var f1 = {x: 1}; var f2 = {x: 2};
10 f2.x = {};
12 f2.b = b2;
H A Dregress-copy-hole-to-field.js49 function f2(o,a,i) { function
53 f2(o,a,0);
54 f2(o,a,0);
55 %OptimizeFunctionOnNextCall(f2);
56 f2(o,a,1);
/external/libcxx/test/language.support/support.dynamic/alloc.errors/set.new.handler/
H A Dget_new_handler.pass.cpp16 void f2() {} function
23 std::set_new_handler(f2);
24 assert(std::get_new_handler() == f2);
/external/lldb/test/macosx/order/
H A Dmain.c13 int f2 (char *s);
27 // We want f2 to start on line 30
28 int f2 (char *s) function
30 return printf("f2: %s\n", s);
51 f2("ding");
/external/llvm/test/MC/Mips/
H A Delf_st_other.s15 .globl f2
16 .type f2, @function
18 f2: label
25 // CHECK-LABEL: Name: f2

Completed in 4226 milliseconds

1234567891011>>