HomeSort by relevance Sort by last modified time
    Searched refs:bar (Results 26 - 50 of 1976) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
2007-04-24-bit-not-expr.c 3 extern bar(void *);
6 bar(((void *)((unsigned long)(cd) ^ -1)));
2010-08-10-DbgConstant.c 5 void bar(int);
6 void foo() { bar(ro); }
2007-04-11-InlineAsmStruct.c 4 int bar() { function
5 struct V bar; local
6 __asm__ volatile("foo %0\n" : "=r"(bar));
7 return bar.X;
2007-04-13-InlineAsmStruct2.c 4 int bar() { function
5 struct V bar; local
7 __asm__ volatile("foo %0\n" :: "r"(bar));
8 return bar.X;
implicit-arg.c 5 static int bar();
7 int a = bar();
9 int bar(unsigned a) { function
  /external/clang/test/CoverageMapping/
decl.c 5 // RUN: FileCheck -check-prefix BAR -input-file %t %s
12 // BAR: bar:
13 // BAR-NOT: bar:
14 int bar() { return 0; } function
15 extern int bar();
  /external/clang/test/Lexer/
ms-extensions.cpp 3 #define bar(x) #x macro
5 return "foo"bar("bar")"baz"; /*expected-warning {{identifier after literal will be treated as a reserved user-defined literal suffix in C++11}} */
  /external/clang/test/Preprocessor/
first-line-indent.c 3 bar
6 // CHECK: {{^ }}bar
c90.c 7 #define foo`bar /* expected-error {{whitespace required after macro name}} */
8 #define foo2!bar /* expected-warning {{whitespace recommended after macro name}} */
10 #define foo3$bar /* expected-error {{'$' in identifier}} */
  /external/compiler-rt/test/asan/TestCases/Windows/
dll_large_function.cc 9 void f(long* foo, long* bar) {
11 *foo = *bar;
  /external/llvm/test/MC/ELF/
bad-section.s 5 // CHECK: .section "foo"-bar
9 .section "foo"-bar
size.s 4 bar = . define
5 .size foo, . - bar + 42
  /external/mesa3d/src/compiler/glsl/glcpp/tests/
002-define-chain.c 2 #define bar foo macro
3 bar
003-define-chain-reverse.c 1 #define bar foo macro
3 bar
005-define-composite-chain.c 2 #define bar a foo macro
3 bar
006-define-composite-chain-reverse.c 1 #define bar a foo macro
3 bar
015-define-object-with-parens.c 3 #define bar ()2 macro
4 bar()
024-define-chain-to-self-recursion.c 2 #define bar foo macro
3 bar
034-define-func-self-compose-non-func.c 1 #define foo(bar) bar
035-define-func-self-compose-non-func-multi-token-argument.c 1 #define foo(bar) bar
  /external/swiftshader/third_party/LLVM/test/MC/ELF/
bad-section.s 5 // CHECK: .section "foo"-bar
9 .section "foo"-bar
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ELF/
bad-section.s 5 // CHECK: .section "foo"-bar
9 .section "foo"-bar
size.s 4 bar = . define
5 .size foo, . - bar + 42
  /external/clang/test/Analysis/
analyzer-config.cpp 4 void bar() {} function
6 // Call bar 33 times so max-times-inline-large is met and
9 bar();
15 void bar() {} function in class:Foo
16 void foo() { bar(); }
  /build/kati/testcase/
multiline_and_leading_space.mk 2 bar
6 bar
9 bar)

Completed in 1362 milliseconds

12 3 4 5 6 7 8 91011>>