/external/llvm/docs/ |
GoldPlugin.rst | 85 extern void foo1(void); 97 foo1(); 105 void foo1(void) {
|
/external/llvm/test/CodeGen/X86/ |
pic.ll | 149 tail call void(...) @foo1() 167 tail call void(...) @foo1() 206 declare void @foo1(...)
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
pic.ll | 149 tail call void(...)* @foo1()
167 tail call void(...)* @foo1()
203 declare void @foo1(...)
|
h-register-addressing-32.ll | 26 define i8 @foo1(i8* nocapture inreg %p, i32 inreg %x) nounwind readonly {
|
h-register-addressing-64.ll | 26 define i8 @foo1(i8* nocapture inreg %p, i64 inreg %x) nounwind readonly {
|
/prebuilts/go/darwin-x86/src/runtime/ |
mfinal_test.go | 226 runtime.SetFinalizer(Foo1, func(p *Object1) {}) 228 runtime.SetFinalizer(Foo1, nil) 242 Foo1 = &Object1{}
|
/prebuilts/go/linux-x86/src/runtime/ |
mfinal_test.go | 226 runtime.SetFinalizer(Foo1, func(p *Object1) {}) 228 runtime.SetFinalizer(Foo1, nil) 242 Foo1 = &Object1{}
|
/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/suite/ |
ModuleRepoSuiteTest.java | 243 metadata.put("component", "foo1"); 247 includeFilter.put("component", "foo1"); 262 metadata.put("component", "foo1"); 266 excludeFilter.put("component", "foo1");
|
/external/clang/test/OpenMP/ |
parallel_codegen.cpp | 101 // CHECK-NEXT: invoke {{.*}}void [[FOO1:@.+foo.+]](i8** [[ARGC]]) 110 // CHECK-DEBUG-NEXT: invoke void [[FOO1:@.+foo.+]](i8** [[ARGC]]) 116 // CHECK: define linkonce_odr {{.*}}void [[FOO1]](i8** %argc) 117 // CHECK-DEBUG: define linkonce_odr void [[FOO1]](i8** %argc)
|
/external/clang/test/SemaObjC/ |
property.m | 50 @interface Foo1 {
|
warn-strict-selector-match.m | 71 void foo1(void) {
|
/external/icu/icu4c/source/test/intltest/ |
calregts.cpp | 655 GregorianCalendar *foo1 = new GregorianCalendar(1997, 8, 27,status); local 658 delete foo1; 661 logln("foo1@%.0f - %d-%d-%d %d:%d:%d.%ds\n", foo1->getTime(status), 662 foo1->get(UCAL_YEAR, status), 663 foo1->get(UCAL_MONTH, status), 664 foo1->get(UCAL_DATE, status), 665 foo1->get(UCAL_HOUR, status), 666 foo1->get(UCAL_MINUTE, status), 667 foo1->get(UCAL_SECOND, status) [all...] |
/external/llvm/test/CodeGen/Hexagon/ |
cmp-promote.ll | 7 define i32 @foo1(i16 signext %q) nounwind readnone {
|
/external/llvm/test/TableGen/ |
MultiClassInherit.td | 78 defm FOO1 : s1<42, 24>;
|
/external/llvm/test/Transforms/InstCombine/ |
2011-05-28-swapmulsub.ll | 5 define zeroext i16 @foo1(i32 %on_off) nounwind uwtable ssp {
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
MCJITTest.cpp | 245 Function *Foo1 = insertExternalReferenceToFunction<int32_t(void)>(M.get(), 246 "\1Foo1"); 250 CallInst *Call1 = Builder.CreateCall(Foo1, {}); 280 EXPECT_FALSE(std::find(I, E, "Foo1") == E);
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Mips/ |
unalignedload.ll | 10 define void @foo1() nounwind {
|
/external/swiftshader/third_party/LLVM/test/CodeGen/SystemZ/ |
05-MemImmStores.ll | 10 define void @foo1(i64* nocapture %a, i64 %idx) nounwind {
|
05-MemLoadsStores.ll | 9 define void @foo1(i32* nocapture %foo, i32* nocapture %bar) nounwind {
|
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
2011-05-28-swapmulsub.ll | 5 define zeroext i16 @foo1(i32 %on_off) nounwind uwtable ssp {
|
/prebuilts/go/darwin-x86/src/net/ |
dnsname_test.go | 25 {"foo1.com", true},
|
parse_test.go | 66 {"foo1=bar,foo=bar,", "foo", "bar"},
|
/prebuilts/go/linux-x86/src/net/ |
dnsname_test.go | 25 {"foo1.com", true},
|
parse_test.go | 66 {"foo1=bar,foo=bar,", "foo", "bar"},
|
/art/test/534-checker-bce-deoptimization/src/ |
Main.java | 30 foo1(a, n, b); method 33 void foo1(double a[][], int n, double b[]) { method in class:Main
|