Searched refs:foo6 (Results 1 - 22 of 22) sorted by relevance

/external/clang/test/Driver/
H A Dat_file.c22 foo6
/external/clang/test/Parser/
H A Dasm.cpp8 int foo6 asm ("bar6"_x); // expected-error {{string literal with user-defined suffix cannot be used here}}
/external/clang/test/CodeGen/
H A Dmips64-padding-arg.c35 // CHECK: call void @foo6(%struct.S0* sret %agg.result, i32 1, i32 2, i64 undef, fp128 %a0)
36 // CHECK: declare void @foo6(%struct.S0* sret, i32, i32, i64, fp128)
38 extern S0 foo6(int, int, long double);
41 return foo6(1, 2, a0);
H A Dmangle.c45 void foo6() __asm__("var2");
46 void foo6() { function
H A D2008-03-05-syncPtr.c36 int* foo6(int** a, int*** b) { function
39 // CHECK: define i32* @foo6
H A Dswitch.c86 // CHECK: define void @foo6()
89 void foo6(){ function
H A Darm-aapcs-zerolength-bitfield.c224 short foo6: 16; member in struct:t21
H A Darm-apcs-zerolength-bitfield.c228 short foo6: 16; member in struct:t21
/external/clang/test/Sema/
H A Dderef.c40 const void *foo6 (void) function
H A Ddllimport-dllexport.c18 void __attribute__((dllimport)) foo6();
19 void foo6(){} // expected-warning {{'foo6' redeclared without dllimport attribute: previous dllimport ignored}} function
H A Dattr-sentinel.c9 void foo6 (int x, ...) __attribute__ ((__sentinel__(5))); // expected-note {{function has been explicitly marked sentinel here}}
23 foo6(1,2,3,4,5,6,7); // expected-warning {{missing sentinel in function call}}
24 foo6(1,NULL,3,4,5,6,7); // OK
H A Dblock-return.c103 void foo6() {
/external/llvm/test/MC/ELF/
H A Dtls.s10 .long foo6@TLSGD
70 // CHECK-NEXT: (('st_name', 0x0000001a) # 'foo6'
H A Dtls-i386.s10 movl foo6@DTPOFF(%eax), %eax
65 // CHECK-NEXT: (('st_name', 0x0000001a) # 'foo6'
H A Dweakref.s25 .weakref foo6, bar6
/external/v8/test/mjsunit/
H A Dobject-literal-overwrite.js61 var foo6 = {
76 assertEquals(7, foo6[14.31]);
/external/clang/test/SemaCXX/
H A Dconversion-delete-expr.cpp89 void foo6(const Derived cd, Derived d) { function
H A Ddcl_ambig_res.cpp50 void foo6() function
H A Dwarn-thread-safety-parsing.cpp1261 void foo6() EXCLUSIVE_LOCKS_REQUIRED(T::statmu) { }
H A Dwarn-thread-safety-analysis.cpp1698 void foo6() { function in struct:TestTryLock
/external/jsr305/sampleUses/src/main/java/edu/umd/cs/findbugs/examples/
H A DTest.java27 public void foo6(@SlashedClassName(when=When.UNKNOWN) String foo) { method in class:Test
/external/v8/test/mjsunit/compiler/
H A Dalloc-object-huge.js56 this.foo6 = 6;

Completed in 792 milliseconds