Home
last modified time | relevance | path

Searched refs:foo11 (Results 1 – 14 of 14) sorted by relevance

/external/llvm/test/CodeGen/Mips/
Dbrdelayslot.ll113 ; FORWARD: jal foo11
114 ; FORWARD: jal foo11
120 tail call void @foo11() nounwind
121 tail call void @foo11() nounwind
123 tail call void @foo11() nounwind
128 declare void @foo11()
Dfp16instrinsmc.ll165 define void @foo11() #0 {
/external/clang/test/CodeGen/
Dstdcall-fastcall.c131 void __attribute__((fastcall)) foo11(double y, int x);
135 foo11(y, x); in bar11()
/external/clang/test/Driver/
Dat_file.c31 #ifdef foo11
Dat_file.c.args10 -D foo11
Dat_file.c.args.utf16le10 -D foo11
/external/llvm/test/MC/ELF/
Dweakref.s48 .weakref foo11, bar11
/external/clang/test/Parser/
Dcxx-template-argument.cpp104 template<int N1, int N2> struct foo11 : struct
/external/clang/test/SemaObjC/
Dmethod-sentinel-attr.m16 - (void) foo11 : (int)x, ... __attribute__ ((__sentinel__(1,1,3))); // expected-error {{'__sentine…
/external/chromium_org/v8/test/mjsunit/compiler/
Dalloc-object-huge.js63 this.foo11 = 11;
/external/clang/test/CodeGenCXX/
Dmangle-ms-back-references-pr13207.cpp76 void foo11(NA::Y<NA::X>, NB::Y<NA::X>) {} in foo11() function
/external/llvm/test/CodeGen/AArch64/
Darm64-csel.ll133 define i32 @foo11(i32 %v) nounwind readnone optsize ssp {
135 ; CHECK-LABEL: foo11:
/external/llvm/test/Transforms/InstCombine/
D2009-01-19-fmod-constant-float-specials.ll203 define void @foo11() nounwind {
/external/clang/test/SemaCXX/
Dwarn-thread-safety-analysis.cpp1758 void foo11() { in foo11() function