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

1 2 3 4 56 7 8 91011>>

  /external/mesa3d/src/glsl/glcpp/tests/
005-define-composite-chain.c 1 #define foo 1 macro
2 #define bar a foo
006-define-composite-chain-reverse.c 1 #define bar a foo
2 #define foo 1 macro
013-define-func-1-arg-unused.c 1 #define foo(x) 1 macro
2 foo(bar)
015-define-object-with-parens.c 1 #define foo ()1 macro
2 foo()
016-define-func-1-arg.c 1 #define foo(x) ((x)+1) macro
2 foo(bar)
018-define-func-macro-as-parameter.c 2 #define foo(x) x macro
3 foo(1)
025-func-macro-as-non-macro.c 1 #define foo(bar) bar macro
2 foo bar
026-define-func-extra-newlines.c 1 #define foo(a) bar macro
3 foo
027-define-chain-obj-to-func.c 2 #define foo failure() macro
3 foo
028-define-chain-obj-to-non-func.c 2 #define foo success macro
3 foo
055-define-chain-obj-to-func-parens-in-text.c 2 #define foo failure macro
3 foo()
060-left-paren-in-macro-right-paren-in-text.c 2 #define foo double( macro
3 foo 5)
062-if-0-skips-garbage.c 1 #define foo(a,b) macro
3 foo(bar)
4 foo(
  /external/clang/test/SemaCXX/
defaulted-ctor-loop.cpp 5 struct foo;
7 bar(foo&);
9 struct foo { struct
11 foo() function in struct:foo
PR8884.cpp 4 friend struct foo;
5 static struct foo& baz ();
7 struct foo { struct
pragma-weak.cpp 3 #pragma weak foo macro
4 static void foo();
6 void foo() { function
  /external/compiler-rt/test/profile/
instrprof-reset-counters.c 7 void foo(int);
9 foo(0);
11 foo(1);
14 void foo(int N) { function
15 // CHECK-LABEL: define void @foo(
16 // CHECK: br i1 %{{.*}}, label %{{.*}}, label %{{.*}}, !prof ![[FOO:[0-9]+]]
19 // CHECK: ![[FOO]] = metadata !{metadata !"branch_weights", i32 2, i32 1}
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
062-if-0-skips-garbage.c 1 #define foo(a,b) macro
3 foo(bar)
4 foo(
050-if-defined.c 1 #if defined foo
6 #define foo macro
7 #if defined foo
12 #undef foo macro
13 #if defined foo
  /external/clang/test/CodeGen/
2002-04-07-SwitchStmt.c 4 int foo();
7 while (foo()) {
8 switch (foo()) {
2003-08-20-PrototypeMismatch.c 5 static int foo(int);
7 static int foo(C) function
14 foo(7);
2003-08-23-LocalUnionTest.c 5 union foo { int X; }; union
7 int test(union foo* F) {
9 union foo { float X; } A; union
  /external/clang/test/PCH/
reinclude1.h 6 int foo; variable
7 #define foo foo macro
  /external/lldb/test/linux/builtin_trap/
main.cpp 10 void bar(int const *foo) {
15 int foo = 5; local
16 bar(&foo);
  /external/llvm/test/MC/ELF/
weak-relocation.s 5 .weak foo
6 foo: label
8 call foo
12 // CHECK-NEXT: 0x1 R_X86_64_PC32 foo 0xFFFFFFFFFFFFFFFC

Completed in 542 milliseconds

1 2 3 4 56 7 8 91011>>