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

12

/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}}
9 int foo6 asm ("" L"bar7"); // expected-error {{cannot use wide string literal in 'asm'}}
H A Dcxx-template-argument.cpp79 template<class T1, typename T2> struct foo6 : struct in namespace:pr16225add
/external/clang/test/Driver/
H A Dat_file.c26 foo6
/external/clang/test/CodeGen/
H A Dmips64-padding-arg.c37 // N64: call void @foo6(%struct.S0* sret %agg.result, i32 signext 1, i32 signext 2, i64 undef, fp128 %a0)
38 // N64: declare void @foo6(%struct.S0* sret, i32 signext, i32 signext, i64, fp128)
40 extern S0 foo6(int, int, long double);
43 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-LABEL: define i32* @foo6
H A Dswitch.c86 // CHECK-LABEL: define void @foo6()
89 void foo6(){ function
H A Dstdcall-fastcall.c96 void __attribute__((fastcall)) foo6(long long y);
99 // CHECK: call x86_fastcallcc void @foo6(i64 %
100 foo6(y);
H A Darm-aapcs-zerolength-bitfield.c225 short foo6: 16; member in struct:t21
H A Darm-apcs-zerolength-bitfield.c229 short foo6: 16; member in struct:t21
/external/clang/test/Sema/
H A Dderef.c40 const void *foo6 (void) function
H A Darm-interrupt-attr.c11 __attribute__((interrupt("ABORT"))) void foo6() {} 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
71 // CHECK-NEXT: Name: foo6
H A Dtls-i386.s10 movl foo6@DTPOFF(%eax), %eax
66 // CHECK-NEXT: Name: foo6
H A Dweakref.s25 .weakref foo6, bar6
/external/clang/test/SemaCXX/
H A Dtype-definition-in-specifier.cpp28 short foo6 (enum bar0 {qq} bar3); // expected-error{{cannot be defined in a parameter type}}
65 long foo5 (float foo6 = foo4); // expected-error{{use of undeclared identifier 'foo4'}}
H A Dconversion-delete-expr.cpp89 void foo6(const Derived cd, Derived d) { function
H A Ddcl_ambig_res.cpp51 void foo6() function
H A Dwarn-unused-local-typedef.cpp38 typedef foo5* foo6; // no diag typedef
39 foo6 *myptr;
/external/v8/test/mjsunit/
H A Dobject-literal-overwrite.js63 var foo6 = {
86 assertEquals(7, foo6[14.31]);
/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/clang/test/CodeGenCXX/
H A Daarch64-aapcs-zerolength-bitfield.cpp226 short foo6: 16; member in struct:t21
/external/v8/test/mjsunit/compiler/
H A Dalloc-object-huge.js58 this.foo6 = 6;

Completed in 686 milliseconds

12