Searched refs:foo7 (Results 1 - 16 of 16) sorted by relevance

/external/clang/test/Driver/
H A Dat_file.c23 foo7
/external/clang/test/CodeGen/
H A Dswitch.c94 // CHECK: define void @foo7()
97 void foo7(){ function
99 foo7();
H A Dmangle.c51 int foo7 __asm__("foo7") __attribute__((used));
52 float foo8 __asm__("foo7") = 42;
H A Darm-aapcs-zerolength-bitfield.c225 short foo7: 16; member in struct:t21
H A Darm-apcs-zerolength-bitfield.c229 short foo7: 16; member in struct:t21
/external/clang/test/Sema/
H A Dattr-sentinel.c10 void foo7 (int x, ...) __attribute__ ((__sentinel__(0))); // expected-note {{function has been explicitly marked sentinel here}}
25 foo7(1); // expected-warning {{not enough variable arguments in 'foo7' declaration to fit a sentinel}}
26 foo7(1, NULL); // OK
H A Ddllimport-dllexport.c22 inline void __declspec(dllexport) foo7(){} // expected-warning{{dllexport attribute ignored}}
H A Dblock-return.c111 void foo7()
/external/llvm/test/MC/ELF/
H A Dtls-i386.s11 movl foo7@INDNTPOFF, %eax
74 // CHECK-NEXT: (('st_name', 0x0000001f) # 'foo7'
H A Dweakref.s28 .weakref foo7, bar7
/external/v8/test/mjsunit/
H A Dobject-literal-overwrite.js66 var foo7 = {
77 assertEquals(7, foo7[15]);
/external/clang/test/SemaCXX/
H A Dconversion-delete-expr.cpp105 void foo7 (DD d) function
H A Ddcl_ambig_res.cpp60 void foo7() { function
H A Dwarn-thread-safety-parsing.cpp1264 void foo7(T* f) EXCLUSIVE_LOCKS_REQUIRED(f->mu) { }
H A Dwarn-thread-safety-analysis.cpp1706 void foo7() { function in struct:TestTryLock
/external/v8/test/mjsunit/compiler/
H A Dalloc-object-huge.js57 this.foo7 = 7;

Completed in 279 milliseconds