HomeSort by relevance Sort by last modified time
    Searched refs:foo (Results 151 - 175 of 2620) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
065-if-defined-parens.c 1 #if defined(foo)
6 #define foo macro
7 #if defined ( foo )
12 #undef foo macro
13 #if defined (foo)
004-define-recursive.c 1 #define foo bar macro
3 #define baz foo
4 foo
  /external/clang/test/CodeGenCXX/
debug-info-class-nolimit.cpp 9 // CHECK: [ DW_TAG_structure_type ] [foo] {{.*}}[def]
10 struct foo { struct in namespace:rdar14101097_1
13 typedef foo *foop;
24 // CHECK: [ DW_TAG_structure_type ] [foo] {{.*}}[def]
25 struct foo;
27 foo *f;
29 struct foo { struct in namespace:rdar14101097_2
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...]
debug-info-class-limited.cpp 4 // CHECK-DAG: [ DW_TAG_structure_type ] [foo] [line [[@LINE+1]], {{.*}} [def]
5 struct foo { struct in namespace:PR16214_1
9 typedef foo bar;
16 // CHECK-DAG: [ DW_TAG_structure_type ] [foo] [line [[@LINE+1]], {{.*}} [def]
17 struct foo { struct in namespace:PR14467
20 foo *bar(foo *a) {
21 foo *b = new foo(*a);
27 // CHECK-DAG: [ DW_TAG_structure_type ] [foo] [line [[@LINE+1]], {{.*}} [def
28 struct foo { struct in namespace:test1
42 struct foo { struct in namespace:test2
    [all...]
linetable-cleanup.cpp 6 // CHECK: define {{.*}}foo
22 int foo() function
34 if (!foo())
38 if (foo()) {
40 c.i = foo();
48 if (!foo())
53 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/clang/test/Parser/
types.c 10 typedef struct foo { int x; } foo; typedef in typeref:struct:foo
12 foo *foo; local
13 foo->x = 0;
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/MC/ELF/
gen-dwarf.s 15 .globl foo
16 .type foo, @function
18 foo: label
20 .size foo, .-foo
bad-expr2.s 5 // CHECK: call foo - bar
8 call foo - bar
9 .section .foo
10 foo: label
  /external/mesa3d/src/glsl/glcpp/tests/
050-if-defined.c 1 #if defined foo
6 #define foo macro
7 #if defined foo
12 #undef foo macro
13 #if defined foo
065-if-defined-parens.c 1 #if defined(foo)
6 #define foo macro
7 #if defined ( foo )
12 #undef foo macro
13 #if defined (foo)
004-define-recursive.c 1 #define foo bar macro
3 #define baz foo
4 foo
  /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/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/lldb/test/lang/c/shared_lib/
foo.h 1 struct foo;
9 struct foo *GetMeAFoo();
10 struct sub_foo *GetMeASubFoo (struct foo *in_foo);
  /external/lldb/test/lang/c/shared_lib_stripped_symbols/
foo.h 1 struct foo;
9 struct foo *GetMeAFoo();
10 struct sub_foo *GetMeASubFoo (struct foo *in_foo);
  /external/llvm/test/DebugInfo/AArch64/
eh_frame.s 4 .globl foo
5 .type foo,@function
6 foo: label
  /art/test/010-instance/src/
X.java 5 int foo() { method in class:X
  /art/test/042-new-instance/src/
MaybeAbstract.java 19 int foo() { return 0; } method in class:MaybeAbstract

Completed in 1414 milliseconds

1 2 3 4 5 67 8 91011>>