/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
got-page-7d.s | 1 .globl f4 2 .ent f4 3 f4: label 6 .end f4
|
/external/clang/test/Sema/ |
arg-duplicate.c | 12 void f4(void) { function
|
floating-point-compare.c | 15 int f4(float x) { function
|
attr-noreturn.c | 25 void f4() __attribute__((noreturn)); 26 void f4() { function 27 return; // expected-error {{function 'f4' declared 'noreturn' should not return}}
|
complex-imag.c | 24 void f4() { function
|
pragma-pack-5.c | 27 char f4; member in struct:s2 35 char f4; member in struct:s3 38 extern int check[offsetof(struct s3, f4) == 6 ? 1 : -1];
|
/external/compiler-rt/test/profile/Inputs/ |
instrprof-visibility-helper.cpp | 2 void f4() {} function in namespace:N1
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/ |
elfv2-2b.s | 11 .globl f4 12 .type f4,@function 14 f4: label 15 .localentry f4,0 17 .size f4,.-f4
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/ |
pcrel-reloc-local-2.s | 5 bnop .S2 f4,0 7 bdec .S2 f4,b1 9 b .S2 f4 11 addkpc .S2 f4,b1,0 15 f4: label
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-xtensa/ |
diff_overflow2.s | 5 f4: label 21 .byte .Lf4 - f4
|
/external/clang/test/CodeGen/ |
ppc64-extend.c | 13 unsigned int f4(void) { return 0; } function 14 // CHECK: define zeroext i32 @f4() [[NUW]]
|
c-strings.c | 14 // ITANIUM: @f4.x = internal global %struct.s { i8* getelementptr inbounds ([6 x i8], [6 x i8]* @.str, i32 0, i32 0) } 15 // MSABI: @f4.x = internal global %struct.s { i8* getelementptr inbounds ([6 x i8], [6 x i8]* @"\01??_C@_05CJBACGMB@hello?$AA@", i32 0, i32 0) } 62 // CHECK-LABEL: define {{.*}}void @f4() 63 void f4() { function 68 // CHECK: call {{.*}}void @gaz({{.*}} @f4.x
|
microsoft-call-conv-x64.c | 5 void __fastcall f4(void) { function 6 // CHECK-LABEL: define void @f4() 19 void (__fastcall *pf4)(void) = f4; 23 f4(); f5(); 24 // CHECK: call void @f4()
|
x86_64-arguments-win32.c | 15 // CHECK-LABEL: define void @f4(i16 %a) 16 void f4(unsigned short a) {} function
|
/external/clang/test/CodeGenCXX/ |
int64_uint64.cpp | 23 void f4(uint64_t *ptr) {} function
|
mangle-extern-local.cpp | 38 int f4() { function
|
mangle-windows.cpp | 19 extern "C" void __fastcall f4(void) {} function 20 // WIN: define x86_fastcallcc void @"\01@f4@0" 21 // ITANIUM: define x86_fastcallcc void @"\01@f4@0"
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
align2.s | 32 .type f4,@function 33 f4: label 35 .size f4,.-f4
|
/external/llvm/test/MC/AArch64/ |
ldr-pseudo-diagnostics.s | 22 f4: label
|
/external/clang/test/Analysis/ |
vfork.c | 76 void f4(int x) { function
|
/external/pdfium/core/fpdfdoc/ |
cpvt_color.cpp | 27 FX_FLOAT f4 = FX_atof(syntax.GetWord()); local 28 return CPVT_Color(CPVT_Color::kCMYK, f1, f2, f3, f4);
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-spu/ |
icache1.s | 10 .word f1, f2, f3, f4 52 .section ".f4.part1","ax",@progbits 53 .type f4,@function 54 f4: label 61 .size f4,.-f4 63 .section ".f4.part2","ax",@progbits 74 brsl $0,f4 80 .section ".f4.part3","ax",@progbits 83 brasl $0,f4 [all...] |
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.depend/ |
p1.cpp | 10 [[carries_dependency]] int (*f4)(); // expected-error {{'carries_dependency' attribute only applies to functions, methods, and parameters}} variable
|
/external/clang/test/Index/ |
complete-exprs.c | 18 void f4(const char* str) { function 67 // CHECK-CC7: FunctionDecl:{ResultType void}{TypedText f4}{LeftParen (}{Placeholder const char *str}{RightParen )} (50)
|
/external/clang/test/SemaCXX/ |
warn-unused-parameters.cpp | 8 template<typename U> U f4(U x); 16 template<typename T> template<typename U> U X<T>::f4(U) { return U(); } function in class:X 24 x.f4(i);
|