HomeSort by relevance Sort by last modified time
    Searched defs:Nested (Results 1 - 25 of 25) sorted by null

  /external/clang/test/CodeGenCXX/
cxx11-exception-spec.cpp 109 template<typename T> struct Nested {
117 Nested<int>().f<true, char>();
119 Nested<long>().f<false, long>();
mangle-ms-templates.cpp 12 class Nested { };
38 Class<Nested<Typename> > c2;
40 // CHECK: call {{.*}} @"\01?method@?$Class@V?$Nested@VTypename@@@@@@QAEXXZ"
  /dalvik/dx/tests/115-merge/testdata/
Annotated.java 7 c = @Annotated.Nested(e="E1", f=1695938256, g=7264081114510713000L),
8 d = { @Annotated.Nested(e="E2", f=1695938256, g=7264081114510713000L) })
21 Nested c() default @Nested;
22 Nested[] d() default {};
26 public @interface Nested {
  /external/clang/test/CXX/temp/temp.spec/
p5.cpp 32 // Make sure that we don't get tricked by redeclarations of nested classes.
36 struct Nested;
37 friend struct Nested;
39 struct Nested {
40 Nested() {}
41 } nested; member in struct:NestedClassRedecls::X
  /external/eigen/Eigen/src/LU/
Determinant.h 95 typedef typename internal::nested<Derived,Base::RowsAtCompileTime>::type Nested;
96 return internal::determinant_impl<typename internal::remove_all<Nested>::type>::run(derived());
  /external/eigen/Eigen/src/SparseCore/
SparseDot.h 52 typedef typename Derived::Nested Nested;
53 typedef typename OtherDerived::Nested OtherNested;
54 typedef typename internal::remove_all<Nested>::type NestedCleaned;
57 const Nested nthis(derived());
SparseMatrixBase.h 264 typedef typename Derived::Nested Nested;
265 typedef typename internal::remove_all<Nested>::type NestedCleaned;
269 const Nested nm(m.derived());
287 const Nested nm(m.derived());
  /external/clang/test/CXX/special/class.init/class.base.init/
p8-0x.cpp 54 struct Nested {
55 Nested() {}
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p6.cpp 10 struct Nested {
20 X0<int>::Nested nested; // expected-note{{implicit instantiation first required here}} local
33 struct X0<int>::Nested { }; // expected-error{{after instantiation}}
  /external/clang/test/PCH/
struct.h 28 struct Nested { int x, y; } nest;
  /external/eigen/Eigen/src/Core/
Dot.h 140 typedef typename internal::nested<Derived>::type Nested;
141 typedef typename internal::remove_reference<Nested>::type _Nested;
228 typename internal::nested<Derived,2>::type nested(derived());
229 typename internal::nested<OtherDerived,2>::type otherNested(other.derived());
230 return internal::abs2(nested.dot(otherNested)) <= prec * prec * nested.squaredNorm() * otherNested.squaredNorm();
247 typename Derived::Nested nested(derived())
    [all...]
DiagonalMatrix.h 124 typedef const DiagonalMatrix& Nested;
237 typedef DiagonalWrapper Nested;
247 typename DiagonalVectorType::Nested m_diagonal;
  /external/clang/test/SemaCXX/
default2.cpp 63 struct Nested {
65 int j = c, // OK; use Y::Nested::c
68 Nested* self = this, // expected-error{{invalid use of 'this' outside of a non-static member function}}
71 Nested(int i = 42);
74 int mem7(Nested n = Nested());
implicit-exception-spec.cpp 32 // And within a nested class.
33 struct Nested { // expected-error {{cannot be used by non-static data member initializer}}
35 int n = ExceptionIf<noexcept(Nested())>::f(); // expected-note {{implicit default constructor for 'InClassInitializers::Nested' first required here}}
52 struct Nested { // expected-note {{not complete}}
54 T() noexcept(!noexcept(Nested())); // expected-error{{incomplete type}}
MicrosoftExtensions.cpp 176 class Nested {
nested-name-spec.cpp 110 namespace Nested {
167 Y::foo y; // expected-error{{incomplete type 'Y' named in nested name specifier}}
189 foo<somens:a> a2; // expected-error {{unexpected ':' in nested name specifier}}
227 A::execute(path); // expected-error {{incomplete type 'test3::A' named in nested name specifier}}
warn-thread-safety-analysis.cpp 1071 // Test a fix to a bug in the delayed name binding with nested template
1102 // Test delay parsing of lock attribute arguments with nested classes.
    [all...]
  /external/clang/test/SemaTemplate/
dependent-base-classes.cpp 40 class Nested { };
48 class HasDepBase::Nested nested; local
57 class NoDepBase::Nested nested; // expected-error{{no class named 'Nested' in 'NoDepBase<T>'}} local
nested-template.cpp 7 struct Nested {
14 S::A<int>::Nested::type *ip = &i;
  /external/ceres-solver/include/ceres/
jet.h 616 // work with nested template types (e.g. where the scalar is itself templated).
658 typedef ceres::Jet<T, N> Nested;
  /external/clang/test/Analysis/
derived-to-base.cpp 308 namespace Nested {
  /external/eigen/unsupported/Eigen/src/AutoDiff/
AutoDiffScalar.h 624 typedef AutoDiffScalar<DerType>& Nested;
  /external/protobuf/src/google/protobuf/
repeated_field_unittest.cc 854 typedef TestAllTypes::NestedMessage Nested;
855 Nested nesteds[2];
856 std::vector<Nested*> nested_ptrs;
893 nested_ptrs.push_back(new Nested);
895 nested_ptrs.push_back(new Nested);
947 vector<Nested*> data;
950 Nested* new_data = new Nested;
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 

Completed in 654 milliseconds