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

1234567891011>>

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
H A Dvfollows-notfound-err.asm1 section foo vfollows=bar
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-crbug-126414.js28 function foo(bar) {
29 return arguments[bar];
/external/clang/test/CodeGen/
H A D2007-04-11-InlineAsmUnion.c5 union U bar; local
6 __asm__ volatile("foo %0\n" : "=r"(bar));
H A D2007-04-13-InlineAsmUnion2.c5 union U bar; local
7 __asm__ volatile("foo %0\n" :: "r"(bar));
H A D2008-07-30-redef-of-bitcasted-decl.c14 * The purpose of bar is just to trigger a use of the old decl
20 static void bar(void *db) { function
27 bar(0);
H A Dalways-inline.c6 void bar() { function
10 bar();
H A Dforceinline.c3 void bar() { function
8 bar();
12 // CHECK: call void @bar
/external/clang/test/CodeGenCXX/
H A Dconstructor-attr.cpp6 void bar();
10 bar();
H A Dmember-alignment.cpp8 void bar(void);
12 t::bar(void) { function in class:t
/external/clang/test/FixIt/
H A Dfixit-cxx11-compat.cpp8 #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/
H A Dhas_feature_exceptions.cpp13 int bar();
17 // CHECK-NO-EXCEPTIONS: bar
H A Dhas_feature_rtti.cpp7 int bar();
11 // CHECK-NO-RTTI: bar
/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/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/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)

Completed in 8462 milliseconds

1234567891011>>