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

1 2 34 5 6 7 8 91011>>

  /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/compiler-rt/test/asan/TestCases/Helpers/
init-order-pthread-create-extra.cc 1 void *bar(void *input, bool sleep_before_init);
2 void *glob2 = bar((void*)0x2345, true);
  /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"
weak.s 8 // And that bar is after all local symbols and has non-zero value.
9 .weak bar
10 bar: label
13 // CHECK: Name: bar
  /external/llvm/test/tools/llvm-cov/
report.cpp 25 void bar() { function
33 bar();
  /external/mesa3d/src/glsl/glcpp/tests/
021-define-func-compose.c 1 #define bar(x) (1+(x)) macro
3 foo(bar(3))
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/valgrind/exp-sgcheck/tests/
preen_invars.stdout.exp 1 foo bar 1
  /external/valgrind/memcheck/tests/
client-msg.c 8 void bar() function
15 bar();
partiallydefinedeq.stdout.exp 2 bar

Completed in 1067 milliseconds

1 2 34 5 6 7 8 91011>>