Home
last modified time | relevance | path

Searched refs:foo6 (Results 1 – 25 of 46) sorted by relevance

12

/external/llvm/test/CodeGen/Thumb2/
Dthumb2-tbb.ll20 tail call void(...)* @foo6()
38 tail call void(...)* @foo6()
50 tail call void(...)* @foo6()
56 declare void @foo6(...)
/external/llvm/test/CodeGen/X86/
D2006-12-19-IntelSyntax.ll32 call void (...)* @foo6( )
56 call void (...)* @foo6( )
72 call void (...)* @foo6( )
80 declare void @foo6(...)
Dvararg_tailcall.ll49 ; X64: @foo6
51 ; WIN64: @foo6
53 define i8* @foo6(i8* %arg1, i8* %arg2) nounwind optsize ssp noredzone {
Dpic.ll155 tail call void(...)* @foo6()
173 tail call void(...)* @foo6()
185 tail call void(...)* @foo6()
205 declare void @foo6(...)
/external/clang/test/Sema/
Dattr-sentinel.c9 void foo6 (int x, ...) __attribute__ ((__sentinel__(5))); // expected-note {{function has been expl…
23 foo6(1,2,3,4,5,6,7); // expected-warning {{missing sentinel in function call}} in test1()
24 foo6(1,NULL,3,4,5,6,7); // OK in test1()
Ddllimport-dllexport.c18 void __attribute__((dllimport)) foo6();
19 void foo6(){} // expected-warning {{'foo6' redeclared without dllimport attribute: previous dllimpo… in foo6() function
Dderef.c40 const void *foo6 (void) in foo6() function
/external/clang/test/CodeGen/
Dmips64-padding-arg.c39 extern S0 foo6(int, int, long double);
42 return foo6(1, 2, a0); in foo5()
Dmangle.c45 void foo6() __asm__("var2");
46 void foo6() { in foo6() function
Dstdcall-fastcall.c96 void __attribute__((fastcall)) foo6(long long y);
100 foo6(y); in bar6()
D2008-03-05-syncPtr.c36 int* foo6(int** a, int*** b) { in foo6() function
/external/v8/test/mjsunit/
Dobject-literal-overwrite.js61 var foo6 = { variable
76 assertEquals(7, foo6[14.31]);
/external/chromium_org/v8/test/mjsunit/
Dobject-literal-overwrite.js63 var foo6 = { variable
86 assertEquals(7, foo6[14.31]);
/external/clang/test/SemaObjC/
Dmethod-sentinel-attr.m11 - (void) foo6 : (int)x, ... __attribute__ ((__sentinel__(5))); // expected-note {{method has been e…
36 [p foo6:1,2,3,4,5,6,7]; // expected-warning {{missing sentinel in method dispatch}}
37 [p foo6:1,NULL,3,4,5,6,7]; // OK
/external/llvm/test/CodeGen/Mips/
Dmips64imm.ll19 define i64 @foo6() nounwind readnone {
21 ; CHECK: foo6
/external/llvm/test/Transforms/InstCombine/
Dbitcast-vec-uniform.ll64 ; CHECK-LABEL: @foo6(
67 define <2 x double> @foo6() {
/external/llvm/test/CodeGen/PowerPC/
Dunaligned.ll59 define void @foo6(<4 x float>* %p, <4 x float>* %r) nounwind {
67 ; CHECK: @foo6
/external/clang/test/Parser/
Dasm.cpp8 int foo6 asm ("bar6"_x); // expected-error {{string literal with user-defined suffix cannot be used…
/external/clang/test/Driver/
Dat_file.c26 foo6
/external/llvm/test/MC/ELF/
Dtls.s10 .long foo6@TLSGD
Dtls-i386.s10 movl foo6@DTPOFF(%eax), %eax
/external/llvm/test/CodeGen/NVPTX/
Dvector-loads.ll58 define void @foo6(<8 x i32>* %a) {
59 ; CHECK: .func foo6
/external/llvm/test/MC/ARM/
Delf-reloc-03.ll23 …...)* bitcast (i32 ()* @foo5 to i32 (...)*), i32 (...)* bitcast (i32 ()* @foo6 to i32 (...)*), i32…
59 define internal i32 @foo6() nounwind readnone {
/external/jsr305/sampleUses/src/main/java/edu/umd/cs/findbugs/examples/
DTest.java27 public void foo6(@SlashedClassName(when=When.UNKNOWN) String foo) { in foo6() method in Test
/external/clang/test/SemaCXX/
Ddcl_ambig_res.cpp53 void foo6() in foo6() function

12