HomeSort by relevance Sort by last modified time
    Searched defs:foo (Results 1001 - 1025 of 2113) sorted by null

<<41424344454647484950>>

  /external/clang/test/CodeGen/
2006-05-19-SingleEltReturn.c 14 void foo(struct Y *P) { function
2007-02-04-AddrLValue-2.c 10 foo (void) function
2007-11-28-GlobalInitializer.c 3 typedef struct foo { int x; char *p; } FOO; struct
4 extern FOO yy[];
2008-01-21-PackedBitFields.c 6 double foo() { return X.v; } function
2008-03-05-syncPtr.c 3 int* foo(int** a, int* b, int* c) { function
6 // CHECK-LABEL: define i32* @foo
arm-asm-variable.c 7 int64_t foo(int64_t v, volatile int64_t *p) function
arm-byval-align.c 3 struct foo { struct
10 // CHECK: %struct.foo* byval align 8 %z
12 struct foo z) {
constructor-attribute.c 24 static int foo() { function
29 printf("A: %d\n", foo());
whilestmt.c 4 int foo() { function
  /external/clang/test/CodeGenCXX/
2006-10-30-ClassBitfield.cpp 16 int foo(_Rope_RopeRep* r) { return r->_M_tag; } function
2010-06-21-LocalVarDbg.cpp 11 int foo(int i) { function
PR6474.cpp 5 virtual void foo();
10 template <typename T> void X<T>::foo() {} function in class:test0::X
14 template <> void X<char>::foo() {} function in class:test0::X
20 virtual void foo();
25 template <typename T> void X<T>::foo() {} function in class:test1::X
30 template <> void X<char>::foo() {} function in class:test1::X
call-arg-zero-temp.cpp 12 void foo(obj o) { function
18 foo(obj());
conditional-expr-lvalue.cpp 15 void foo() const;
17 void foo(bool cond, const A &a) { function in namespace:test0
18 (cond ? a : a.sub()).foo();
constructor-default-arg.cpp 14 int foo() { function
21 X(const X&, int i = 1, int j = 2, int k = foo()) {
debug-info-class-nolimit.cpp 9 // CHECK: [ DW_TAG_structure_type ] [foo] {{.*}}[def]
10 struct foo { struct in namespace:rdar14101097_1
13 typedef foo *foop;
24 // CHECK: [ DW_TAG_structure_type ] [foo] {{.*}}[def]
25 struct foo;
27 foo *f;
29 struct foo { struct in namespace:rdar14101097_2
debug-info-global-ctor-dtor.cpp 15 void foo() { function
debug-info-method.cpp 19 void foo(int, A, decltype(u));
22 void A::foo(int, A, decltype(u)) { function in class:A
exception-spec-decay.cpp 4 void foo() throw (Array) { function
11 void foo() throw (S[10]) { function in struct:S
18 void foo() throw (T) { function in struct:S2
25 s.foo();
30 s2.foo();
  /external/clang/test/Index/
blocks.c 4 struct foo { long x; }; struct
7 static struct foo _foo;
9 ^ int_t(struct foo *foo) { return (int_t) foo->x + i; }(&_foo);
16 // CHECK: blocks.c:7:17: TypeRef=struct foo:4:8 Extent=[7:17 - 7:20]
22 // CHECK: blocks.c:9:23: ParmDecl=foo:9:23 (Definition) Extent=[9:11 - 9:26]
23 // CHECK: blocks.c:9:18: TypeRef=struct foo:4:8 Extent=[9:18 - 9:21]
30 // CHECK: blocks.c:9:45: DeclRefExpr=foo:9:23 Extent=[9:45 - 9:48]
get-cursor.c 2 int foo; member in struct:_MyS
17 // CHECK: FieldDecl=foo:2:7 (Definition)
pch-with-errors.c 24 void foo(void) { function
34 // CHECK-PARSE: pch-with-errors.c:{{.*}}:6: FunctionDecl=foo
37 // CHECK-INDEX: [indexDeclaration]: kind: function | name: foo
  /external/clang/test/PCH/
captured-stmt.cpp 9 static inline void foo(int &x, int y) { function
34 foo(x, 10);
objc_exprs.h 2 @protocol foo; variable
6 typedef typeof(@"foo" "bar") objc_string;
8 typedef typeof(@protocol(foo)) objc_protocol;
11 typedef typeof(@selector(foo:bar:)) objc_selector_twoArg;
15 typedef typeof(id<foo>) objc_id_protocol_ty;
18 typedef typeof(itf<foo>*) objc_qual_interface_ty;
  /external/clang/test/Parser/
namelookup-bug-2.c 8 void foo() { function

Completed in 720 milliseconds

<<41424344454647484950>>