HomeSort by relevance Sort by last modified time
    Searched refs:foo (Results 451 - 475 of 1478) sorted by null

<<11121314151617181920>>

  /external/clang/test/Sema/
redefinition.c 7 int foo(x) { function
expr-comma-c99.c 5 extern struct s foo(void);
9 int A[sizeof((foo().c)) == 17 ? 1 : -1];
14 int X[sizeof(0, (foo().c)) == sizeof(char*) ? 1 : -1];
expr-comma.c 5 extern struct s foo(void);
9 int A[sizeof((foo().c)) == 17 ? 1 : -1];
15 int X[sizeof(0, (foo().c)) == 17 ? 1 : -1];
  /external/clang/test/SemaCXX/
cxx0x-constexpr-const.cpp 6 void foo(void) { function
qualified-names-diag.cpp 2 namespace foo { namespace
22 foo::wibble::x a;
24 a + b; // expected-error{{invalid operands to binary expression ('foo::wibble::x' and '::bar::y' (aka 'int'))}}
26 ::foo::wibble::bar::wonka::x::y c;
27 c + b; // expected-error{{invalid operands to binary expression ('::foo::wibble::bar::wonka::x::y' and '::bar::y' (aka 'int'))}}
32 int ::foo::wibble::bar::wonka::x::y::* ptrmem;
  /external/llvm/test/FrontendC/
2002-04-10-StructParameters.c 11 } foo; typedef in typeref:struct:__anon8304
13 int test(foo X, float);
15 void test3(foo *X) {
19 void test2(foo Y) {
2002-07-30-SubregSetAssertion.c 8 union X foo() { function
2003-08-21-BinOp-Type-Mismatch.c 5 void foo() function
2003-08-21-StmtExpr.c 9 static void foo() { function
2004-11-27-InvalidConstantExpr.c 1 // RUN: %llvmgcc %s -S -o - | not grep {foo\\* sub}
3 struct foo { struct
2005-06-15-ExpandGotoInternalProblem.c 6 int foo() { function
2006-03-03-MissingInitializer.c 6 void foo() { function
2007-09-20-GcrootAttribute.c 8 } foo, __attribute__ ((gcroot)) *foo_p; typedef in typeref:struct:foo_s
10 foo my_foo;
14 foo my_foo2 = my_foo;
19 int bar (foo a)
2010-11-16-asmblock.c 6 void foo() function
vla-2.c 5 void foo(int a) function
  /external/llvm/test/FrontendC++/
2004-11-27-ExceptionCleanupAssertion.cpp 12 Strongbad foo(0);
2005-02-14-BitFieldOffset.cpp 9 void foo(QVectorTypedData *X) { function
2009-07-16-PrivateCopyConstructor.cpp 14 std::set<void *, A> foo; local
2010-02-17-DbgArtificialArg.cpp 11 int foo() { function
  /external/mesa3d/src/glsl/tests/
function-04.glsl 3 vec3 foo(float x, float y, float z)
14 gl_Position = foo(1.0, 1.0, 1.0);
  /external/clang/test/Analysis/
temp-obj-dtors-cfg-output.cpp 25 void foo(int);
26 void foo(bool);
27 void foo(const A&);
31 foo(int(A()) + int(B()));
37 foo(A() && B());
43 foo(A() || B());
49 if (B()) { foo(0); } else { foo(0); }
55 foo(B() ? A() : A(B()));
66 foo(A() ?: A())
    [all...]
  /external/clang/test/CXX/temp/temp.decls/temp.friend/
p5.cpp 21 static void foo();
26 void f() { C::foo(); }
30 void f() { C::foo(); }
34 void f() { C::foo(); }
43 static void foo();
48 void f() { C::foo(); }
52 void f() { C::foo(); }
56 void f() { C::foo(); }
64 static int foo();
73 template <class T> int A<T>::Inner::foo() { function in class:test3::A::Inner
    [all...]
  /external/clang/test/Index/
complete-exprs.cpp 23 int foo();
26 vector<int>(foo(), foo());
49 // CHECK-CC3: FunctionDecl:{ResultType int}{TypedText foo}{LeftParen (}{RightParen )} (50)
  /external/clang/test/Parser/
nested-namespaces-recovery.cpp 7 int foo(int x) { return x; } function in namespace:foo1::foo2::foo3
10 int foo(int x) { function in class:foo1::foo2
11 return foo1::foo2::foo3::foo(x);
  /external/clang/test/Preprocessor/
macro_fn_disable_expand.c 3 #define foo(x) bar x macro
4 foo(foo) (2)
5 // CHECK: bar foo (2)

Completed in 328 milliseconds

<<11121314151617181920>>