/external/clang/test/Sema/ |
designated-initializers.c | 201 float f0; variable 220 &f0, // expected-note{{previous}} 222 .float_ptr = &f0 // expected-warning{{overrides}}
|
attr-availability.c | 3 void f0() __attribute__((availability(macosx,introduced=10.4,deprecated=10.2))); // expected-warning{{feature cannot be deprecated in OS X version 10.2 before it was introduced in version 10.4; attribute ignored}}
|
function-redecl.c | 7 void f0() { function
|
/external/openssl/crypto/aes/asm/ |
aes-sparcv9.pl | 227 fmovs %f0,%f0 243 fmovs %f0,%f0 259 fmovs %f0,%f0 268 fmovs %f0,%f0 280 fmovs %f0,%f0 [all...] |
/external/clang/test/SemaTemplate/ |
current-instantiation.cpp | 16 void f0(T&); // expected-note{{previous}} 17 void f0(typename X0::U_type&); 18 void f0(typename X0::T_type&); // expected-error{{redecl}} 81 void f0(T&); // expected-note{{previous}} 82 void f0(typename X0::U_type&); 83 void f0(typename X0::T_type&); // expected-error{{redecl}}
|
constructor-template.cpp | 8 template<typename T> X0() : f0(T::foo) {} // expected-note {{candidate}} 9 int f0; member in struct:X0
|
dependent-base-classes.cpp | 93 void f0(const X & k) function in class:PR6081::B 104 void f0(const X & k) function in class:PR6081::C
|
instantiate-method.cpp | 134 int f0( ) function in struct:PR6947::X 151 pc.f0();
|
nested-name-spec-template.cpp | 71 template<typename T> T f0(); 74 template<typename T> T N1::f0() { } function in class:N1
|
/dalvik/vm/mterp/mips/ |
binflop.S | 38 $instr_f # f0 = result
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/ |
p2-0x.cpp | 66 template<typename...T> void f0() { function in namespace:InFunctions 70 template void f0<int, char>();
|
/external/v8/test/mjsunit/bugs/ |
bug-941049.js | 47 function f0() { function 48 g(f0); 49 var result = h(f0); 77 test(f0);
|
/external/valgrind/main/none/tests/s390x/ |
cu21.stdout.exp | 51 UTF8: f0 90 80 80 f4 8f bf bf 55 UTF8: f0 90 80 80 f4 8f bf bf 59 UTF8: f0 90 80 80 f4 8f bf bf 123 UTF8: f0 90 80 80 f4 8f bf bf 127 UTF8: f0 90 80 80 f4 8f bf bf 131 UTF8: f0 90 80 80 f4 8f bf bf 143 UTF8: f0 90 92 98 165 UTF8: f0 90 80 80 f4 8f bf bf f3 86 a7 9d ed ba af ed b3 9c 169 UTF8: 78 c8 80 ef bf bf f0 90 80 81
|
cu41.stdout.exp | 55 UTF8: f0 90 80 80 f4 8f bf bf f0 90 80 81 f4 8f bf be f0 92 8d 85 171 UTF8: f0 90 80 80 f4 8f bf bf f0 90 80 81 f4 8f bf be f0 92 8d 85 f0 a3 91 96 f3 be b7 8b 211 UTF8: f0 a3 91 96 215 UTF8: f0 a3 91 96
|
/external/clang/test/CXX/expr/expr.mptr.oper/ |
p5.cpp | 4 void f0();
|
/external/clang/test/CodeGen/ |
arm-aapcs-vfp.c | 79 // CHECK: define arm_aapcs_vfpcc <16 x i8> @f0(<16 x i8> %{{.*}}, <16 x i8> %{{.*}}, <16 x i8> %{{.*}}, <16 x i8> %{{.*}}) 80 int8x16_t f0(int8x16x4_t v4) { function
|
decl.c | 89 struct test8s { int f0; char f1; } test8g = {}; member in struct:test8s
|
function-attributes.c | 2 // CHECK: define signext i8 @f0(i32 %x) [[NUW:#[0-9]+]] 11 signed char f0(int x) { return x; } function
|
parameter-passing.c | 39 void f0(void) { function
|
pointer-arithmetic.c | 5 int f0(int *a, Int *b) { return a - b; } function
|
vla.c | 17 int f0(int x) { function
|
/external/clang/test/CodeGenCXX/ |
rvalue-references.cpp | 25 int &&f0() { return static_cast<int&&>(getIntLValue()); } function
|
/external/clang/test/Modules/ |
module-private.cpp | 11 int &ir = f0(1.0); // okay: f0() from 'right' is not visible
|
/external/clang/test/Parser/ |
declarators.c | 5 void f0();
|
/external/clang/test/SemaCXX/ |
address-of-temporary.cpp | 8 void f0() { (void)&X(); } // expected-warning{{taking the address of a temporary object}} function
|