Searched defs:bar (Results 76 - 100 of 658) sorted by relevance

1234567891011>>

/external/clang/test/Misc/
H A Dserialized-diags-stable.c12 // CHECK: serialized-diags-stable.c:[[@LINE+5]]:13: error: redefinition of 'bar' as different kind of symbol [] [Semantic Issue]
16 void bar() {} function
17 typedef int bar; typedef
/external/clang/test/Preprocessor/
H A Dprint_line_empty_file.c7 int bar() { return 21; } function
12 // CHECK: int bar() { return 21; }
/external/clang/test/Sema/
H A Dno-format-y2k-turnsoff-format.c6 void bar(unsigned int a) { function
H A Dwarn-variable-not-needed.c5 int bar() { function
/external/clang/test/SemaCXX/
H A Dno-wchar.cpp7 void bar() { function
/external/llvm/test/MC/ARM/
H A Ddot-req.s3 bar: label
H A Delf-thumbfunc.s14 .global bar
15 bar = foo define
17 @@ make sure foo and bar are thumb function: bit 0 = 1 (st_value)
19 @CHECK: Name: bar
/external/llvm/test/MC/COFF/
H A Dsection-comdat-conflict.s6 .global bar
7 bar: label
10 .section .abcd,"xr",discard,bar
/external/llvm/test/MC/ELF/
H A Dbad-expr2.s5 // CHECK: call foo - bar
8 call foo - bar
11 .section .bar
12 bar: label
H A Dbad-expr3.s6 .long foo - bar
10 bar: label
H A Drelax.s5 bar: label
10 jmp bar
H A Drelocation.s5 bar: label
6 movl $bar, %edx # R_X86_64_32
7 movq $bar, %rdx # R_X86_64_32S
8 movq $bar, bar(%rip) # R_X86_64_32S
9 movl bar, %edx # R_X86_64_32S
10 movq bar, %rdx # R_X86_64_32S
11 .long bar # R_X86_64_32
19 pushq $bar
21 leaq foo-bar(
[all...]
H A Dsection.s100 bar: label
102 .section .text.bar,"axMG",@progbits,42,bar,comdat
141 .section bar-"foo"
145 // CHECK: Name: bar-"foo" (181)
H A Dweak-relocation.s7 bar: label
/external/llvm/test/MC/MachO/ARM/
H A Dno-subsections-reloc.s13 ldr r3, bar
14 bar: label
/external/llvm/test/MC/Mips/
H A Dmicromips-alias.s4 # Symbol bar must be marked as micromips.
5 # CHECK: Name: bar
15 .globl bar
16 bar = f define
/external/mesa3d/src/glsl/glcpp/tests/
H A D002-define-chain.c2 #define bar foo macro
3 bar
H A D003-define-chain-reverse.c1 #define bar foo macro
3 bar
H A D005-define-composite-chain.c2 #define bar a foo macro
3 bar
H A D006-define-composite-chain-reverse.c1 #define bar a foo macro
3 bar
H A D015-define-object-with-parens.c3 #define bar ()2 macro
4 bar()
H A D021-define-func-compose.c1 #define bar(x) (1+(x)) macro
3 foo(bar(3))
H A D024-define-chain-to-self-recursion.c2 #define bar foo macro
3 bar
H A D029-define-chain-obj-to-func-with-args.c1 #define bar(failure) failure macro
2 #define foo bar(success)
H A D036-define-func-non-macro-multi-token-argument.c1 #define bar success macro
3 foo(more bar)

Completed in 378 milliseconds

1234567891011>>