Searched
full:instantiation (Results
326 -
350 of
1076) sorted by null
<<11121314151617181920>>
/external/clang/test/SemaTemplate/ |
instantiation-default-1.cpp | 36 Def2<int_ref_t> *d2; // expected-note{{in instantiation of default argument for 'Def2<int &>' required here}}
|
temp_arg_template.cpp | 55 void f0( Y<int,1> y){ 1 << y; } // expected-note{{in instantiation of function template specialization 'N::operator<<<Y, int, 1>' requested here}}
|
template-id-expr.cpp | 98 template void f5<0>(); // expected-note {{in instantiation of function template specialization 'f5<0>' requested here}}
|
temp_arg_nontype.cpp | 194 typedef X<int*, Y<int*>::f> x; // expected-note{{in instantiation of}} 335 f<int(int), int (*)(int), g>(); // expected-note{{in instantiation of}} 336 f<int[3], int*, y>(); // expected-note{{in instantiation of}}
|
/external/gtest/test/ |
gtest-param-test2_test.cc | 58 // in multiple translation units. Another instantiation is defined
|
/external/icu4c/layout/ |
LESwaps.h | 96 LESwaps() {} // private - forbid instantiation
|
/external/oprofile/libpp/ |
symbol_container.h | 80 * template instantiation.
|
/external/protobuf/gtest/test/ |
gtest-param-test2_test.cc | 58 // in multiple translation units. Another instantiation is defined
|
/libcore/crypto/src/main/java/org/conscrypt/ |
OpenSSLSocketFactoryImpl.java | 36 instantiationExceptionLocal = new IOException("Delayed instantiation exception:");
|
SSLServerSocketFactoryImpl.java | 44 new IOException("Delayed instantiation exception:");
|
/ndk/sources/third_party/googletest/googletest/test/ |
gtest-param-test2_test.cc | 58 // in multiple translation units. Another instantiation is defined
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
if.hpp | 113 // recursively nested template instantiation to user
|
/external/clang/include/clang/AST/ |
DeclTemplate.h | 342 /// explicit instantiation declaration, or explicit instantiation 365 /// \brief Retrieve the first point of instantiation of this function 368 /// The point of instantiation may be an invalid source location if this 374 /// \brief Set the (first) point of instantiation of this function template 400 // manner in which the instantiation occurred (in the lower two bits). 435 /// \brief Retrieve the first point of instantiation of this member. 436 /// If the point of instantiation is an invalid location, then this member 442 /// \brief Set the first point of instantiation. 451 /// Since explicit function template specialization and instantiation [all...] |
/external/chromium_org/chrome/common/media_galleries/ |
pmp_test_util.cc | 85 // Explicit Instantiation for all the valid types. 138 // Explicit Instantiation for all the valid types.
|
/external/chromium_org/third_party/sqlite/src/test/ |
zeroblob.test | 69 # Multiple zeroblobs can appear at the end of record. No instantiation 86 # no instantiation of the zeroblobs occurs on the stack.
|
/external/clang/test/CXX/class.access/class.access.dcl/ |
p1.cpp | 168 template struct B<int>; // expected-note {{in instantiation}} 187 // We should be able to diagnose these without instantiation.
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.memdef/ |
p3.cpp | 81 // Note that this happens without instantiation. 92 template void f<long>(long); //expected-note {{instantiation}}
|
/external/zlib/src/contrib/ada/ |
read.adb | 67 -- this procedure is for generic instantiation of 122 -- Deflate using generic instantiation.
|
/external/llvm/lib/MC/MCParser/ |
AsmParser.cpp | 74 /// instantiation. 79 /// The macro instantiation with substitutions. 80 MemoryBuffer *Instantiation; 82 /// The location of the instantiation. 85 /// The buffer where parsing should resume upon instantiation completion. 88 /// The location where parsing should resume upon instantiation completion. 276 /// \brief Are we inside a macro instantiation? 279 /// \brief Handle entry to macro instantiation. 282 /// \param NameLoc Instantiation location. 285 /// \brief Handle exit from macro instantiation [all...] |
/external/clang/lib/Sema/ |
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. 164 /// instantiation, return the declaration that corresponds to that 165 /// current instantiation (C++0x [temp.dep.type]p1). 534 // scope, reconstruct the result from the template instantiation itself. 640 // the effect of resolving Identifier during template instantiation. [all...] |
/external/clang/test/SemaCXX/ |
member-pointer.cpp | 272 template void B<int>::test0b(); // expected-note {{in instantiation}} 284 { call(u); } // expected-note{{in instantiation of}} 296 mem_fn(&test::nullary_v)(t); // expected-note{{in instantiation of}}
|
/external/clang/test/SemaObjCXX/ |
arc-templates.mm | 18 // Instantiation for reference/pointer types that will get lifetime 106 int check_make_weak_fail0[is_same<make_weak_fail<__weak id>::type, __weak id>::value? 1 : -1]; // expected-note{{in instantiation of template class 'make_weak_fail<__weak id>' requested here}} 108 int check_make_weak_fail1[is_same<make_weak_fail<id>::type, __weak id>::value? -1 : 1]; // expected-note{{in instantiation of template class 'make_weak_fail<id>' requested here}}
|
/cts/tests/tests/effect/src/android/effect/cts/ |
EffectTest.java | 92 assertNotNull("Effect '" + effectName + "' instantiation", effect);
|
/development/samples/training/ContactsList/src/com/example/android/contactslist/util/ |
Utils.java | 31 // Prevents instantiation.
|
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3cyclicdfa.h | 47 // there can be no instantiation of the structure because it needs a constructor
|
Completed in 3805 milliseconds
<<11121314151617181920>>