HomeSort by relevance Sort by last modified time
    Searched refs:foo (Results 101 - 125 of 3019) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
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)
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas32/
gas32-jmpcall.asm 1 call foo
2 calll foo
4 jmp foo
5 #jmpl foo
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/
gas64-jmpcall.asm 1 call foo
2 callq foo
4 jmp foo
5 #jmpq foo
  /external/chromium_org/tools/gyp/test/actions-none/src/
foo.cc 0 foo.cc
  /external/clang/test/CodeGen/
2003-03-03-DeferredType.c 6 struct foo A;
8 struct foo { struct
2004-06-08-OpaqueStructArg.c 4 void foo(struct fu);
6 foo;
2005-09-24-AsmUserPrefix.c 4 void foo() __asm__("foo2");
7 foo();
attribute_constructor.c 3 void foo() __attribute__((constructor));
4 void foo() { function
block-copy.c 7 void foo();
19 foo(lookupTable);
func-aligned.c 4 void foo() __attribute__((aligned (64)));
5 void foo() { function
6 // CHECK: define void @foo() {{.*}} align 64
  /external/clang/test/CodeGenCXX/
2006-11-20-GlobalSymbols.cpp 7 int foo __asm__("f\001oo");
10 return foo;
apple-kext-guard-variable.cpp 5 int foo();
8 static int x = foo(); // expected-error {{this initialization requires a guard variable, which the kernel does not support}}
debug-info-cxx1y.cpp 3 struct foo { struct
7 foo f;
debug-info-pubtypes.cpp 13 void foo();
16 void G::foo() { function in class:G
deferred-global-init.cpp 4 extern void* foo;
5 static void* const a = foo;
11 // CHECK: load i8** @foo
sizeof-unwind-exception.cpp 7 void foo();
10 foo();
  /external/clang/test/Misc/
diag-mapping2.c 20 #warning foo
  /external/clang/test/PCH/
cxx-functions.h 1 void foo() throw( int, short, char, float, double );

Completed in 408 milliseconds

1 2 3 45 6 7 8 91011>>