Searched defs:foo (Results 26 - 50 of 776) sorted by relevance

1234567891011>>

/external/clang/test/Sema/
H A Dblock-return-3.c3 void foo() { function
H A Dcast-incomplete.c8 void foo() { function
H A Dstatic-assert.c3 _Static_assert("foo", "string is nonzero"); // expected-error {{static_assert expression is not an integral constant expression}}
8 void foo(void) { function
H A Dtext-diag.c2 unsigned char *foo = "texto\ variable
/external/elfutils/libcpu/
H A Di386_dis.c1 int foo; variable
/external/llvm/test/MC/ARM/
H A Delf-thumbfunc.s6 .globl foo
8 .type foo,%function
11 foo: label
14 @@ make sure foo is thumb function: bit 0 = 1 (st_value)
H A Dvpush-vpop.s4 foo: label
5 @ CHECK: foo
/external/llvm/test/MC/COFF/
H A Dseh-section.s2 // (e.g. .text$foo), its unwind info section also has a suffix (.xdata$foo).
6 // CHECK: Name = .xdata$foo
23 .section .text$foo,"x"
24 .globl foo
25 .def foo; .scl 2; .type 32; .endef
26 .seh_proc foo
27 foo: label
/external/llvm/test/MC/ELF/
H A Dcommon.s61 .globl foo
62 .type foo,@function
63 foo: label
H A Ddebug-loc.s25 foo: label
H A Dlocal-reloc.s6 movl foo, %r14d
7 foo: label
H A Dorg.s4 foo: label
6 .org foo+16
H A Dpic-diff.s27 foo: label
29 .long baz - foo
H A Dsleb.s7 foo: label
H A Duleb.s7 foo: label
/external/mesa3d/src/glsl/glcpp/tests/
H A D001-define.c1 #define foo 1 macro
2 foo
H A D008-define-empty.c1 #define foo macro
2 foo
H A D009-undef.c1 #define foo 1 macro
2 foo
3 #undef foo macro
4 foo
H A D010-undef-re-define.c1 #define foo 1 macro
2 foo
3 #undef foo macro
4 foo
5 #define foo 2 macro
6 foo
H A D011-define-func-empty.c1 #define foo() macro
2 foo()
H A D012-define-func-no-args.c1 #define foo() bar macro
2 foo()
H A D013-define-func-1-arg-unused.c1 #define foo(x) 1 macro
2 foo(bar)
H A D014-define-func-2-arg-unused.c1 #define foo(x,y) 1 macro
2 foo(bar,baz)
H A D016-define-func-1-arg.c1 #define foo(x) ((x)+1) macro
2 foo(bar)
H A D017-define-func-2-args.c1 #define foo(x,y) ((x)*(y)) macro
2 foo(bar,baz)

Completed in 769 milliseconds

1234567891011>>