HomeSort by relevance Sort by last modified time
    Searched full:instantiation (Results 551 - 575 of 1313) sorted by null

<<21222324252627282930>>

  /external/clang/test/SemaCXX/
dllimport.cpp 169 // Import implicit instantiation of an imported variable template.
172 // Import explicit instantiation declaration of an imported variable template.
175 // An explicit instantiation definition of an imported variable template cannot
187 // Import explicit instantiation declaration of a non-imported variable template.
190 // Import explicit instantiation definition of a non-imported variable template.
393 // Import implicit instantiation of an imported function template.
397 // Import explicit instantiation declaration of an imported function template.
400 // Import explicit instantiation definition of an imported function template.
401 // NB: MSVC fails this instantiation without explicit dllimport which is most
402 // likely a bug because an implicit instantiation is accepted
    [all...]
  /external/clang/test/SemaObjCXX/
parameterized_classes_subst.mm 372 // Template instantiation
392 typedef NSMutableDictionaryOf<NSObject *, NSString *>::type Dict2; // expected-note{{in instantiation of template}}
401 typedef VariadicNSMutableDictionaryOf<NSObject *, NSString *>::type Dict2; // expected-note{{in instantiation of template}}
403 typedef VariadicNSMutableDictionaryOf<NSString *, NSObject *, NSObject *>::type Dict3; // expected-note{{in instantiation of template}}
405 typedef VariadicNSMutableDictionaryOf<NSString *>::type Dict3; // expected-note{{in instantiation of template}}
425 typedef DependentTemplate<NSMutableDictionaryBuilder>::type DependentTemplateFail1; // expected-note{{in instantiation of template class}}
  /external/google-breakpad/src/testing/scripts/
gmock_doctor.py 175 r'note: in instantiation of function template specialization '
218 r'.*gmock-actions\.h.*error: instantiation of '
224 _CLANG_NON_GMOCK_FILE_LINE_RE + r'note: in instantiation '
231 _CLANG_NON_GMOCK_FILE_LINE_RE + r'note: in instantiation '
263 r'note: in instantiation of member function '
423 _CLANG_NON_GMOCK_FILE_LINE_RE + r'note: in instantiation '
  /external/opencv3/modules/videoio/src/
cap_qtkit.mm 102 * CvCaptureCAM is the instantiation of a capture source for cameras.
144 * CvCaptureFile is the instantiation of a capture source for video files.
188 * CvCaptureFile is the instantiation of a capture source for video files.
242 * CvCaptureCAM is the instantiation of a capture source for cameras.
632 * CvCaptureFile is the instantiation of a capture source for video files.
937 * CvVideoWriter is the instantiation of a video output class
    [all...]
cap_avfoundation.mm 81 * CvCaptureCAM is the instantiation of a capture source for cameras.
123 * CvCaptureFile is the instantiation of a capture source for video files.
166 * CvCaptureFile is the instantiation of a capture source for video files.
226 * CvCaptureCAM is the instantiation of a capture source for cameras.
762 * CvCaptureFile is the instantiation of a capture source for video files.
    [all...]
  /external/clang/test/CXX/drs/
dr3xx.cpp 351 A<char> b; // expected-note {{instantiation}}
354 h(a); // expected-note {{instantiation}}
523 f(a); // expected-note {{instantiation}}
557 const int *const *const *p1 = a; // expected-note {{in instantiation of}}
867 Z1<int, X, Y> z1; // expected-note {{instantiation of}}
868 Z2<int, X, Y> z2; // expected-note {{instantiation of}}
879 A<X> ax; // expected-note {{instantiation of}}
892 C<A> x; // expected-note {{instantiation of}}
893 D<A> y; // expected-note {{instantiation of}}
    [all...]
dr2xx.cpp 93 template void A<B>::h(B); // expected-note {{instantiation}}
303 template void dr225_f(int); // expected-note {{in instantiation of}}
628 A<C>::type n; // expected-note {{instantiation of}}
685 template struct A<int>; // expected-error {{duplicate explicit instantiation}}
695 template<> struct A<char>; // expected-error {{explicit specialization of 'dr259::A<char>' after instantiation}}
984 struct D : C<int> {}; // expected-note {{instantiation}}
dr4xx.cpp 38 // FIXME: We're missing the "in instantiation of" note for the default
56 // expected-error@-3 0-1{{extension}} expected-error@-3 {{protected}} expected-note@-3 {{instantiation}}
301 template void test2(Y<int>*); // expected-note {{instantiation}}
302 template void test2(ptr<Y<int> >); // expected-note {{instantiation}}
340 template void f<int, char>(); // expected-note {{instantiation}}
596 template void g(HideFromADL::X); // expected-note {{instantiation of}}
808 template struct A<int>::B; // expected-error {{duplicate explicit instantiation}}
940 template struct E<int>; // expected-note {{instantiation of}}
  /external/libbrillo/brillo/dbus/
data_serialization.h 464 // binding to AppendValueToWriter() to the point of instantiation of this
483 // binding to PopValueFromReader() to the point of instantiation of this
561 // binding to AppendValueToWriter() to the point of instantiation of this
577 // binding to PopValueFromReader() to the point of instantiation of this
630 // binding to AppendValueToWriter() to the point of instantiation of this
639 // binding to PopValueFromReader() to the point of instantiation of this
722 // binding to AppendValueToWriter() to the point of instantiation of this
748 // binding to PopValueFromReader() to the point of instantiation of this
    [all...]
  /external/clang/test/CodeGenCXX/
dllexport.cpp 157 // Export implicit instantiation of an exported variable template.
162 // Export explicit instantiation declaration of an exported variable template.
168 // Export explicit instantiation definition of an exported variable template.
189 // Export explicit instantiation declaration of a non-exported variable template.
195 // Export explicit instantiation definition of a non-exported variable template.
354 // Export implicit instantiation of an exported function template.
359 // Export explicit instantiation declaration of an exported function template.
365 // Export explicit instantiation definition of an exported function template.
386 // Export explicit instantiation declaration of a non-exported function template.
392 // Export explicit instantiation definition of a non-exported function template
    [all...]
dllimport.cpp 153 // Import implicit instantiation of an imported variable template.
158 // Import explicit instantiation declaration of an imported variable template.
164 // An explicit instantiation definition of an imported variable template cannot
180 // Import explicit instantiation declaration of a non-imported variable template.
186 // Import explicit instantiation definition of a non-imported variable template.
458 // Import implicit instantiation of an imported function template.
469 // Import explicit instantiation declaration of an imported function template.
477 // Import explicit instantiation definition of an imported function template.
535 // Import explicit instantiation declaration of a non-imported function template.
548 // Import explicit instantiation definition of a non-imported function template
    [all...]
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 577 llvm::PointerUnion<Decl *, DeclArgumentPack *> *Instantiation
580 if (Instantiation->is<DeclArgumentPack *>()) {
582 NewPackSize = Instantiation->get<DeclArgumentPack *>()->size();
668 llvm::PointerUnion<Decl *, DeclArgumentPack *> *Instantiation
671 if (Instantiation->is<Decl*>())
676 unsigned Size = Instantiation->get<DeclArgumentPack *>()->size();
    [all...]
SemaCXXScopeSpec.cpp 28 /// \brief Find the current instantiation that associated with the given type.
54 /// dependent and not the current instantiation).
71 /// not the current instantiation.
75 /// dependent and not the current instantiation).
84 // instantiation, return its DeclContext.
167 /// instantiation, return the declaration that corresponds to that
168 /// current instantiation (C++0x [temp.dep.type]p1).
635 // scope, reconstruct the result from the template instantiation itself.
748 // the effect of resolving Identifier during template instantiation.
    [all...]
  /external/clang/test/SemaTemplate/
ms-lookup-template-base-classes.cpp 195 text_provider2 = text_provider; // expected-note {{in instantiation of function template specialization}}
228 template struct C<A>; // expected-note-re 1+ {{in instantiation of member function 'PR16014::C<PR16014::A>::{{.*}}' requested here}}
263 template struct A<D>; // expected-note {{in instantiation of member function 'PR19233::A<PR19233::D>::baz' requested here}}
311 static_assert(sizeof(C<int>) != 0, ""); // expected-note {{in instantiation of template class 'two_types_in_base::C<int>' requested here}}
428 C<int> c; // expected-note {{in instantiation of template class 'type_in_base_of_multiple_dependent_bases::C<int>' requested here}}
  /external/libcxx/include/experimental/
optional 304 "Instantiation of optional with a reference type is ill-formed.");
306 "Instantiation of optional with a in_place_t type is ill-formed.");
308 "Instantiation of optional with a nullopt_t type is ill-formed.");
310 "Instantiation of optional with a non-object type is undefined behavior.");
312 "Instantiation of optional with an object type that is not noexcept destructible is undefined behavior.");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
langhooks.h 78 /* True if the type is an instantiation of a generic type,
410 /* Returns the generic parameters of an instantiation of
411 a generic type or decl, e.g. C++ template instantiation. */
414 /* Returns the TREE_VEC of arguments of an instantiation
415 of a generic type of decl, e.g. C++ template instantiation. */
  /external/clang/test/CXX/class.access/
p4.cpp 396 template class A<long>; // expected-note 4 {{in instantiation}}
420 template class B<int>; // expected-note {{in instantiation}}
421 template class B<long>; // expected-note 4 {{in instantiation}}
  /external/clang/test/OpenMP/
simd_linear_messages.cpp 188 // expected-note@+1 {{in instantiation of function template specialization 'test_template<-4, double, int>' requested here}}
190 // expected-note@+1 {{in instantiation of function template specialization 'test_warn<0>' requested here}}
246 foomain<int,char>(argc,argv); // expected-note {{in instantiation of function template specialization 'foomain<int, char>' requested here}}
taskloop_simd_linear_messages.cpp 188 // expected-note@+1 {{in instantiation of function template specialization 'test_template<-4, double, int>' requested here}}
190 // expected-note@+1 {{in instantiation of function template specialization 'test_warn<0>' requested here}}
246 foomain<int,char>(argc,argv); // expected-note {{in instantiation of function template specialization 'foomain<int, char>' requested here}}
  /external/parameter-framework/upstream/test/functional-tests/
plan.md 367 - component types instantiation
374 - context mappings, amends, instantiation mappings
398 - remote interface instantiation
  /external/clang/docs/
MSVCCompatibility.rst 110 Template instantiation and name lookup
119 an analysis of inline method bodies in class templates until instantiation
  /external/clang/include/clang/Basic/
DiagnosticParseKinds.td 617 "an explicit template instantiation}0 can "
620 "explicit template instantiation cannot have a definition; if this "
624 "%select{function|class|variable}0 cannot be defined in an explicit instantiation; if this "
627 "friend cannot be declared in an explicit instantiation; if this "
645 "instantiation">, InGroup<DiagGroup<"static-inline-explicit-instantiation">>;
664 "explicit %select{specialization|instantiation}0 of non-template %1 %2">;
    [all...]
  /external/clang/lib/Parse/
RAIIObjectsForParser.h 34 /// an explicit instantiation. However, those suppression contexts
38 /// might be the entirety of an explicit instantiation:
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-cxx11-nowarn.cpp 185 maybe_shrink_int<15>((int)3); // expected-note {{in instantiation}}
186 maybe_shrink_int<70000>((char)3); // expected-note {{in instantiation}}
  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p5.cpp 122 inc<int, counter>(); // expected-note{{instantiation of}}
123 bind<int, counter>(); // expected-note{{instantiation of}}

Completed in 520 milliseconds

<<21222324252627282930>>