/external/llvm/test/CodeGen/PowerPC/ |
unaligned.ll | 15 define void @foo2(i32* %p, i32* %r) nounwind { 21 ; CHECK: @foo2
|
vsx-spill.ll | 19 define double @foo2(double %a) nounwind { 25 ; CHECK: @foo2
|
can-lower-ret.ll | 12 define <4 x double> @foo2(<2 x double> %a, <2 x double> %b) nounwind readnone {
|
/external/llvm/test/CodeGen/X86/ |
nosse-error1.ll | 19 %3 = tail call double @foo2(double %2) nounwind ; <double> [#uses=1] 32 declare double @foo2(double)
|
nosse-error2.ll | 19 %3 = tail call inreg double @foo2(double inreg %2) nounwind ; <double> [#uses=1] 32 declare inreg double @foo2(double inreg)
|
2006-07-20-InlineAsm.ll | 15 define i32 @foo2(i32 %X) {
|
vec_i64.ll | 15 define <4 x float> @foo2(i64* %p) nounwind {
|
/external/llvm/test/Transforms/GVN/ |
cond_br.ll | 30 define void @foo2(i32 %x) { 31 ; CHECK: @foo2(i32 %x)
|
/external/llvm/test/Transforms/InstCombine/ |
bitcast-vec-uniform.ll | 31 ; CHECK-LABEL: @foo2( 34 define <2 x double> @foo2() {
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
gep.ll | 27 ; CHECK-LABEL: foo2 29 define void @foo2 ({ i32*, i32* }* noalias %x, { i32*, i32* }* noalias %y, i32 %i) {
|
/external/llvm/test/Transforms/SimplifyCFG/ |
switch_thread.ll | 8 declare void @foo2() 41 call void @foo2( )
|
/external/oprofile/libop/tests/ |
mangle_tests.c | 39 { { MANGLE_CPU|MANGLE_TID|MANGLE_TID|MANGLE_TGID|MANGLE_KERNEL, "foo1/foo2", "", "bar1/bar2", NULL, "EVENT", 1234, 8192, 34, 35, 2 }, 40 "{root}/bar1/bar2/{dep}/{root}/foo1/foo2/EVENT.1234.8192.34.35.2" },
|
/cts/tools/signature-tools/test/signature/converter/ |
ConvertVisibilityTest.java | 44 " protected void foo2(){}" +
62 " protected void foo2(){}" +
80 " protected void foo2(){}" +
98 " protected void foo2(){}" +
|
/external/chromium_org/content/test/data/ |
overscroll_navigation.html | 79 window.history.pushState({}, 'foo2', 'newpath');
|
/external/clang/test/ARCMT/ |
releases.m.result | 78 @implementation Foo2
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.classref/ |
p1-cxx11.cpp | 60 void Foo2() {
|
/external/clang/test/CodeGenOpenCL/ |
kernel-arg-info.cl | 14 kernel void foo2(read_only image1d_t img1, image2d_t img2, write_only image2d_array_t img3) {
|
/external/clang/test/Sema/ |
crash-invalid-array.c | 20 void foo2(int a[*][*]) {(void)a[0][1]; } // expected-error {{variable length array must be bound in function definition}} function
|
missing-field-initializers.c | 9 struct Foo foo2 = { .b = 1 }; // designator avoids MFI warning variable in typeref:struct:Foo
|
vector-init.c | 8 float4 foo2 = (float4){ 1.0, 2.0, 3.0, 4.0 , 5.0 }; // expected-warning{{excess elements in vector initializer}} variable
|
/external/clang/test/SemaCXX/ |
attr-optnone.cpp | 28 int foo2();
|
cxx11-crashes.cpp | 33 S4 foo2() { function in namespace:rdar12240916
|
/external/e2fsprogs/tests/f_dup4/ |
script | 32 link /dir/foo /dir3/foo2
|
/external/llvm/test/Analysis/GlobalsModRef/ |
pr12351.ll | 19 define i32 @foo2() {
|
/external/llvm/test/CodeGen/ARM/ |
fptoint.ll | 12 define i64 @foo2(double *%x) {
|