HomeSort by relevance Sort by last modified time
    Searched full:foo2 (Results 201 - 225 of 444) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/llvm/test/Feature/
callingconventions.ll 19 define void @foo2() {
calltest.ll 9 %foo2 = tail call i32 %x( i32 123 ) ; <i32> [#uses=0]
  /external/llvm/test/Transforms/LICM/
hoisting.ll 32 declare void @foo2(i32) nounwind
45 call void @foo2( i32 %B )
56 ; CHECK: call void @foo2(i32 6)
61 call void @foo2( i32 %B )
  /external/llvm/test/DebugInfo/X86/
dwarf-aranges-no-dwarf-labels.ll 15 ; int foo2(int bar2) { return bar2; }
18 ; return foo(2) + foo2(1) + global;
74 !11 = metadata !{i32 786478, metadata !1, metadata !5, metadata !"foo2", metadata !"foo2", metadata !"_Z4foo2i", i32 3, metadata !6, i1 false, i1 true, i32 0, i32 0, null, i32 256, i1 true, i32 (i32)* @_Z4foo2i, null, null, metadata !12, i32 3} ; [ DW_TAG_subprogram ] [line 3] [def] [foo2]
  /external/chromium_org/chrome/tools/profile_reset/
jtl_parser_unittest.cc 218 {"foo2().", "foo2", "[]", false},
242 "foo1(true).foo2.foo3(\"bar\");"
247 ExpectNextOperation(parser.get(), "foo2", "[]", false);
261 {"prev().foo2(\" \");next(true);", "foo2", "[\" \"]", true},
  /external/deqp/data/gles3/shaders/
qualification_order.test     [all...]
  /external/chromium_org/mojo/python/tests/
bindings_serialization_deserialization_unittest.py 114 foo2 = sample_service_mojom.Foo.Deserialize(data, handles)
115 self.assertTrue(_TestEquality(foo1, foo2))
  /external/chromium_org/third_party/android_crazy_linker/src/tests/
test_search_path_list.cpp 14 // $TMPDIR2/libfoo.so -> a copy of libfoo2.so that contains the 'Foo2'
93 static const char* const kFoo2Symbols[] = {"Foo2", NULL};
  /external/chromium_org/ui/base/models/
list_model_unittest.cc 126 scoped_ptr<FooItem> foo2(new FooItem(2));
130 model.Add(foo2.get());
  /external/chromium_org/v8/test/mjsunit/
object-literal-overwrite.js 41 var foo2 = {
82 assertEquals(7, foo2.bar);
  /external/libunwind/tests/
Ltest-nocalloc.c 99 foo2 (void) function
107 foo2 ();
  /external/lldb/test/functionalities/command_script/import/
TestImport.py 40 self.runCmd("command script import ./foo/foo2.py --allow-reload") namespace
64 substrs = ['foo2 says', 'hello'])
  /external/llvm/test/CodeGen/ARM/
2014-02-21-byval-reg-split-alignment.ll 32 define void @foo2(i32 %a, %struct8bytes8align* byval %b) {
33 ; CHECK-LABEL: foo2
fast-isel-fold.ll 30 call void @foo2(i16 zeroext %1)
35 declare void @foo2(i16 zeroext)
  /external/llvm/test/CodeGen/NVPTX/
vector-loads.ll 19 define void @foo2(<4 x float>* %a) {
20 ; CHECK: .func foo2
  /external/llvm/test/CodeGen/PowerPC/
ctrloop-sh.ll 28 define void @foo2(i128* %a, i128* readonly %b, i128* readonly %c) #0 {
45 ; CHECK-LABEL: @foo2
fast-isel-fold.ll 20 call void @foo2(i16 zeroext %1)
38 declare void @foo2(i16 zeroext)
  /external/llvm/test/CodeGen/X86/
h-register-addressing-32.ll 25 define i16 @foo2(i16* nocapture inreg %p, i32 inreg %x) nounwind readonly {
32 ; CHECK: foo2:
h-register-addressing-64.ll 25 define i16 @foo2(i16* nocapture inreg %p, i64 inreg %x) nounwind readonly {
32 ; CHECK: foo2:
  /external/llvm/test/MC/ARM/
elf-reloc-03.ll 23 @vtable = internal constant [10 x i32 (...)*] [i32 (...)* bitcast (i32 ()* @foo0 to i32 (...)*), i32 (...)* bitcast (i32 ()* @foo1 to i32 (...)*), i32 (...)* bitcast (i32 ()* @foo2 to i32 (...)*), i32 (...)* bitcast (i32 ()* @foo3 to i32 (...)*), i32 (...)* bitcast (i32 ()* @foo4 to i32 (...)*), i32 (...)* bitcast (i32 ()* @foo5 to i32 (...)*), i32 (...)* bitcast (i32 ()* @foo6 to i32 (...)*), i32 (...)* bitcast (i32 ()* @foo7 to i32 (...)*), i32 (...)* bitcast (i32 ()* @foo8 to i32 (...)*), i32 (...)* bitcast (i32 ()* @foo9 to i32 (...)*)]
39 define internal i32 @foo2() nounwind readnone {
  /external/llvm/test/MC/ELF/
tls.s 6 leaq foo2@GOTTPOFF(%rip), %rdi
35 // CHECK-NEXT: Name: foo2
  /external/valgrind/main/memcheck/tests/
varinfo5so.c 65 static void foo2 ( void ) function
81 foo2();
  /ndk/sources/android/crazy_linker/tests/
test_search_path_list.cpp 14 // $TMPDIR2/libfoo.so -> a copy of libfoo2.so that contains the 'Foo2'
93 static const char* const kFoo2Symbols[] = {"Foo2", NULL};
  /external/chromium_org/third_party/libaddressinput/chromium/
chrome_rule_test.cc 29 { L"FOO2", L"" },
  /external/chromium_org/tools/git/
mass-rename.py 11 1) git mv foo1 bar1; git mv foo2 bar2; etc.

Completed in 2522 milliseconds

1 2 3 4 5 6 7 891011>>