HomeSort by relevance Sort by last modified time
    Searched refs:foo (Results 276 - 300 of 7031) sorted by null

<<11121314151617181920>>

  /build/kati/testcase/
realpath.mk 0 foo = $(realpath ./foo)
3 foofoo = $(realpath ./foo ./foo)
4 foobar = $(realpath ./foo ./bar)
6 test: foo
7 echo $(foo)
12 foo:
13 touch foo
1 foo = $(realpath .\/foo) macro
abspath.mk 0 foo = $(abspath ./foo bar/../foo bar//..//foo / /usr)
5 echo $(foo)
1 foo = $(abspath .\/foo bar\/..\/foo bar\/\/..\/\/foo \/ \/usr) macro
multiline_and_leading_space.mk 1 X:=foo \
4 Y:=foo \
8 $(info foo \
include_var.mk 0 foo=foo.d missing.d
5 echo "foo: bar" > foo.d
7 test2: foo
12 -include $(foo)
1 foo=foo.d missing.d macro
  /external/clang/test/CodeGenCXX/
weak-extern-typeinfo.cpp 7 virtual void foo();
11 virtual void foo();
13 void A::foo() { } function in class:A
14 void B::foo() { } function in class:B
20 virtual void foo();
22 void C::foo() { } function in class:C
25 virtual void foo();
29 virtual void foo();
31 void V1::foo() { } function in class:V1
32 void V2::foo() { } function in class:V2
    [all...]
linetable-cleanup.cpp 6 // CHECK: define {{.*}}foo
22 int foo() function
33 if (!foo())
37 if (foo()) {
39 c.i = foo();
47 if (!foo())
52 if (foo()) {
debug-info-template-recursive.cpp 5 template <class T> class foo : public base { class in inherits:base
6 void operator=(const foo r) { }
9 class bar : public foo<void> { };
fp16-overload.cpp 3 extern int foo(float x);
4 extern int foo(double x);
10 int bar (void) { return foo(a); }
  /external/llvm/test/MC/X86/
error-reloc.s 3 .quad foo@gotpcrel
5 // CHECK-NEXT: .quad foo@gotpcrel
7 .quad foo@plt
9 // CHECK-NEXT: .quad foo@plt
11 .quad foo@tlsld
13 // CHECK-NEXT: .quad foo@tlsld
15 .quad foo@gottpoff
17 // CHECK-NEXT: .quad foo@gottpoff
19 .quad foo@tlsgd
21 // CHECK-NEXT: .quad foo@tlsg
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
space1.s 2 .space foo
3 .space foo*4
4 .space foo+4
5 .space foo-4
6 .space foo << 4
  /external/clang/test/Sema/
warn-sizeof-array-decay.c 4 char foo[10]; local
9 (void)sizeof(foo - 20); // expected-warning{{sizeof on pointer operation will return size of 'char *' instead of 'char [10]'}}
11 (void)sizeof(foo + x); // expected-warning{{sizeof on pointer operation will return size of 'char *' instead of 'char [10]'}}
14 (void)sizeof(foo - qux); // no-warning
16 (void)sizeof(foo, x); // no-warning
17 (void)sizeof(x, foo); // expected-warning{{sizeof on pointer operation will return size of 'char *' instead of 'char [10]'}}
  /external/clang/test/SemaCXX/
exception-spec-no-exceptions.cpp 10 void foo() throw(int);
11 void foo() throw();
17 virtual void foo() throw();
21 virtual void foo() throw(int);
29 void foo() throw(int);
31 foo();
  /external/llvm/test/MC/ELF/
got-relaxed-no-relax.s 5 movq foo@GOT, %rax
6 mulq foo@GOTPCREL(%rip)
7 .long foo@GOTPCREL
11 // CHECK-NEXT: R_X86_64_GOT32 foo
12 // CHECK-NEXT: R_X86_64_GOTPCREL foo
13 // CHECK-NEXT: R_X86_64_GOTPCREL foo
bad-expr2.s 5 // CHECK: call foo - bar
8 call foo - bar
9 .section .foo
10 foo: label
  /external/clang/test/CodeGen/
2002-02-13-TypeVarNameCollision.c 7 typedef struct foo { struct
9 } FOO;
11 static FOO foo[100]; variable
14 return foo[4].Y;
2007-04-24-VolatileStructCopy.c 4 struct foo { struct
8 void copy(volatile struct foo *p, struct foo *q) {
2010-01-18-Inlined-Debug.c 4 static inline int foo(double) __attribute__ ((always_inline));
5 static inline int foo(double __x) { return __x; } function
8 foo(x);
  /external/clang/test/Parser/
check_cast.c 2 struct foo { struct
7 struct foo xxx;
10 xxx = (struct foo)1; // expected-error {{used type 'struct foo' where arithmetic or pointer type is required}}
11 i = (int)xxx; // expected-error {{operand of type 'struct foo' where arithmetic or pointer type is required}}
  /external/llvm/test/DebugInfo/AArch64/
eh_frame.s 4 .globl foo
5 .type foo,@function
6 foo: label
  /external/mesa3d/src/compiler/glsl/glcpp/tests/
004-define-recursive.c 1 #define foo bar macro
3 #define baz foo
4 foo
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mep/
branch1.s 1 .globl foo
3 beq $4,$5,foo
6 foo: label
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
elf-rel21.s 3 .gpword foo
4 .8byte bar - foo
5 foo: label
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/nds32/
br-1.s 0 foo:
2 beq $r0, $r1, foo
3 bne $r0, $r1, foo
1 foo: label
ji-jr.s 0 foo:
2 j foo
3 jal foo
1 foo: label
  /toolchain/binutils/binutils-2.25/gold/testsuite/
weak_unresolved_symbols_test.cc 23 // Test --weak-unresolved-symbols. Symbol foo remains unresolved but
27 // but the dynamic linker will complain that foo(_Z3foov) is unresolved.
29 extern int foo();
38 if (p == &foo)
40 foo();

Completed in 432 milliseconds

<<11121314151617181920>>