Searched refs:foo5 (Results 1 - 25 of 29) sorted by relevance

12

/external/clang/test/Driver/
H A Dat_file.c25 foo5
/external/clang/test/Parser/
H A Dasm.cpp7 int foo5 asm (U"bar5"); // expected-error {{cannot use unicode string literal in 'asm'}}
H A DDelayedTemplateParsing.cpp15 void foo5() { } // expected-note {{previous definition is here}} function in class:B
24 void B<T>::foo5() { // expected-error {{redefinition of 'foo5'}} function in class:B
46 template <class T> void foo5() {} //expected-note {{previous definition is here}} function
47 template <class T> void foo5() {} // expected-error {{redefinition of 'foo5'}} function
/external/clang/test/Sema/
H A Dattr-sentinel.c8 void foo5 (int x, ...) __attribute__ ((__sentinel__(1))); // expected-note {{function has been explicitly marked sentinel here}}
19 foo5(1, NULL, 2); // OK
20 foo5(1,2,NULL, 1); // OK
21 foo5(1, NULL, 2, 1); // expected-warning {{missing sentinel in function call}}
H A Dderef.c32 void *foo5 (void) function
H A Ddllimport-dllexport.c11 void __attribute__((dllexport)) foo5();
12 void __attribute__((dllimport)) foo5(); // expected-warning{{dllimport attribute ignored}}
H A Dblock-return.c90 bptr foo5(int j) {
/external/llvm/test/MC/ELF/
H A Dtls.s9 .long foo5@TLSLD
62 // CHECK-NEXT: Name: foo5 (21)
H A Dtls-i386.s9 movl foo5@TPOFF(%eax), %eax
57 // CHECK-NEXT: Name: foo5 (21)
H A Dweakref.s20 .weakref foo5, bar5
22 .long foo5
/external/clang/test/CodeGen/
H A Dmangle.c39 extern int foo5 __asm__("var2");
42 foo5 = 1;
H A D2008-03-05-syncPtr.c29 int* foo5(int** a, int* b) { function
32 // CHECK: define i32* @foo5
H A Dmips64-padding-arg.c35 // N64: define void @foo5(%struct.S0* noalias sret %agg.result, i64, fp128 %a0)
41 S0 foo5(long double a0) { function
H A Dswitch.c74 // CHECK: define void @foo5()
77 void foo5(){ function
H A Dstdcall-fastcall.c89 void __attribute__((fastcall)) foo5(struct S2 y);
92 // CHECK: call x86_fastcallcc void @foo5(%struct.S2* byval align 4 %
93 foo5(y);
H A Darm-aapcs-zerolength-bitfield.c223 short foo5: 1; member in struct:t21
H A Darm-apcs-zerolength-bitfield.c227 short foo5: 1; member in struct:t21
/external/chromium_org/v8/test/mjsunit/
H A Dobject-literal-overwrite.js58 var foo5 = {
85 assertEquals(7, foo5[13]);
/external/clang/test/CodeGenCXX/
H A Dstmtexpr.cpp69 int* foo5() {
78 int foo5(bool b) {
/external/v8/test/mjsunit/
H A Dobject-literal-overwrite.js56 var foo5 = {
75 assertEquals(7, foo5[13]);
/external/clang/test/Index/
H A Dindex-refs.cpp68 void foo5() { function
/external/clang/test/SemaCXX/
H A Ddcl_ambig_res.cpp44 void foo5() function
/external/jsr305/sampleUses/src/main/java/edu/umd/cs/findbugs/examples/
H A DTest.java24 public void foo5(@SlashedClassName(when=When.MAYBE) String foo) { method in class:Test
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dalloc-object-huge.js57 this.foo5 = 5;
/external/v8/test/mjsunit/compiler/
H A Dalloc-object-huge.js55 this.foo5 = 5;

Completed in 598 milliseconds

12