/external/clang/test/Sema/ |
D | attr-x86-interrupt.c | 39 __attribute__((interrupt)) void foo7(int *a, unsigned b) {} in foo7() function 44 void *ptr = (void *)&foo7; in main() 51 foo7((int *)argv, argc); in main()
|
D | attr-sentinel.c | 10 void foo7 (int x, ...) __attribute__ ((__sentinel__(0))); // expected-note {{function has been expl… 25 …foo7(1); // expected-warning {{not enough variable arguments in 'foo7' declaration to fit a sentin… in test1() 26 foo7(1, NULL); // OK in test1()
|
D | arm-interrupt-attr.c | 12 __attribute__((interrupt("UNDEF"))) void foo7() {} in foo7() function
|
D | mips-interrupt-attr.c | 14 __attribute__((interrupt("vector=hw2"))) void foo7() {} in foo7() function
|
/external/clang/test/SemaCXX/ |
D | attr-x86-interrupt.cpp | 41 __attribute__((interrupt)) void foo7(int *a, unsigned b) {} in foo7() function 59 void *ptr = (void *)&foo7; in main() 67 foo7((int *)argv, argc); in main()
|
D | dcl_ambig_res.cpp | 61 void foo7() { in foo7() function
|
D | conversion-delete-expr.cpp | 105 void foo7 (DD d) in foo7() function
|
/external/clang/test/SemaObjC/ |
D | method-sentinel-attr.m | 12 - (void) foo7 : (int)x, ... __attribute__ ((__sentinel__(0))); // expected-note {{method has been e… 38 …[p foo7:1]; // expected-warning {{not enough variable arguments in 'foo7:' declaration to fit a s… 39 [p foo7:1, NULL]; // ok
|
/external/clang/test/CodeGen/ |
D | switch.c | 97 void foo7(){ in foo7() function 99 foo7(); in foo7()
|
D | stdcall-fastcall.c | 103 void __attribute__((fastcall)) foo7(int a, struct S1 b, int c); 107 foo7(a, b, c); in bar7()
|
D | attr-x86-interrupt.c | 13 __attribute__((interrupt)) void foo7(int *a, uword b) {} in foo7() function
|
D | mips64-padding-arg.c | 53 void foo7(float a0, double a1) { in foo7() function
|
D | mangle.c | 51 int foo7 __asm__("foo7") __attribute__((used));
|
/external/llvm/test/CodeGen/Mips/ |
D | mips64imm.ll | 27 define i64 @foo7() nounwind readnone { 29 ; CHECK: foo7
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | vararg_tailcall.ll | 65 ; X64: @foo7 67 ; WIN64: @foo7 69 define i8* @foo7(i8* %arg1, i8* %arg2) nounwind optsize ssp noredzone {
|
/external/llvm/test/CodeGen/X86/ |
D | vararg_tailcall.ll | 65 ; X64: @foo7 67 ; WIN64: @foo7 69 define i8* @foo7(i8* %arg1, i8* %arg2) nounwind optsize ssp noredzone {
|
/external/clang/test/Driver/ |
D | at_file_win.c | 25 foo7
|
D | at_file.c | 27 foo7
|
/external/clang/test/CodeGenCXX/ |
D | attr-x86-interrupt.cpp | 13 __attribute__((interrupt)) void foo7(int *a, uword b) {} in foo7() function
|
/external/swiftshader/third_party/LLVM/test/MC/ELF/ |
D | tls-i386.s | 11 movl foo7@INDNTPOFF, %eax
|
D | weakref.s | 28 .weakref foo7, bar7
|
/external/llvm/test/MC/ELF/ |
D | tls-i386.s | 11 movl foo7@INDNTPOFF, %eax
|
/external/swiftshader/third_party/LLVM/test/MC/ARM/ |
D | elf-reloc-03.ll | 23 …...)* bitcast (i32 ()* @foo6 to i32 (...)*), i32 (...)* bitcast (i32 ()* @foo7 to i32 (...)*), i32… 64 define internal i32 @foo7() nounwind readnone {
|
/external/swiftshader/third_party/LLVM/test/CodeGen/SystemZ/ |
D | 05-MemRegStores.ll | 70 define void @foo7(i32* nocapture %a, i64 %idx, i64 %val) nounwind { 72 ; CHECK: foo7:
|
D | 03-RetImmSubreg.ll | 38 define signext i32 @foo7() {
|