Home
last modified time | relevance | path

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

12345

/external/angle/third_party/vulkan-deps/glslang/src/Test/
Dhlsl.overload.frag20 void foo7(double b){}
113 foo7(b);
114 foo7(d);
115 foo7(u);
116 foo7(i);
117 foo7(f);
/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/llvm-project/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()
/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()
/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/llvm-project/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/llvm-project/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/llvm-project/llvm/test/FileCheck/
Ddump-input-context.txt18 ; 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
Ddump-input-filter.txt17 ; 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/
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
/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
/external/llvm/test/CodeGen/Mips/
Dmips64imm.ll27 define i64 @foo7() nounwind readnone {
29 ; CHECK: foo7
/external/llvm-project/llvm/test/CodeGen/Mips/
Dmips64imm.ll27 define i64 @foo7() nounwind readnone {
29 ; CHECK: foo7
/external/llvm-project/llvm/test/CodeGen/X86/
Dmachine-function-splitter.ll152 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:
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/llvm-project/clang/test/Driver/
Dat_file_win.c25 foo7
/external/clang/test/Driver/
Dat_file.c27 foo7

12345