HomeSort by relevance Sort by last modified time
    Searched refs:foo (Results 326 - 350 of 7031) sorted by null

<<11121314151617181920>>

  /external/clang/test/CodeGen/
2009-07-31-DbgDeclare.c 2 void foo() { function
2010-07-08-DeclDebugLineNo.c 4 void foo() { function
annotations-loc.c 7 int __attribute((annotate("foo"))) foo(void) { return 0; } function
attr-target-ppc.c 3 long __attribute__((target("power8-vector,no-vsx"))) foo (void) { return 0; } // expected-error {{option '-mpower8-vector' cannot be specified with '-mno-vsx'}} function
  /external/clang/test/CodeGenCXX/
discard-name-values.cpp 4 int foo(int bar) { function
  /external/clang/test/Driver/
asan.c 11 int foo(int *a) { return *a; } function
esan.c 11 int foo(int *a) { return *a; } function
msan.c 11 int foo(int *a) { return *a; } function
tsan.c 8 int foo(int *a) { return *a; } function
  /external/clang/test/Index/Inputs/
prefix.h 3 int foo(int);
  /external/clang/test/Index/
unmatched-braces.c 1 void foo() { function
  /external/clang/test/Lexer/Inputs/
bad-header-guard-defined.h 1 #if !defined(foo)
  /external/clang/test/Misc/
diag-format.c 35 #ifdef foo
diag-mapping.c 27 #ifdef foo
serialized-diags-stable.c 7 int foo() { function
  /external/clang/test/Modules/Inputs/cxx-lookup/
na.h 1 namespace N { struct S { friend struct foo; }; }
  /external/clang/test/Modules/Inputs/merge-decl-order/
b.h 1 namespace N { struct SB { friend struct foo; }; }
  /external/clang/test/Modules/Inputs/merge-friends/
friend.h 1 namespace N { struct n8 { friend struct foo; }; }
  /external/clang/test/Modules/
merge-decl-order.cpp 5 // Check that we include all decls from 'a' before the decls from 'b' in foo's
9 N::foo *use;
merge-friends.cpp 5 N::foo *use;
  /external/clang/test/Parser/
argument_redef.c 4 void foo(int A) { /* expected-note {{previous definition is here}} */ function
  /external/clang/test/Rewriter/
missing-dllimport.c 3 // Do not report that 'foo()' is redeclared without dllimport attribute.
7 __declspec(dllimport) int __cdecl foo(void);
8 inline int __cdecl foo() { return 0; }
  /external/clang/test/Sema/
arm64-inline-asm.c 3 void foo() { function
block-return-1.c 4 void foo() { function
block-return-2.c 3 void foo() { function

Completed in 991 milliseconds

<<11121314151617181920>>