Home
last modified time | relevance | path

Searched refs:foo1 (Results 1 – 25 of 214) sorted by relevance

123456789

/external/v8/test/webkit/
Ddfg-constant-fold-logical-not-branch-expected.txt29 PASS foo1(new Stuff()) is 43
31 PASS foo1(new Stuff()) is 43
33 PASS foo1(new Stuff()) is 43
35 PASS foo1(new Stuff()) is 43
37 PASS foo1(new Stuff()) is 43
39 PASS foo1(new Stuff()) is 43
41 PASS foo1(new Stuff()) is 43
43 PASS foo1(new Stuff()) is 43
45 PASS foo1(new Stuff()) is 43
47 PASS foo1(new Stuff()) is 43
[all …]
/external/llvm/test/MC/Mips/
Delf-relsym.s31 .globl foo1 symbol
33 .type foo1,@function
35 .ent foo1
36 foo1: # @foo1 label
71 .end foo1
73 .size foo1, ($tmp0)-foo1
/external/deqp/data/gles2/shaders/
Dqualification_order.test383 void foo1 ( out mediump float x)
397 foo1(result);
417 void foo1 ( out float x)
431 foo1(result);
451 void foo1 ( mediump float x)
465 foo1(result);
485 void foo1 (out mediump float x)
499 foo1(result);
523 void foo1 ( mediump out float x)
537 foo1(result);
[all …]
/external/clang/test/Sema/
Dattr-sentinel.c7 void foo1 (int x, ...) ATTR; // expected-note 3 {{function has been explicitly marked sentinel here…
14 #define FOOMACRO(...) foo1(__VA_ARGS__)
17 foo1(1, NULL); // OK in test1()
18 foo1(1, 0) ; // expected-warning {{missing sentinel in function call}} in test1()
33 foo1(3, &a, &b, &c); // expected-warning {{missing sentinel in function call}} in test1()
34 foo1(3, &a, &b, &c, (struct A*) 0); in test1()
Dimplicit-cast-dump.c3 void foo1(void*);
10 foo1(0); in bar()
/external/guava/guava-tests/test/com/google/common/collect/
DAbstractMapEntryTest.java62 Entry<String, Integer> foo1 = entry("foo", 1);
63 assertEquals(foo1, foo1);
64 assertEquals(control("foo", 1), foo1);
67 assertFalse(foo1.equals(control("bar", 1)));
68 assertFalse(foo1.equals(new Object()));
69 assertFalse(foo1.equals(null));
/external/llvm/test/Transforms/SimplifyCFG/
Dswitch_thread.ll6 declare void @foo1()
20 call void @foo1( )
34 call void @foo1( )
58 call void @foo1( )
70 call void @foo1( )
71 call void @foo1( )
74 call void @foo1( )
/external/clang/test/SemaObjCXX/
Dconst-cast.mm6 const Foo *foo1 = 0;
7 Foo *foo2 = foo1; // expected-error {{cannot initialize}}
11 const Foo *foo1 = 0;
12 Foo *foo2 = const_cast<Foo*>(foo1);
/external/llvm/test/CodeGen/Mips/
Dfp16mix.ll8 define void @foo1() {
11 ; fmask1: .ent foo1
18 ; fmask1: .end foo1
19 ; fmask2: .ent foo1
21 ; fmask2: .end foo1
22 ; fmask1nr: .ent foo1
29 ; fmask1nr: .end foo1
Dblez_bgez.ll13 tail call void @foo1()
20 declare void @foo1()
31 tail call void @foo1()
/external/llvm/test/Object/Inputs/
Delfver.S17 .symver foo1, foo@VER1
18 .globl foo1 symbol
19 .type foo1, @function
20 foo1: label
/external/compiler-rt/test/asan/TestCases/Windows/
Dnull_deref_multiple_dlls.cc15 __declspec(dllimport) void foo1();
19 foo1(); in main()
23 __declspec(dllexport) void foo1() {}
/external/llvm/test/CodeGen/ARM/
Daliases.ll5 ; CHECK: .globl foo1
6 ; CHECK: foo1 = bar
20 @foo1 = alias i32* @bar
36 %tmp = load i32, i32* @foo1
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/
Dinvoke_no_variadics.pass.cpp22 int foo1(int) { return 42; } in foo1() function
33 std::function<int(int)> f(&foo1); in main()
49 std::function<void(int)> f(&foo1); in main()
/external/llvm/test/Linker/
D2008-06-26-AddressSpace.ll3 ; RUN: llvm-as %s -o %t.foo1.bc
5 ; RUN: llvm-link %t.foo2.bc %t.foo1.bc -S | FileCheck %s
6 ; RUN: llvm-link %t.foo1.bc %t.foo2.bc -S | FileCheck %s
D2008-06-13-LinkOnceRedefinition.ll3 ; RUN: llvm-as %s -o %t.foo1.bc
6 ; RUN: llvm-link %t.foo1.bc %t.foo2.bc -S
7 ; RUN: llvm-link %t.foo1.bc %t.foo3.bc -S
/external/lldb/test/expression_command/formatters/
Dmain.cpp34 foo foo1(12); in main() local
41 *(foo1.a_ptr) = 9999; in main()
42 foo1.b.i = 9999; in main()
/external/llvm/test/Integer/
Dpacked_bt.ll5 @foo1 = external global <4 x float>
11 store <4 x float> <float 1.0, float 2.0, float 3.0, float 4.0>, <4 x float>* @foo1
13 %l1 = load <4 x float>, <4 x float>* @foo1
DBitPacked.ll5 @foo1 = external global <4 x float>
11 store <4 x float> <float 1.0, float 2.0, float 3.0, float 4.0>, <4 x float>* @foo1
13 %l1 = load <4 x float>, <4 x float>* @foo1
/external/llvm/test/LTO/X86/
Dlinkonce_odr_func.ll2 ; RUN: llvm-lto -o %t2 -dso-symbol=foo1 -dso-symbol=foo2 -dso-symbol=foo3 \
9 ; CHECK: t foo1
10 define linkonce_odr void @foo1() noinline {
51 call void @foo1()
/external/llvm/test/Feature/
Dpacked.ll5 @foo1 = external global <4 x float> ; <<4 x float>*> [#uses=2]
9 …loat 1.000000e+00, float 2.000000e+00, float 3.000000e+00, float 4.000000e+00 >, <4 x float>* @foo1
11 %l1 = load <4 x float>, <4 x float>* @foo1 ; <<4 x float>> [#uses=0]
/external/clang/test/SemaObjC/
Dprovisional-ivar-lookup.m9 @property (readwrite, nonatomic) int foo, foo1, foo2, foo3;
16 @synthesize foo1;
23 _foo = foo1; // OK
/external/llvm/test/CodeGen/X86/
Dx32-function_pointer-1.ll6 @foo1 = external global void (i8*)*
11 %0 = load void (i8*)*, void (i8*)** @foo1, align 4
12 ; CHECK: movl foo1(%rip), %e{{[^,]*}}
/external/clang/test/CodeGen/
Dweak-incomplete.c4 void __attribute__((weak)) foo1(struct S);
5 void (*foo2)(struct S) = foo1;
/external/llvm/test/Transforms/GlobalOpt/
Dalias-resolve.ll3 @foo1 = alias void ()* @foo2
4 ; CHECK: @foo1 = alias void ()* @bar2
26 call void @foo1()

123456789