/external/clang/test/CodeGenCXX/ |
lambda-expressions-inside-auto-functions.cpp | 19 auto foo2() { function in namespace:non_inline_function 23 auto use = foo2<int>();
|
stmtexpr.cpp | 30 void foo2() 61 foo2();
|
/external/llvm/test/CodeGen/Mips/ |
stackcoloring.ll | 24 %call = call i32 @foo2(i32 %2, i32* %arraydecay) 37 declare i32 @foo2(i32, i32*)
|
biggot.ll | 32 define void @foo2(i32* nocapture %d, i32* nocapture %s, i32 %n) nounwind { 34 ; O32-LABEL: foo2: 39 ; N64-LABEL: foo2:
|
sr1.ll | 25 define void @foo2() #0 { 33 ; CHECK: .ent foo2 36 ; CHECK: .end foo2
|
/external/llvm/test/CodeGen/PowerPC/ |
fast-isel-br-const.ll | 19 call void @foo2() 43 declare void @foo2()
|
/external/llvm/test/CodeGen/X86/ |
fast-isel-call.ll | 19 declare void @foo2(%struct.s* byval) 22 call void @foo2(%struct.s* byval %d )
|
mingw-alloca.ll | 19 define void @foo2(i32 inreg %N) nounwind { 26 ; ELF: foo2:
|
codemodel.ll | 18 define i32 @foo2() nounwind readonly { 20 ; CHECK-SMALL-LABEL: foo2: 22 ; CHECK-KERNEL-LABEL: foo2:
|
/external/llvm/test/Transforms/ArgumentPromotion/ |
crash.ll | 5 invoke void @foo2() 17 define internal void @foo2() ssp {
|
/external/llvm/test/Transforms/Inline/ |
recursive.ll | 13 call void @foo2(i8* %r) 35 declare void @foo2(i8* %in)
|
/external/llvm/unittests/ExecutionEngine/JIT/ |
MultiJITTest.cpp | 64 "define i32 @foo2() { " 69 FooF2 = M2->getFunction("foo2"); 154 Function *F2 = EE2->FindFunctionNamed("foo2"); 155 void *foo2 = EE2->getPointerToFunction(F2); local 161 EXPECT_EQ(getPointerToNamedFunction("foo2"), foo2);
|
/external/chromium_org/ui/base/models/ |
tree_node_model_unittest.cc | 68 // +-- foo2 237 // +-- foo2 244 // The TotalNodeCount of child2 and foo2 is: 2 259 TestNode* foo2 = new TestNode; local 264 foo1->Add(foo2, 0); 265 foo2->Add(foo3, 0); 275 EXPECT_EQ(2, foo2->GetTotalNodeCount());
|
/external/chromium_org/mojo/python/tests/ |
bindings_structs_unittest.py | 61 foo2 = sample_service_mojom.Foo() 63 foo2.name = "foo2" 65 self.assertEquals(foo2.name, "foo2")
|
/external/chromium_org/v8/test/mjsunit/ |
math-abs.js | 116 function foo2() { function 119 assertEquals(1, foo2()); 120 assertEquals(1, foo2()); 121 %OptimizeFunctionOnNextCall(foo2); 122 assertEquals(1, foo2());
|
/external/clang/test/Sema/ |
init.c | 115 struct foo2 { struct 119 struct foo2 bar2[] = { 123 struct foo2 bar3 = { 1, 2 }; // expected-warning{{excess elements in struct initializer}}
|
/external/e2fsprogs/tests/d_special_files/ |
script | 26 symlink foo2 12345678901234567890123456789012345678901234567890123456789012345678901234567890 38 echo "debugfs -R ''stat foo2'' -w test.img" > $OUT.new 39 $DEBUGFS -R "stat foo2" -w $TMPFILE >> $OUT.new 2>&1
|
/external/llvm/test/TableGen/ |
Dag.td | 55 def foo2 : foo<somedef2>; 67 def VAL4 : bar<foo2, somedef2>; 75 def VAL5 : bar<foo2, somedef2> {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/resources/ |
ResourceNameValidatorTest.java | 81 existing.add("foo2"); 91 assertNotNull(validator.isValid("foo2")); 98 assertNull(validator.isValid("foo2"));
|
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
AtomicStringTest.cpp | 69 AtomicString foo2("foo"); 72 ASSERT_EQ(foo.impl(), foo2.impl());
|
/external/clang/test/SemaObjC/ |
method-attributes.m | 20 - (int) foo2: (int)arg1 __attribute__((deprecated)) __attribute__((unavailable)); 31 - (int) foo2: (int)arg1 __attribute__((deprecated)) {
|
/external/libunwind/tests/ |
Gtest-nomalloc.c | 88 foo2 (void) function 96 foo2 ();
|
/external/llvm/test/CodeGen/AArch64/ |
arm64-fast-isel-addr-offset.ll | 20 define i64 @foo2() nounwind { 22 ; CHECK: @foo2
|
/external/llvm/test/CodeGen/ARM/ |
2013-04-16-AAPCS-C5-vs-VFP.ll | 23 define void @foo2(double %p0, ; --> D0 48 tail call void @foo2(double 23.0, ; --> D0
|
fast-isel-br-const.ll | 24 call void @foo2() 49 declare void @foo2()
|