Home
last modified time | relevance | path

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

12

/external/clang/test/Sema/
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
Dblock-return.c111 void foo7() 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()
Dmips64-padding-arg.c53 void foo7(float a0, double a1) { in foo7() function
Dmangle.c51 int foo7 __asm__("foo7") __attribute__((used));
Darm-apcs-zerolength-bitfield.c230 short foo7: 16; member
/external/v8/test/mjsunit/
Dobject-literal-overwrite.js68 var foo7 = { variable
87 assertEquals(7, foo7[15]);
/external/llvm/test/CodeGen/Mips/
Dmips64imm.ll27 define i64 @foo7() nounwind readnone {
29 ; CHECK: foo7
Dbrdelayslot.ll85 tail call void @foo7(double %a1, float %a0) nounwind
89 declare void @foo7(double, float)
/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.c27 foo7
/external/llvm/test/MC/ELF/
Dtls-i386.s11 movl foo7@INDNTPOFF, %eax
Dweakref.s28 .weakref foo7, bar7
/external/clang/test/SemaCXX/
Ddcl_ambig_res.cpp61 void foo7() { in foo7() function
Dconversion-delete-expr.cpp105 void foo7 (DD d) in foo7() function
/external/clang/test/PCH/
Docl_types.cl20 void foo7(smp_t smp) {
/external/llvm/test/CodeGen/NVPTX/
Dload-with-non-coherent-cache.ll70 ; 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/
Dcxx-template-argument.cpp96 template<class T1, typename T2, int N> struct foo7 : struct
/external/llvm/test/CodeGen/ARM/
Dfptoint.ll30 define void @foo7(double %x) {
/external/clang/test/SemaOpenCL/
Damdgpu-num-register-attrs.cl16 __attribute__((amdgpu_num_vgpr(40))) kernel void foo7() {}
/external/clang/test/CodeGenCXX/
Daarch64-aapcs-zerolength-bitfield.cpp227 short foo7: 16; member

12