Searched
full:instantiation (Results
601 -
625 of
1313) sorted by null
<<21222324252627282930>>
/external/clang/include/clang/Basic/ |
DiagnosticSemaKinds.td | [all...] |
DiagnosticOptions.def | 83 /// Limit depth of instantiation backtrace.
|
DiagnosticSerializationKinds.td | 112 "instantiation of %q0 is different in different modules">;
|
/external/clang/include/clang/Sema/ |
Sema.h | [all...] |
/cts/common/util/src/com/android/compatibility/common/util/ |
AbiUtils.java | 93 * Private constructor to avoid instantiation.
|
/device/asus/fugu/libaudio/ |
AudioHardwareOutput.h | 109 // during calls to (obtain|release)Output which can trigger instantiation
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/ |
RandomAdaptor.java | 37 * Prevent instantiation without a generator argument
|
/external/autotest/client/common_lib/feedback/ |
client.py | 121 """Implementation of new query instantiation.
|
/external/chromium-trace/catapult/dashboard/dashboard/static/ |
autocomplete.html | 18 * This class is used to get autocomplete suggestions. On instantiation,
|
/external/clang/examples/PrintFunctionNames/ |
PrintFunctionNames.cpp | 49 // This demonstrates how to force instantiation of some templates in
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
ExprInspectionChecker.cpp | 98 // A specific instantiation of an inlined function may have more constrained
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
p5.cpp | 33 ExpansionLengthMismatch<short, int, long>::Inner<unsigned int, unsigned long>::type // expected-note{{in instantiation of template class 'ExpansionLengthMismatch<short, int, long>::Inner<unsigned int, unsigned long>' requested here}} 402 typedef zip<short>::with<unsigned short, unsigned>::type T2; // expected-note{{in instantiation of template class}} 423 B<1,2>::C<4,5,6> c1; // expected-note{{in instantiation of}} 424 B<1,2,3,4>::C<4,5,6> c2; // expected-note{{in instantiation of}}
|
/external/clang/test/Index/ |
complete-documentation-templates.cpp | 124 // typedef for implicit instantiation should pick up the documentation
|
/external/clang/test/PCH/ |
cxx-templates.cpp | 108 template int local_extern::f<int[]>(); // expected-note {{in instantiation of}}
|
/external/clang/test/SemaCXX/ |
crashes.cpp | 193 return bs<int>(); // expected-note{{in instantiation}}
|
cxx98-compat-pedantic.cpp | 26 template struct InstantiationAfterSpecialization<int>; // expected-warning {{explicit instantiation of 'InstantiationAfterSpecialization<int>' that occurs after an explicit specialization is incompatible with C++98}}
|
exceptions.cpp | 144 C<E[10]> e; // expected-note {{in instantiation of}}
|
/external/clang/test/SemaTemplate/ |
class-template-spec.cpp | 23 (void)a2->x; // expected-error{{implicit instantiation of undefined template 'A<double, int>'}}
|
typename-specifier-4.cpp | 158 void test_X(X<HasIterator> xi) { // expected-note{{in instantiation of template class}}
|
/external/dng_sdk/source/ |
dng_ref_counted_block.h | 29 /// \brief Class to provide resource acquisition is instantiation discipline
|
/external/eigen/Eigen/src/StlSupport/ |
StdDeque.h | 16 // Define the explicit instantiation (e.g. necessary for the Intel compiler)
|
/external/google-breakpad/src/common/windows/ |
string_utils-inl.h | 97 // Disallow instantiation and other object-based operations.
|
/external/icu/icu4c/source/i18n/ |
collationfcd.h | 124 CollationFCD(); // No instantiation.
|
collationkeys.h | 117 CollationKeys(); // no instantiation
|
/external/javassist/sample/evolve/ |
Evolution.java | 18 * behavior of the instantiation of the class A.
|
Completed in 5660 milliseconds
<<21222324252627282930>>