Home
last modified time | relevance | path

Searched refs:foo9 (Results 1 – 24 of 24) 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.ll34 define i64 @foo9() nounwind readnone {
36 ; CHECK: foo9
Dbrdelayslot.ll97 @foo9 = common global void ()* null, align 4
102 %0 = load void ()*, void ()** @foo9, align 4
Dfp-indexed-ls.ll245 define void @foo9(float %f) nounwind {
247 ; ALL-LABEL: foo9:
Dfp16instrinsmc.ll137 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()
Dmips64-padding-arg.c68 void foo9(void) { in foo9() function
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/clang/test/Sema/
Darm-interrupt-attr.c15 __attribute__((interrupt())) void foo9() {} in foo9() function
/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/Parser/
Dcxx-template-argument.cpp94 template<class T1, typename T2> struct foo9 : struct
/external/clang/test/SemaOpenCL/
Damdgpu-num-register-attrs.cl18 __attribute__((amdgpu_num_vgpr(40), amdgpu_num_sgpr(64))) kernel void foo9() {}
/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.js61 this.foo9 = 9;
/external/llvm/test/CodeGen/AArch64/
Darm64-csel.ll111 define i32 @foo9(i32 %v) nounwind readnone optsize ssp {
113 ; CHECK-LABEL: foo9:
Darm64-vmul.ll1367 define <2 x i64> @foo9(<2 x i64> %a, <4 x i32> %b, <2 x i32> %c) nounwind readnone optsize ssp {
1368 ; CHECK-LABEL: foo9:
/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.cpp1782 void foo9() { in foo9() function