HomeSort by relevance Sort by last modified time
    Searched full:foo1 (Results 351 - 375 of 689) sorted by null

<<11121314151617181920>>

  /external/swiftshader/third_party/LLVM/test/CodeGen/Alpha/
mul5.ll 4 define i64 @foo1(i64 %x) {
  /external/swiftshader/third_party/LLVM/test/CodeGen/SystemZ/
01-RetImm.ll 11 define i64 @foo1() {
03-RetAddImmSubreg.ll 7 define i32 @foo1(i32 %a, i32 %b) {
03-RetSubImmSubreg.ll 7 define i32 @foo1(i32 %a, i32 %b) {
10-FuncsPic.ll 8 define void @foo1() nounwind {
10-GlobalsPic.ll 9 define void @foo1() nounwind {
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
mingw-alloca.ll 6 define void @foo1(i32 %N) nounwind {
vec_i64.ll 6 define <2 x i64> @foo1(i64* %y) nounwind {
  /external/swiftshader/third_party/LLVM/test/TableGen/
MultiClassInherit.td 47 defm FOO1 : s1<42, 24>;
  /hardware/interfaces/tests/expression/1.0/
IExpressionExt.hal 40 foo1(int32_t[Constants:CONST_FOO + 5] array);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DomUtilitiesTest.java 57 Element foo1 = document1.createElement("foo"); local
59 root1.appendChild(foo1);
70 foo1.setAttribute("attribute1", "value1");
71 foo1.setAttribute("attribute2", "value2");
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
unwind.s 8 foo1: @ Typical frame pointer prologue label
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
bnd-branch-1.d 13 [ ]*[a-f0-9]+: f2 e9 [a-f0-9]+ ff ff ff bnd jmpq [a-f0-9]+ <foo1@plt>
  /external/llvm/test/CodeGen/WebAssembly/
switch.ll 10 declare void @foo1()
28 ; CHECK: call foo1@FUNCTION{{$}}
73 tail call void @foo1()
108 ; CHECK: call foo1@FUNCTION{{$}}
153 tail call void @foo1()
  /libcore/luni/src/test/java/libcore/java/net/
OldURLStreamHandlerTest.java 119 URL url1 = new URL("http://test:pwd@localhost:80/foo/foo1.c");
120 URL url2 = new URL("http://test:pwd@localhost:80/foo/foo1.c");
123 URL url5 = new URL("ftp://test:pwd@localhost:21/foo/foo1/foo2.c");
124 URL url6 = new URL("http://test/foo/foo1.c");
157 new URL("http://test:pwd@localhost:80/foo/foo1.c")};
  /external/llvm/test/Transforms/SimplifyCFG/
switch_create.ll 4 declare void @foo1()
14 call void @foo1( )
32 call void @foo1( )
51 call void @foo1( )
70 call void @foo1( )
89 call void @foo1( )
197 tail call void @foo1() nounwind noredzone
226 tail call void @foo1() nounwind noredzone
408 call void @foo1() noredzone
442 call void @foo1() noredzon
    [all...]
  /external/deqp/data/gles3/shaders/
qualification_order.test     [all...]
  /external/llvm/test/Transforms/LoopIdiom/
struct_pattern.ll 11 %struct.foo1 = type { i32, i32, i32 }
160 define void @bar5(%struct.foo1* nocapture %f, i32 %n) nounwind ssp {
170 %a = getelementptr inbounds %struct.foo1, %struct.foo1* %f, i64 %indvars.iv, i32 0
172 %b = getelementptr inbounds %struct.foo1, %struct.foo1* %f, i64 %indvars.iv, i32 1
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
ifunc-2.l 2 .*/ifunc-2\.s:4: Error: can't resolve `bar1' {\.text\.1 section} - `foo1' {\.text\.1 section}
11 .*/ifunc-2\.s:19: Error: can't resolve `bar1' {\.text\.1 section} - `foo1' {\.text\.1 section}
20 .*/ifunc-2\.s:34: Error: can't resolve `bar1' {\.text\.1 section} - `foo1' {\.text\.1 section}
35 .*/ifunc-2\.s:62: Error: can't resolve `bar1' {\.text\.1 section} - `foo1' {\.text\.1 section}
44 .*/ifunc-2\.s:77: Error: can't resolve `bar1' {\.text\.1 section} - `foo1' {\.text\.1 section}
53 .*/ifunc-2\.s:92: Error: can't resolve `bar1' {\.text\.1 section} - `foo1' {\.text\.1 section}
  /external/clang/test/CodeGen/
mips64-padding-arg.c 12 // N64-LABEL: define void @foo1(i32 signext %a0, i64, double inreg %a1.coerce0, i64 inreg %a1.coerce1, i64 inreg %a1.coerce2, i64 inreg %a1.coerce3, double inreg %a2.coerce0, i64 inreg %a2.coerce1, i64 inreg %a2.coerce2, i64 inreg %a2.coerce3, i32 signext %b, i64, double inreg %a3.coerce0, i64 inreg %a3.coerce1, i64 inreg %a3.coerce2, i64 inreg %a3.coerce3)
18 void foo1(int a0, S0 a1, S0 a2, int b, S0 a3) { function
  /external/clang/test/Index/
overriding-method-comments.mm 105 void foo1(int EEE);
107 // CHECK: FullCommentAsXML=[<Function file="{{[^"]+}}overriding-method-comments.mm" line="[[@LINE-2]]" column="6"><Name>foo1</Name><USR>c:@F@foo1#I#</USR><Declaration>void foo1(int EEE)</Declaration><Abstract><Para> Does something. </Para></Abstract><Parameters><Parameter><Name>EEE</Name><Index>0</Index><Direction isExplicit="0">in</Direction><Discussion><Para> argument to function decl.</Para></Discussion></Parameter></Parameters></Function>]
109 void foo1(int TTT);
111 // CHECK: FullCommentAsXML=[<Function file="{{[^"]+}}overriding-method-comments.mm" line="[[@LINE-2]]" column="6"><Name>foo1</Name><USR>c:@F@foo1#I#</USR><Declaration>void foo1(int TTT)</Declaration><Abstract><Para> Does something. </Para></Abstract><Parameters><Parameter><Name>TTT</Name><Index>0</Index><Direction isExplicit="0">in</Direction><Discussion><Para> argument to function decl.</Para></Discussion></Parameter></Parameters></Function>]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
SelectFormatUnitTest.java 37 "odd{foo1}other{foo2}}",
38 "odd{foo1}other{{foo2}",
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
SelectFormatUnitTest.java 36 "odd{foo1}other{foo2}}",
37 "odd{foo1}other{{foo2}",
  /external/libunwind/tests/
Ltest-nocalloc.c 105 foo1 (void) function
126 foo1 ();
  /external/llvm/test/CodeGen/ARM/
2014-02-21-byval-reg-split-alignment.ll 14 define void @foo1(i32 %a, %struct12bytes* byval %b, i64 %c) {
15 ; CHECK-LABEL: foo1

Completed in 1190 milliseconds

<<11121314151617181920>>