Searched refs:bar (Results 76 - 100 of 1080) sorted by relevance

1234567891011>>

/external/clang/test/Misc/
H A Dserialized-diags-no-category.c2 #error bar
/external/clang/test/Modules/Inputs/
H A Dconfig.h6 char *bar();
/external/clang/test/Sema/
H A Darm-asm.c10 long long foo = 0, bar = 0; local
11 asm volatile("INST %0, %1" : "=r"(foo) : "r"(bar));
/external/clang/test/SemaCXX/
H A DPR8884.cpp3 class bar { class
9 bar::baz();
/external/compiler-rt/test/asan/TestCases/Helpers/
H A Dinit-order-pthread-create-extra.cc1 void *bar(void *input, bool sleep_before_init);
2 void *glob2 = bar((void*)0x2345, true);
/external/lldb/test/functionalities/data-formatter/rdar-13338477/
H A Dmain.cpp10 bool bar(int const *foo) { function
16 return bar(foo);
/external/lldb/test/linux/builtin_trap/
H A Dmain.cpp10 void bar(int const *foo) { function
16 bar(&foo);
/external/llvm/test/MC/AsmParser/
H A Dmacro-err1.s4 .macro foo bar
5 .long \bar
/external/llvm/test/MC/ELF/
H A Dbad-expr3.s6 .long foo - bar
10 bar: label
H A Dpr9292.s3 // Test that both foo and bar are undefined.
6 .globl bar
7 mov %eax,bar
11 // CHECK: Name: bar
H A Dsection-quoting.s4 .section bar-"foo"
6 .section "foo bar"
8 // CHECK: .section "bar-\"foo\""
10 // CHECK: .section "foo bar"
H A Dweak.s8 // 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/
H A Dreport.cpp25 void bar() { function
33 bar();
/external/mesa3d/src/glsl/glcpp/tests/
H A D021-define-func-compose.c1 #define bar(x) (1+(x)) macro
3 foo(bar(3))
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)
H A D039-func-arg-obj-macro-with-comma.c2 #define bar two,words macro
3 foo(bar)
/external/v8/test/mjsunit/regress/
H A Dregress-crbug-126414.js28 function foo(bar) {
29 return arguments[bar];
H A Dregress-348280.js12 function bar(p) { if (p == 0) baz(1); } function
13 bar(1);
14 bar(1);
15 %OptimizeFunctionOnNextCall(bar);
16 bar(1);
H A Dregress-crbug-140083.js35 function bar(o) { function
41 bar(baz);
42 bar(baz);
43 %OptimizeFunctionOnNextCall(bar)
44 bar(baz);
/external/valgrind/exp-sgcheck/tests/
H A Dpreen_invars.stdout.exp1 foo bar 1
/external/valgrind/memcheck/tests/
H A Dclient-msg.c8 void bar() function
15 bar();
H A Dpartiallydefinedeq.stdout.exp2 bar
/external/clang/test/Parser/
H A Dparenthesis-balance.cpp4 if (int foo = f(bar)) {} // expected-error{{use of undeclared identifier 'bar'}}
5 while (int foo = f(bar)) {} // expected-error{{use of undeclared identifier 'bar'}}
6 for (int foo = f(bar);;) {} // expected-error{{use of undeclared identifier 'bar'}}
8 int bar; local
9 if (int foo = f(bar)) {}
10 while (int foo = f(bar)) {}
11 for (int foo = f(bar);;) {}
[all...]
/external/clang/test/CodeGen/
H A Dwhilestmt.c3 int bar();
8 i = bar();
9 i = bar();
19 i = bar();
22 i = bar();
32 i = bar();
35 i = bar();
45 i = bar();
57 i = bar();

Completed in 522 milliseconds

1234567891011>>