/external/clang/test/SemaCXX/ |
D | implicit-exception-spec.cpp | 33 struct Nested { struct 35 …int n = ExceptionIf<noexcept(Nested())>::f(); // expected-error {{exception specification is not a… 38 bool y = noexcept(Nested()); 39 bool z = noexcept(Nested::Inner()); 43 struct Nested { struct 45 …T() noexcept(!noexcept(Nested())); // expected-error{{exception specification is not available unt…
|
D | default2.cpp | 63 struct Nested { struct 68 …Nested* self = this, // expected-error{{invalid use of 'this' outside of a non-static member funct… 71 Nested(int i = 42); 74 int mem7(Nested n = Nested());
|
D | MicrosoftExtensions.cpp | 176 class Nested { class in friend_as_a_forward_decl::A
|
D | nested-name-spec.cpp | 111 namespace Nested { namespace
|
/external/clang/test/CXX/temp/temp.spec/ |
D | p5.cpp | 36 struct Nested; 37 friend struct Nested; 39 struct Nested { struct 40 Nested() {} in Nested() function
|
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
D | p6.cpp | 10 struct Nested { struct 20 X0<int>::Nested nested; // expected-note{{implicit instantiation first required here}} in use_X0_int() 33 struct X0<int>::Nested { }; // expected-error{{after instantiation}} struct in X0
|
/external/clang/test/CodeGenCXX/ |
D | cxx11-exception-spec.cpp | 109 template<typename T> struct Nested { struct 117 Nested<int>().f<true, char>(); in j() 119 Nested<long>().f<false, long>(); in j()
|
/external/clang/test/SemaTemplate/ |
D | dependent-base-classes.cpp | 41 class Nested { }; class 49 class HasDepBase::Nested nested; in foo() 58 class NoDepBase::Nested nested; // expected-error{{no class named 'Nested' in 'NoDepBase<T>'}} in foo()
|
D | nested-template.cpp | 7 struct Nested { struct 14 S::A<int>::Nested::type *ip = &i;
|
/external/clang/test/CXX/special/class.init/class.base.init/ |
D | p8-0x.cpp | 54 struct Nested { struct 55 Nested() {} in Nested() argument
|
/external/clang/test/CodeGenObjCXX/ |
D | blocks.mm | 43 struct Nested { Nested *ptr = this; }; // expected-warning {{C++11}}
|
/external/llvm/test/YAMLParser/ |
D | spec-09-14.data | 16 ... # Nested
|
/external/clang/test/PCH/ |
D | struct.c | 28 struct Nested nested = { 1, 2 };
|
D | struct.h | 28 struct Nested { int x, y; } nest; argument
|
/external/protobuf/src/google/protobuf/ |
D | repeated_field_unittest.cc | 854 typedef TestAllTypes::NestedMessage Nested; typedef in google::protobuf::__anon6a7a79d80111::RepeatedFieldInsertionIteratorsTest 855 Nested nesteds[2]; 856 std::vector<Nested*> nested_ptrs; 893 nested_ptrs.push_back(new Nested); in SetUp() 895 nested_ptrs.push_back(new Nested); in SetUp() 947 vector<Nested*> data; in TEST_F() 950 Nested* new_data = new Nested; in TEST_F()
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Ordered and unordered lists.text | 98 ## Nested
|
/external/markdown/tests/markdown-test/ |
D | ordered-and-unordered-list.txt | 98 ## Nested
|
/external/qemu/distrib/sdl-1.2.12/include/ |
D | begin_code.h | 30 #error Nested inclusion of begin_code.h
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Ordered and unordered lists.text | 98 ## Nested
|
/external/llvm/test/Transforms/DeadArgElim/ |
D | multdeadretval.ll | 41 ; Nested return values
|
/external/llvm/lib/Target/XCore/ |
D | XCoreFrameLowering.cpp | 102 bool Nested = MF.getFunction()-> in emitPrologue() local 105 if (Nested) { in emitPrologue()
|
/external/llvm/test/Feature/ |
D | constexpr.ll | 23 @t9 = global i32 bitcast (float bitcast (i32 8 to float) to i32) ;; Nested cast expression
|
/external/llvm/test/Integer/ |
D | constexpr_bt.ll | 24 @t9 = global i33 fptosi (float sitofp (i33 8 to float) to i33) ;; Nested cast expression
|
/external/clang/test/Coverage/ |
D | c-language-features.inc | 192 // Nested structures.
|
/external/llvm/test/CodeGen/X86/ |
D | change-compare-stride-1.ll | 3 ; Nested LSR is required to optimize this case.
|