/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
visibility2.ll | 9 define void @foo1() nounwind ssp {
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/macros/ |
test2.d | 10 0+00[ ]+[a-zA-Z0-9_]+[ ]+foo1
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/pe/ |
section-exclude.d | 16 3 \.foo1 0*0000004 0*0000000 0*0000000 .* 2\*\*[24]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/symver/ |
symver1.d | 10 0+0000000 D foo1@@version1
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
pr14156a.d | 11 [0-9a-f]+ t foo1
|
pr14156b.d | 11 [0-9a-f]+ t foo1
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-gc/ |
pr14265.d | 8 [0-9a-f]+[ ]D[ ]_*foo1
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
tls-hidden3.got | 15 # foo1 (offset 0x24)
|
/external/clang/test/CodeGen/ |
asm-attrs.c | 4 // CHECK: call i32 asm "foo1", {{.*}} [[READNONE]] 25 __asm__ ("foo1" : "=r"(g1) : "r"(a) : "cc");
|
ppc64-qpx-vector.c | 13 v4sf foo1(struct ssf a, v4sf b, struct ssf2 c) { function 17 // ALL-LABEL: define <4 x float> @foo1(<4 x float> inreg %a.coerce, <4 x float> %b, [2 x i128] %c.coerce)
|
/external/clang/test/CodeGenObjCXX/ |
block-nested-in-lambda.cpp | 12 void foo1(int &, int &); 17 foo1(s1, s2);
|
/external/clang/test/Parser/ |
cxx1z-nested-namespace-definition.cpp | 7 namespace foo1::foo2::foo3 { 25 return foo1::foo2::foo3::foo(x);
|
/external/clang/test/Rewriter/ |
rewrite-modern-private-ivars.mm | 24 struct S foo1; 48 foo1.x = 3;
|
/external/clang/test/Sema/ |
non-null-warning.c | 18 int * _Nullable foo1(int * _Nonnull x); // expected-note {{previous declaration is here}} 20 int *foo1(int * _Nullable x) { // expected-warning {{nullability specifier '_Nullable' conflicts with existing specifier '_Nonnull'}} function
|
/external/clang/test/SemaCXX/ |
attr-print.cpp | 17 // CHECK: void foo1() __attribute__((pure)) __attribute__((noinline)); 18 void foo1() __attribute__((noinline, pure));
|
/external/compiler-rt/test/asan/TestCases/ |
coverage-caller-callee-total-count.cc | 14 struct Foo1 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}}; 17 Foo *foo[3] = {new Foo, new Foo1, new Foo2};
|
/external/llvm/test/CodeGen/AArch64/ |
bitcast.ll | 5 define <4 x i16> @foo1(<2 x i32> %a) { 6 ; CHECK-LABEL: foo1:
|
/external/llvm/test/CodeGen/Mips/ |
mips64-f128-call.ll | 16 ; CHECK: foo1 20 define void @foo1() {
|
/external/llvm/test/CodeGen/NVPTX/ |
vector-stores.ll | 3 ; CHECK: .visible .func foo1 5 define void @foo1(<2 x float> %val, <2 x float>* %ptr) {
|
/external/llvm/test/CodeGen/X86/ |
ps4-noreturn.ll | 7 define void @foo1() personality i32 (...)* @personality { 8 ; CHECK-LABEL: foo1:
|
/external/llvm/test/Transforms/InstCombine/ |
align-attr.ll | 6 define i32 @foo1(i32* align 32 %a) #0 { 11 ; CHECK-LABEL: @foo1
|
/external/llvm/test/Transforms/MergeFunc/ |
phi-speculation1.ll | 4 define i32 @foo1(i32 %x) { 7 %B = call i32 @foo1(i32 %A)
|
phi-speculation2.ll | 4 define i32 @foo1(i32 %x) { 7 %B = call i32 @foo1(i32 %A)
|
/external/llvm/test/Transforms/Reassociate/ |
factorize-again.ll | 22 call void @foo1(i32 4, float %mul36) 26 declare void @foo1(i32, float)
|
/external/llvm/test/Verifier/ |
bitcast-address-space-through-gep-2.ll | 8 %struct.Foo1 = type { i32 addrspace(1)* } 14 global %struct.Foo1 { i32 addrspace(1)* bitcast
|