Home
last modified time | relevance | path

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

1234

/external/deqp-deps/glslang/Test/
Dhlsl.overload.frag20 void foo7(double b){}
113 foo7(b);
114 foo7(d);
115 foo7(u);
116 foo7(i);
117 foo7(f);
/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
/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()
/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-7.0/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/swiftshader/third_party/llvm-7.0/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.c27 foo7
Dat_file_win.c25 foo7
/external/clang/test/CodeGenCXX/
Dattr-x86-interrupt.cpp13 __attribute__((interrupt)) void foo7(int *a, uword b) {} in foo7() function
/external/deqp-deps/glslang/Test/baseResults/
Dhlsl.overload.frag.out57 0:20 Function Definition: foo7(d1; ( temp void)
281 0:113 Function Call: foo7(d1; ( temp void)
284 0:114 Function Call: foo7(d1; ( temp void)
286 0:115 Function Call: foo7(d1; ( temp void)
289 0:116 Function Call: foo7(d1; ( temp void)
292 0:117 Function Call: foo7(d1; ( temp void)
426 0:20 Function Definition: foo7(d1; ( temp void)
650 0:113 Function Call: foo7(d1; ( temp void)
653 0:114 Function Call: foo7(d1; ( temp void)
655 0:115 Function Call: foo7(d1; ( temp void)
[all …]
/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/MC/ELF/
Dtls-i386.s11 movl foo7@INDNTPOFF, %eax
/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:
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ELF/
Dtls-i386.s11 movl foo7@INDNTPOFF, %eax
/external/llvm/test/MC/ELF/
Dtls-i386.s11 movl foo7@INDNTPOFF, %eax

1234