HomeSort by relevance Sort by last modified time
    Searched refs:foo7 (Results 1 - 12 of 12) sorted by null

  /external/clang/test/Driver/
at_file.c 23 foo7
  /external/clang/test/CodeGen/
switch.c 94 // CHECK: define void @foo7()
97 void foo7(){ function
99 foo7();
mangle.c 51 int foo7 __asm__("foo7") __attribute__((used));
52 float foo8 __asm__("foo7") = 42;
  /external/llvm/test/MC/ELF/
tls-i386.s 11 movl foo7@INDNTPOFF, %eax
67 // CHECK-NEXT: (('st_name', 0x0000001f) # 'foo7'
weakref.s 28 .weakref foo7, bar7
  /external/clang/test/Sema/
attr-sentinel.c 10 void foo7 (int x, ...) __attribute__ ((__sentinel__(0))); // expected-note {{function has been explicitly marked sentinel here}}
23 foo7(1); // expected-warning {{not enough variable arguments in 'foo7' declaration to fit a sentinel}}
24 foo7(1, NULL); // OK
dllimport-dllexport.c 21 inline void __declspec(dllexport) foo7(){} // expected-warning{{dllexport attribute ignored}}
block-return.c 111 void foo7()
  /external/clang/test/SemaCXX/
conversion-delete-expr.cpp 105 void foo7 (DD d) function
dcl_ambig_res.cpp 60 void foo7() { function
  /external/webkit/LayoutTests/storage/domstorage/script-tests/
complex-values.js 56 evalAndLog("storage.foo7 = 2");
57 testKeyValue("foo7", "2");
  /external/v8/test/mjsunit/
object-literal-overwrite.js 66 var foo7 = {
77 assertEquals(7, foo7[15]);

Completed in 175 milliseconds