HomeSort by relevance Sort by last modified time
    Searched defs:test5 (Results 126 - 150 of 176) sorted by null

1 2 3 4 56 7 8

  /external/clang/test/CXX/class.access/
p6.cpp 124 namespace test5 { namespace
134 template <A::Enum en> void foo() {} // expected-error {{'Enum' is a private member of 'test5::A'}}
135 template <A::Enum en> class bar {}; // expected-error {{'Enum' is a private member of 'test5::A'}}
138 template <A::Enum en> void foo() {} // expected-error {{'Enum' is a private member of 'test5::A'}}
139 template <A::Enum en> class bar {}; // expected-error {{'Enum' is a private member of 'test5::A'}}
  /external/clang/test/CXX/temp/temp.decls/temp.friend/
p1.cpp 137 namespace test5 { namespace
  /external/clang/test/CodeGen/
builtins-ppc-altivec.c 374 // CHECK: define void @test5
375 void test5() { function
    [all...]
  /external/clang/test/CodeGenCXX/
mangle-exprs.cpp 196 namespace test5 { namespace
mangle-template.cpp 48 namespace test5 { namespace
x86_64-arguments.cpp 81 namespace test5 { namespace
100 // CHECK: alloca %"struct.test5::Y"
101 // CHECK: alloca %"struct.test5::X"
102 // CHECK: alloca %"struct.test5::Y"
  /external/clang/test/Parser/
char-literal-printing.c 11 char test5(void) { return '\a'; } function
cxx-decl.cpp 102 struct test5 {}; struct
103 ::new(static_cast<void*>(0)) test5; // expected-error {{expected unqualified-id}}
declarators.c 37 int (test5), ; // expected-error {{expected identifier or '('}} variable
  /external/clang/test/Sema/
builtins.c 18 int test5(float a, long double b) { function
compare.c 280 int test5(unsigned int x) { function
enum.c 106 char test5[__has_feature(enumerator_attributes) ? 1 : -1]; variable
exprs.c 69 void test5(int *X, float *P) { function
return.c 42 int test5() { function
switch.c 68 void test5(int z) { function
  /external/clang/test/SemaCXX/
abstract.cpp 253 namespace test5 { namespace
conversion.cpp 126 namespace test5 { namespace
friend.cpp 76 namespace test5 { namespace
linkage2.cpp 48 namespace test5 { namespace
long-virtual-inheritance-chain.cpp 8 class test5 : virtual test4 { virtual void f(); }; class in inherits:test4
9 class test6 : virtual test5 { virtual void f(); };
member-expr.cpp 76 namespace test5 { namespace
86 x.A::foo<int>(); // expected-error {{'test5::A *' is a pointer}}
90 x->A::foo<int>(); // expected-error {{'test5::A' is not a pointer; maybe you meant to use '.'?}}
references.cpp 54 void test5() { function
scope-check.cpp 79 namespace test5 { namespace
undefined-internal.cpp 72 namespace test5 { namespace
78 static int var; // expected-warning {{variable 'test5::B<test5::<anonymous>::A>::var' has internal linkage but is not defined}}
79 static void foo(); // expected-warning {{function 'test5::B<test5::<anonymous>::A>::foo' has internal linkage but is not defined}}
warn-unused-filescoped.cpp 92 namespace test5 { namespace

Completed in 268 milliseconds

1 2 3 4 56 7 8