/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | hlsl.overload.frag | 20 void foo7(double b){} 113 foo7(b); 114 foo7(d); 115 foo7(u); 116 foo7(i); 117 foo7(f);
|
/external/deqp-deps/glslang/Test/ |
D | hlsl.overload.frag | 20 void foo7(double b){} 113 foo7(b); 114 foo7(d); 115 foo7(u); 116 foo7(i); 117 foo7(f);
|
/external/llvm-project/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()
|
/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()
|
/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()
|
/external/llvm-project/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()
|
/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/llvm-project/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/llvm-project/llvm/test/FileCheck/ |
D | dump-input-context.txt | 18 ; RUN: echo foo7 >> %t.in 32 ; RUN: echo foo7 >> %t.in 33 ; RUN: echo foo7 >> %t.in 47 ; RUN: echo foo7 >> %t.in 62 ; C5-NEXT: 2: foo7 79 ; C6-NEXT: 16: foo7 83 ; C6-NEXT: 17: foo7 99 ; C7-NEXT: 31: foo7 135 ; W6-NEXT: 16: foo7 140 ; W6-NEXT: 17: foo7
|
D | dump-input-filter.txt | 17 ; RUN: echo foo7 >> %t.in 29 ; RUN: echo foo7 >> %t.in 41 ; RUN: echo foo7 >> %t.in 66 ; ALL-NEXT: 9: foo7 85 ; ALL-NEXT: 20: foo7 108 ; ALL-NEXT: 31: foo7 144 ; ANNOTATION-FULL-NEXT: 20: foo7 167 ; ANNOTATION-FULL-NEXT: 31: foo7
|
/external/llvm-project/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
|
/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
|
/external/llvm/test/CodeGen/Mips/ |
D | mips64imm.ll | 27 define i64 @foo7() nounwind readnone { 29 ; CHECK: foo7
|
/external/llvm-project/llvm/test/CodeGen/Mips/ |
D | mips64imm.ll | 27 define i64 @foo7() nounwind readnone { 29 ; CHECK: foo7
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | machine-function-splitter.ll | 152 define i32 @foo7(i1 zeroext %0) personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*) !… 154 ; MFS-DEFAULTS-LABEL: foo7 155 ; MFS-DEFAULTS: .section .text.split.foo7,"ax",@progbits 156 ; MFS-DEFAULTS-NEXT: foo7.cold:
|
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/llvm-project/clang/test/Driver/ |
D | at_file_win.c | 25 foo7
|
/external/clang/test/Driver/ |
D | at_file.c | 27 foo7
|