HomeSort by relevance Sort by last modified time
    Searched refs:foo (Results 51 - 75 of 2620) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
kr-style-block.c 3 void foo (void(^)());
7 foo(
2003-08-29-HugeCharConst.c 3 void foo() { function
imaginary.c 4 double _Imaginary foo; // expected-error {{imaginary types are not supported}} variable
  /external/clang/test/CodeGenCXX/
apple-kext-no-staticinit-section.C 9 class foo { class
11 foo();
12 virtual ~foo();
15 foo a;
16 foo b;
17 foo c;
18 foo::~foo() {}
  /external/clang/test/Preprocessor/
macro_arg_keyword.c 3 #define foo(return) return-return macro
5 foo(xxx)
  /external/clang/test/Profile/
c-linkage-available_externally.c 6 // CHECK: @__llvm_profile_name_foo = linkonce_odr hidden constant [3 x i8] c"foo", section "__DATA,__llvm_prf_names", align 1
8 inline int foo(void) { return 1; } function
11 return foo();
  /external/clang/test/SemaCXX/
cxx0x-delegating-ctors.cpp 3 struct foo { struct
5 foo();
6 foo(int);
7 foo(int, int);
8 foo(bool);
9 foo(char);
10 foo(const float*);
11 foo(const float&);
12 foo(void*);
16 foo::foo (int i) : i(i) function in class:foo
19 foo::foo () : foo(-1) { function in class:foo
22 foo::foo (int, int) : foo() { function in class:foo
25 foo::foo (bool) : foo(true) { \/\/ expected-error{{creates a delegation cycle}} function in class:foo
29 foo::foo (const float* f) : foo(*f) { \/\/ expected-note{{it delegates to}} function in class:foo
32 foo::foo (const float &f) : foo(&f) { \/\/expected-error{{creates a delegation cycle}} \\ function in class:foo
36 foo::foo (char) : function in class:foo
42 foo::foo (void*) : foo(4.0f) { function in class:foo
    [all...]
  /external/llvm/test/DebugInfo/Inputs/
dwarfdump-line-dwo.cc 1 struct foo { struct
4 foo f;
  /external/mesa3d/src/glsl/glcpp/tests/
012-define-func-no-args.c 1 #define foo() bar macro
2 foo()
  /art/test/003-omnibus-opcodes/src/
UnresClass.java 8 int foo; field in class:UnresClass
  /development/ndk/tests/prebuilt-library/jni/
foo-user.c 1 #include "foo.h"
5 return foo();
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
033-define-func-self-compose.c 1 #define foo(a) foo(2*(a)) macro
2 foo(foo(3))
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
externdef.asm 1 extern foo
2 foo: label
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elfglobext2.asm 1 global foo
2 extern foo
  /external/clang/test/Analysis/
stats.c 4 void foo() { function
  /external/clang/test/Index/
preamble-reparse-cmd-define.c 7 int foo() { function
preamble_macro_template.cpp 1 template void foo(int *);
7 // CHECK: preamble_macro_template.h:4:6: FunctionDecl=foo:4:6 (Definition) [Specialization of foo:4:6] Extent=[4:1 - 6:2]
  /external/clang/test/Index/reparse-with-remaps/
reparse.c 6 void foo() { function
  /external/clang/test/Misc/
wrong-encoding.c 4 void foo() { function
  /external/clang/test/Modules/Inputs/CmdLine.framework/Headers/
CmdLine.h 2 int *foo(void);
4 float *foo(void);
  /external/clang/test/PCH/
cxx-functions.cpp 11 foo();
modified-header-crash.c 12 foo = 3;
  /external/clang/test/Parser/
parser_overflow.c 8 void foo(void) { function
    [all...]
  /external/clang/test/VFS/
implicit-include.c 5 void foo() { function
include-real-from-virtual.c 10 void foo() { function

Completed in 847 milliseconds

1 23 4 5 6 7 8 91011>>