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

<<11121314151617181920>>

  /external/llvm/test/CodeGen/PowerPC/
ppcsoftops.ll 16 define double @foo1() #0 {
unaligned.ll 6 define void @foo1(i16* %p, i16* %r) nounwind {
12 ; CHECK: @foo1
16 ; CHECK-VSX: @foo1
  /external/llvm/test/CodeGen/X86/
peephole-fold-movsd.ll 16 define void @foo1(double %a.coerce0, double %a.coerce1, double %b.coerce0, double %b.coerce1) {
win64_eh.ll 17 define void @foo1() uwtable {
22 ; WIN64-LABEL: foo1:
23 ; WIN64: .seh_proc foo1
  /external/swiftshader/third_party/LLVM/test/CodeGen/SystemZ/
03-RetOrImmSubreg.ll 7 define i32 @foo1(i32 %a, i32 %b) {
03-RetXorImmSubreg.ll 5 define i32 @foo1(i32 %a, i32 %b) {
  /external/v8/testing/gmock/test/
gmock_output_test_.cc 255 MockFoo* foo1 = new MockFoo; local
258 // Invokes ON_CALL on foo1.
259 ON_CALL(*foo1, Bar(_, _, _)).WillByDefault(Return('a'));
268 // Both foo1 and foo2 are deliberately leaked.
  /toolchain/binutils/binutils-2.25/gold/testsuite/
ver_matching_def.cc 25 void foo1() {} // local function
  /external/clang/test/CodeGen/
alias.c 53 static inline int foo1() { return 0; } function
54 // CHECKBASIC-LABEL: define internal i32 @foo1()
55 int foo() __attribute__((alias("foo1")));
stdcall-fastcall.c 52 void __attribute__((fastcall)) foo1(int y);
55 // CHECK: call x86_fastcallcc void @foo1(i32 inreg %
56 foo1(y);
arm-aapcs-zerolength-bitfield.c 135 char foo1; member in struct:t14
190 char foo1; member in struct:t19
212 int foo1 : 1; member in struct:t21
arm-apcs-zerolength-bitfield.c 139 char foo1; member in struct:t14
194 char foo1; member in struct:t19
216 int foo1 : 1; member in struct:t21
  /external/clang/test/CodeGenCXX/
aarch64-aapcs-zerolength-bitfield.cpp 136 char foo1; member in struct:t14
191 char foo1; member in struct:t19
213 int foo1 : 1; member in struct:t21
  /external/llvm/test/CodeGen/Mips/
fpneeded.ll 76 define void @foo1() #0 {
87 ; 32: .ent foo1
95 ; 32: .end foo1
  /hardware/interfaces/tests/expression/1.0/
IExpression.hal 164 enum Foo1 : int8_t {};
165 enum Foo2 : Foo1 {};
194 foo1(int32_t[Constants:CONST_FOO + 1] array);
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/i386/
compressed-1a.d 55 <39> DW_AT_name : \(indirect string, offset: 0x11\): foo1
117 37 foo1
134 0x00000010 00666f6f 31002e00 636f6d70 72657373 .foo1...compress
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/x86-64/
compressed-1a.d 55 <49> DW_AT_name : \(indirect string, offset: 0x11\): foo1
116 47 foo1
133 0x00000010 00666f6f 31002e00 636f6d70 72657373 .foo1...compress
  /external/eigen/Eigen/src/Core/
Ref.h 138 * void foo1(Ref<VectorXf> x);
155 * foo1(a.head()); // OK
156 * foo1(A.col()); // OK
157 * foo1(A.row()); // Compilation error because here innerstride!=1
171 * The downside here is that the function foo3 might be significantly slower than foo1 because it won't be able to exploit vectorization, and will involve more
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfcomm/
elfcomm.exp 133 || ![regexp "(\[ \]*)(\[0-9\]+):(\[ \]*)(\[0-9\]+)(\[ \]+)21(\[ \]+)OBJECT(\[ \]+)GLOBAL(\[ \]+)DEFAULT(\[ \]+)(\[0-9\]+)(\[ \]+)_?foo1" $exec_output] } {
217 if { ![regexp "Warning: alignment (\[0-9\]+) of symbol \`_?foo1\' in tmpdir/common1b.o is smaller than 64 in tmpdir/common1a.o" $link_output] } {
223 if { ![regexp "Warning: alignment (\[0-9\]+) of symbol \`_?foo1\' in tmpdir/common1b.o is smaller than 64 in tmpdir/common1a.o" $link_output]
224 || ![regexp "Warning: size of symbol \`_?foo1\' changed from 2 in tmpdir/common1a.o to 21 in tmpdir/common1b.o" $link_output] } {
251 if { ![regexp "Warning: alignment (\[0-9\]+) of symbol \`_?foo1\' in tmpdir/common1b.o is smaller than 64 in tmpdir/common1a.o" $link_output] } {
  /external/swiftshader/third_party/LLVM/test/Transforms/SimplifyCFG/
switch_create.ll 3 declare void @foo1()
13 call void @foo1( )
31 call void @foo1( )
50 call void @foo1( )
158 tail call void @foo1() nounwind noredzone
187 tail call void @foo1() nounwind noredzone
369 call void @foo1() noredzone
403 call void @foo1() noredzone
428 call void @foo1() noredzone
470 tail call void @foo1()
    [all...]
  /external/clang/test/SemaCXX/
conditional-expr.cpp 257 struct Foo1 {
258 Foo1();
259 Foo1(const Foo1&);
270 operator const Foo1&() const;
276 (void)(true ? Bar() : Foo1()); // okay
  /external/llvm/test/Transforms/LoopIdiom/
struct.ll 7 %struct.foo1 = type { i32, i32, i32 }
157 define void @bar5(%struct.foo1* nocapture %f, i32 %n) nounwind ssp {
167 %a = getelementptr inbounds %struct.foo1, %struct.foo1* %f, i64 %indvars.iv, i32 0
169 %b = getelementptr inbounds %struct.foo1, %struct.foo1* %f, i64 %indvars.iv, i32 1
  /prebuilts/go/darwin-x86/src/strings/
replace_test.go 166 foo1 := NewReplacer(
167 "foo1", "A",
172 "foo1", "A",
188 testCase{foo1, "fofoofoo12foo32oo", "fofooA2C2oo"},
189 testCase{foo1, "", ""},
392 {"foo;;foo;foo1", `+
  /prebuilts/go/linux-x86/src/strings/
replace_test.go 166 foo1 := NewReplacer(
167 "foo1", "A",
172 "foo1", "A",
188 testCase{foo1, "fofoofoo12foo32oo", "fofooA2C2oo"},
189 testCase{foo1, "", ""},
392 {"foo;;foo;foo1", `+
  /external/clang/test/Index/skip-parsed-bodies/
compile_commands.json 31 // CHECK-NEXT: [indexDeclaration]: kind: function | name: foo1 | {{.*}} | isRedecl: 0 | isDef: 1 | isContainer: 1
45 // CHECK-NEXT: [indexDeclaration]: kind: function | name: foo1 | {{.*}} | isRedecl: 0 | isDef: 1 | isContainer: skipped
65 // CHECK-NEXT: [indexDeclaration]: kind: function | name: foo1 | {{.*}} | isRedecl: 0 | isDef: 1 | isContainer: skipped

Completed in 2103 milliseconds

<<11121314151617181920>>