Home
last modified time | relevance | path

Searched refs:foo9 (Results 1 – 21 of 21) sorted by relevance

/external/llvm/test/MC/ELF/
Dweakref.s36 .weakref foo9, bar9
37 .long foo9
Dtls-i386.s13 .long foo9@GOTNTPOFF
/external/llvm/test/CodeGen/Mips/
Dmips64imm.ll33 define i64 @foo9() nounwind readnone {
35 ; CHECK: foo9
Dfp-indexed-ls.ll91 define void @foo9(float %f) nounwind {
93 ; CHECK: foo9
Dmips64-fp-indexed-ls.ll103 define void @foo9(float %f) nounwind {
105 ; CHECK: foo9
Dbrdelayslot.ll97 @foo9 = common global void ()* null, align 4
102 %0 = load void ()** @foo9, align 4
Dfp16instrinsmc.ll114 define void @foo9() #0 {
/external/llvm/test/CodeGen/ARM/
Dfptoint.ll42 define void @foo9(double %x) {
47 ; CHECK-LABEL: foo9:
/external/clang/test/CodeGen/
Dstdcall-fastcall.c117 void __attribute__((fastcall)) foo9(struct S2 a, int b);
121 foo9(a, b); in bar9()
Dmangle.c65 void __attribute__((__overloadable__)) foo9(float4 f) {} in foo9() function
/external/clang/test/Driver/
Dat_file.c29 foo9
Dat_file.c.args.utf16le8 -Dfoo9=foo9\'bar9\'zed9
Dat_file.c.args8 -Dfoo9=foo9\'bar9\'zed9
/external/llvm/test/MC/ARM/
Delf-reloc-03.ll23 …i32 (...)* bitcast (i32 ()* @foo8 to i32 (...)*), i32 (...)* bitcast (i32 ()* @foo9 to i32 (...)*)]
74 define internal i32 @foo9() nounwind readnone {
/external/clang/test/Sema/
Ddllimport-dllexport.c25 void __declspec(dllimport) foo9(){} // expected-error{{dllimport attribute can be applied only to s… in foo9() function
/external/clang/test/SemaObjC/
Dmethod-sentinel-attr.m14 - (void) foo9 : (int)x, ... __attribute__ ((__sentinel__(-1))); // expected-error {{'sentinel' par…
Dblocks.m55 int foo9() { function
/external/v8/test/mjsunit/compiler/
Dalloc-object-huge.js59 this.foo9 = 9;
/external/chromium_org/v8/test/mjsunit/compiler/
Dalloc-object-huge.js61 this.foo9 = 9;
/external/llvm/test/Transforms/InstCombine/
D2009-01-19-fmod-constant-float-specials.ll165 define void @foo9() nounwind {
/external/clang/test/SemaCXX/
Dwarn-thread-safety-analysis.cpp1733 void foo9() { in foo9() function