Home
last modified time | relevance | path

Searched refs:foo7 (Results 1 – 25 of 68) sorted by relevance

123

/external/clang/test/Sema/
Dattr-x86-interrupt.c39 __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()
Dattr-sentinel.c10 void foo7 (int x, ...) __attribute__ ((__sentinel__(0))); // expected-note {{function has been expl…
25foo7(1); // expected-warning {{not enough variable arguments in 'foo7' declaration to fit a sentin… in test1()
26 foo7(1, NULL); // OK in test1()
Darm-interrupt-attr.c12 __attribute__((interrupt("UNDEF"))) void foo7() {} in foo7() function
Dmips-interrupt-attr.c14 __attribute__((interrupt("vector=hw2"))) void foo7() {} in foo7() function
/external/clang/test/SemaCXX/
Dattr-x86-interrupt.cpp41 __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()
Ddcl_ambig_res.cpp61 void foo7() { in foo7() function
Dconversion-delete-expr.cpp105 void foo7 (DD d) in foo7() function
/external/clang/test/SemaObjC/
Dmethod-sentinel-attr.m12 - (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/
Dswitch.c97 void foo7(){ in foo7() function
99 foo7(); in foo7()
Dstdcall-fastcall.c103 void __attribute__((fastcall)) foo7(int a, struct S1 b, int c);
107 foo7(a, b, c); in bar7()
Dattr-x86-interrupt.c13 __attribute__((interrupt)) void foo7(int *a, uword b) {} in foo7() function
Dmips64-padding-arg.c53 void foo7(float a0, double a1) { in foo7() function
Dmangle.c51 int foo7 __asm__("foo7") __attribute__((used));
/external/llvm/test/CodeGen/Mips/
Dmips64imm.ll27 define i64 @foo7() nounwind readnone {
29 ; CHECK: foo7
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dvararg_tailcall.ll65 ; X64: @foo7
67 ; WIN64: @foo7
69 define i8* @foo7(i8* %arg1, i8* %arg2) nounwind optsize ssp noredzone {
/external/llvm/test/CodeGen/X86/
Dvararg_tailcall.ll65 ; X64: @foo7
67 ; WIN64: @foo7
69 define i8* @foo7(i8* %arg1, i8* %arg2) nounwind optsize ssp noredzone {
/external/clang/test/Driver/
Dat_file_win.c25 foo7
Dat_file.c27 foo7
/external/clang/test/CodeGenCXX/
Dattr-x86-interrupt.cpp13 __attribute__((interrupt)) void foo7(int *a, uword b) {} in foo7() function
/external/swiftshader/third_party/LLVM/test/MC/ELF/
Dtls-i386.s11 movl foo7@INDNTPOFF, %eax
Dweakref.s28 .weakref foo7, bar7
/external/llvm/test/MC/ELF/
Dtls-i386.s11 movl foo7@INDNTPOFF, %eax
/external/swiftshader/third_party/LLVM/test/MC/ARM/
Delf-reloc-03.ll23 …...)* 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/
D05-MemRegStores.ll70 define void @foo7(i32* nocapture %a, i64 %idx, i64 %val) nounwind {
72 ; CHECK: foo7:
D03-RetImmSubreg.ll38 define signext i32 @foo7() {

123