/external/clang/test/Sema/ |
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
|
D | block-return.c | 111 void foo7() 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 | mips64-padding-arg.c | 53 void foo7(float a0, double a1) { in foo7() function
|
D | mangle.c | 51 int foo7 __asm__("foo7") __attribute__((used));
|
D | arm-apcs-zerolength-bitfield.c | 230 short foo7: 16; member
|
/external/v8/test/mjsunit/ |
D | object-literal-overwrite.js | 68 var foo7 = { variable 87 assertEquals(7, foo7[15]);
|
/external/llvm/test/CodeGen/Mips/ |
D | mips64imm.ll | 27 define i64 @foo7() nounwind readnone { 29 ; CHECK: foo7
|
D | brdelayslot.ll | 85 tail call void @foo7(double %a1, float %a0) nounwind 89 declare void @foo7(double, float)
|
/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.c | 27 foo7
|
/external/llvm/test/MC/ELF/ |
D | tls-i386.s | 11 movl foo7@INDNTPOFF, %eax
|
D | weakref.s | 28 .weakref foo7, bar7
|
/external/clang/test/SemaCXX/ |
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/PCH/ |
D | ocl_types.cl | 20 void foo7(smp_t smp) {
|
/external/llvm/test/CodeGen/NVPTX/ |
D | load-with-non-coherent-cache.ll | 70 ; SM20-LABEL: .visible .entry foo7( 72 ; SM35-LABEL: .visible .entry foo7( 74 define void @foo7(<2 x i8> * noalias readonly %from, <2 x i8> * %to) { 252 !7 = !{void (<2 x i8> *, <2 x i8> *)* @foo7, !"kernel", i32 1}
|
/external/clang/test/Parser/ |
D | cxx-template-argument.cpp | 96 template<class T1, typename T2, int N> struct foo7 : struct
|
/external/llvm/test/CodeGen/ARM/ |
D | fptoint.ll | 30 define void @foo7(double %x) {
|
/external/clang/test/SemaOpenCL/ |
D | amdgpu-num-register-attrs.cl | 16 __attribute__((amdgpu_num_vgpr(40))) kernel void foo7() {}
|
/external/clang/test/CodeGenCXX/ |
D | aarch64-aapcs-zerolength-bitfield.cpp | 227 short foo7: 16; member
|