Searched
full:instantiation (Results
301 -
325 of
1076) sorted by null
<<11121314151617181920>>
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.enum/ |
p1.cpp | 13 int n = A<int>::E::e1; // expected-error {{implicit instantiation of undefined member}} 54 template<> enum A<long long>::E : long long { e3, e4 }; // expected-error {{explicit specialization of 'E' after instantiation}} expected-note {{first required here}} 98 template<> enum class D<char>::E { e3 }; // expected-error {{explicit specialization of 'E' after instantiation}}
|
/external/clang/test/CXX/temp/temp.param/ |
p15-cxx0x.cpp | 112 using T3 = take<5, int, char, double, long>::type; // expected-note {{in instantiation of}} 113 using D3 = drop<5, int, char, double, long>::type; // expected-note {{in instantiation of}} 136 // This case should not produce an error, because in A's instantiation, Cs is
|
/cts/tests/tests/provider/src/android/provider/cts/contacts/account/ |
StaticAccountAuthenticator.java | 30 * Also adds the account to the account manager on instantiation.
|
/development/samples/ActionBarCompat/res/values/ |
styles.xml | 24 <!-- for programmatic instantiation -->
|
/external/chromium/chrome/browser/ |
plugin_updater.h | 89 // Needed to allow singleton instantiation using private constructor.
|
/external/chromium/net/tools/flip_server/ |
balsa_headers_token_utils.h | 56 BalsaHeadersTokenUtils(); // Prohibit instantiation
|
/external/chromium/testing/gtest/test/ |
gtest-param-test2_test.cc | 58 // in multiple translation units. Another instantiation is defined
|
/external/chromium_org/base/android/java/src/org/chromium/base/ |
PathUtils.java | 22 // Prevent instantiation.
|
/external/chromium_org/chrome/browser/net/spdyproxy/ |
data_reduction_proxy_settings_unittest.h | 81 // Test implementations should be subclasses of an instantiation of this
|
/external/chromium_org/content/browser/renderer_host/ |
backing_store_manager.h | 78 // Not intended for instantiation.
|
/external/chromium_org/net/tools/balsa/ |
balsa_headers_token_utils.h | 55 BalsaHeadersTokenUtils(); // Prohibit instantiation
|
/external/chromium_org/printing/ |
pdf_metafile_cg_mac.h | 85 // Whether this instantiation of the PdfMetafileCg owns the thread_pdf_docs.
|
/external/chromium_org/testing/gtest/test/ |
gtest-param-test2_test.cc | 58 // in multiple translation units. Another instantiation is defined
|
/external/clang/lib/AST/ |
DeclFriend.cpp | 40 // As a temporary hack, we permit template instantiation to point
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
p6.cpp | 57 // We should diagnose it now rather than waiting until instantiation.
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
injected-class-name.cpp | 46 // instantiation.
|
/external/clang/test/CodeGen/ |
attr-minsize.cpp | 36 // template instantiation
|
/external/clang/test/CodeGenCXX/ |
cxx0x-initializer-constructors.cpp | 44 // Instantiation of this expression used to lose the CXXBindTemporaryExpr
|
vla.cpp | 10 // Make sure that the reference here is enough to trigger the instantiation of
|
/external/clang/test/SemaCXX/ |
enum-scoped.cpp | 68 X<bool> X2; // expected-note{{in instantiation of template}} 219 // The implicit instantiation of S<short> causes the implicit instantiation of 222 S<short> s; // expected-note {{in instantiation of}}
|
pseudo-destructors.cpp | 81 template void destroy(int*); // expected-note{{in instantiation of function template specialization}}
|
using-decl-templates.cpp | 16 B<int> a; // expected-note{{in instantiation of template class 'B<int>' requested here}}
|
warn-unused-variables.cpp | 53 // a warning in the instantiation only for dependent variables.
|
/external/clang/test/SemaTemplate/ |
constructor-template.cpp | 86 // Instantiation of a non-dependent use of a constructor
|
instantiate-template-template-parm.cpp | 46 X2<long, X3l> x2bad; // expected-note{{instantiation}}
|
Completed in 3848 milliseconds
<<11121314151617181920>>