Searched refs:foo (Results 51 - 75 of 2481) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A D2009-07-14-VoidPtr.c4 extern void foo;
5 void *bar = &foo;
H A Ddebug-info-limited.c3 // Ensure we emit the full definition of 'foo' even though only its declaration
5 // in whatever TU actually uses/requires the definition of 'foo'.
6 // CHECK: !MDCompositeType(tag: DW_TAG_structure_type, name: "foo",
10 struct foo { struct
13 struct foo *f;
H A Dkr-style-block.c3 void foo (void(^)());
7 foo(
H A D2003-08-29-HugeCharConst.c3 void foo() { function
/external/clang/test/CodeGenCXX/
H A Dapple-kext-no-staticinit-section.cpp9 class foo { class
11 foo();
12 virtual ~foo();
15 foo a;
16 foo b;
17 foo c;
18 foo::~foo() {}
/external/clang/test/CoverageMapping/
H A Dir.c5 void foo(void) { } function
8 foo();
/external/clang/test/Preprocessor/
H A Dmacro_arg_keyword.c3 #define foo(return) return-return macro
5 foo(xxx)
/external/clang/test/Profile/
H A Dc-linkage-available_externally.c5 // CHECK: @__llvm_profile_name_foo = linkonce_odr hidden constant [3 x i8] c"foo", section "__DATA,__llvm_prf_names", align 1
9 inline int foo(void) { return 1; } function
12 return foo();
/external/clang/test/SemaCXX/
H A Dcxx0x-delegating-ctors.cpp3 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 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/lldb/test/functionalities/command_script/import/
H A Ddummymodule.py1 def no_useful_code(foo):
2 return foo
/external/llvm/test/DebugInfo/Inputs/
H A Ddwarfdump-line-dwo.cc1 struct foo { struct
4 foo f;
/external/llvm/test/MC/ELF/
H A Dsection-sym-err.s3 .section foo
4 foo: label
/external/mesa3d/src/glsl/glcpp/tests/
H A D012-define-func-no-args.c1 #define foo() bar macro
2 foo()
/external/v8/test/mjsunit/
H A Dapi-call-after-bypassed-exception.js30 function foo() { function
38 foo();
/external/v8/test/mjsunit/regress/
H A Dregress-3408144.js33 function foo() { function
37 assertFalse(foo());
/external/clang/test/Analysis/
H A Dstats.c4 void foo() { function
/external/clang/test/Index/Inputs/
H A Dcomplete-at-EOF.c3 typedef int foo; typedef
/external/clang/test/Index/
H A Dpreamble-reparse-cmd-define.c7 int foo() { function
H A Dpreamble_macro_template.cpp1 template void foo(int *);
7 // CHECK: preamble_macro_template.h:4:6: FunctionDecl=foo:4:6 (Definition) [Specialization of foo:4:6] [Template arg 0: kind: 1, type: int] Extent=[4:1 - 6:2]
/external/clang/test/Index/reparse-with-remaps/
H A Dreparse.c6 void foo() { function
/external/clang/test/Misc/
H A Dwrong-encoding.c4 void foo() { function
/external/clang/test/Modules/Inputs/CmdLine.framework/Headers/
H A DCmdLine.h2 int *foo(void);
4 float *foo(void);
/external/clang/test/PCH/
H A Dcxx-functions.cpp11 foo();
H A Dmodified-header-crash.c12 foo = 3;
/external/clang/test/Parser/
H A Dparser_overflow.c8 void foo(void) { function

Completed in 400 milliseconds

1234567891011>>