HomeSort by relevance Sort by last modified time
    Searched refs:bar (Results 76 - 100 of 1644) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
029-define-chain-obj-to-func-with-args.c 1 #define bar(failure) failure macro
2 #define foo bar(success)
036-define-func-non-macro-multi-token-argument.c 1 #define bar success macro
3 foo(more bar)
039-func-arg-obj-macro-with-comma.c 2 #define bar two,words macro
3 foo(bar)
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
follows-notfound-err.asm 1 section foo follows=bar
vfollows-notfound-err.asm 1 section foo vfollows=bar
  /external/clang/test/CodeGen/
2007-04-11-InlineAsmUnion.c 5 union U bar; local
6 __asm__ volatile("foo %0\n" : "=r"(bar));
2007-04-13-InlineAsmUnion2.c 5 union U bar; local
7 __asm__ volatile("foo %0\n" :: "r"(bar));
2008-07-30-redef-of-bitcasted-decl.c 14 * The purpose of bar is just to trigger a use of the old decl
20 static void bar(void *db) { function
27 bar(0);
always-inline.c 6 void bar() { function
10 bar();
forceinline.c 3 void bar() { function
8 bar();
12 // CHECK: call void @bar
  /external/clang/test/CodeGenCXX/
constructor-attr.cpp 6 void bar();
10 bar();
member-alignment.cpp 8 void bar(void);
12 t::bar(void) { function in class:t
  /external/clang/test/FixIt/
fixit-cxx11-compat.cpp 8 #define bar "bar" macro
9 const char *p = "foo"bar; // expected-warning {{will be treated as a reserved user-defined literal suffix}}
  /external/clang/test/Lexer/
has_feature_exceptions.cpp 13 int bar();
17 // CHECK-NO-EXCEPTIONS: bar
has_feature_rtti.cpp 7 int bar();
11 // CHECK-NO-RTTI: bar
  /external/clang/test/Misc/
serialized-diags-no-category.c 2 #error bar
  /external/clang/test/Modules/Inputs/
config.h 6 char *bar();
  /external/clang/test/Sema/
arm-asm.c 10 long long foo = 0, bar = 0; local
11 asm volatile("INST %0, %1" : "=r"(foo) : "r"(bar));
  /external/clang/test/SemaCXX/
PR8884.cpp 3 class bar { class
9 bar::baz();
  /external/lldb/test/functionalities/data-formatter/rdar-13338477/
main.cpp 10 bool bar(int const *foo) { function
16 return bar(foo);
  /external/lldb/test/linux/builtin_trap/
main.cpp 10 void bar(int const *foo) { function
16 bar(&foo);
  /external/llvm/test/MC/AsmParser/
macro-err1.s 4 .macro foo bar
5 .long \bar
  /external/llvm/test/MC/ELF/
bad-expr3.s 6 .long foo - bar
10 bar: label
pr9292.s 3 // Test that both foo and bar are undefined.
6 .globl bar
7 mov %eax,bar
11 // CHECK: Name: bar
section-quoting.s 4 .section bar-"foo"
6 .section "foo bar"
8 // CHECK: .section "bar-\"foo\""
10 // CHECK: .section "foo bar"

Completed in 500 milliseconds

1 2 34 5 6 7 8 91011>>