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

<<21222324252627282930>>

  /external/clang/test/SemaCXX/
new-delete.cpp 281 template void h<unsigned[10]>(unsigned); // expected-note {{in instantiation of function template specialization 'Test1::h<unsigned int [10]>' requested here}}
328 template int *f<X1>(); // expected-note{{in instantiation of}}
  /external/dagger2/core/src/main/java/dagger/
Component.java 106 * <a name="instantiation">
107 * <h2>Instantiation</h2>
  /external/dng_sdk/source/
dng_memory.h 34 /// \brief Class to provide resource acquisition is instantiation discipline
281 /// \brief Class to provide resource acquisition is instantiation discipline for
  /external/icu/icu4c/source/i18n/
digitlst.h 56 // Export an explicit template instantiation of the MaybeStackHeaderAndArray that
63 // instantiation.
tridpars.h 93 * instantiation code that only understands these two formats.
295 // forbid instantiation
  /external/llvm/include/llvm/ProfileData/
CoverageMapping.h 155 /// such as for a macro instantiation or #include file.
447 /// specializations, have distinct coverage records for each instantiation.
  /external/llvm/lib/Target/Mips/
MipsCondMov.td 106 // Instantiation of instructions.
202 // Instantiation of conditional move patterns.
  /external/llvm/test/MC/ARM/
eh-directive-section-comdat.s 6 @ In C++, the instantiation of the template will come with linkonce (or
8 @ instantiation. When the exception handling is enabled on those function,
  /external/protobuf/gtest/include/gtest/
gtest-param-test.h.pump 108 // instantiations. The tests from the instantiation above will have
126 // The tests from the instantiation above will have these names:
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
FontFamily_Delegate.java 181 //noinspection ForLoopReplaceableByForEach (avoid iterator instantiation)
429 //noinspection ForLoopReplaceableByForEach (avoid iterator instantiation)
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
is_convertible.hpp 149 // type_traits tests it is known to cause problems when instantiation occurs
150 // deep within the instantiation tree :-(
  /external/apache-commons-math/src/main/java/org/apache/commons/math/special/
Beta.java 35 * Default constructor. Prohibit instantiation.
  /external/autotest/client/site_tests/video_GlitchDetection/
froogaloop.js 273 // Give the init function the Froogaloop prototype for later instantiation
  /external/autotest/client/site_tests/video_VimeoVideo/
froogaloop.js 273 // Give the init function the Froogaloop prototype for later instantiation
  /external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/doc/
tagging.html 216 other tagSet value passed on object instantiation.
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
test_support.py 144 # Webapp2 expects request/response in the handler instantiation, and calls
  /external/clang/include/clang/Sema/
IdentifierResolver.h 156 /// template instantiation or specialization). In this case, a
  /external/clang/test/CXX/drs/
dr5xx.cpp 185 template void f(N::S, N::S); // expected-note {{instantiation}}
190 // Note, the example was correct prior to the change; instantiation is
200 delete ppp; // expected-note {{instantiation of}}
777 d(0); // expected-note {{in instantiation of default function argument}}
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
metafunctions.cpp 257 Arity<int(float, double, long double, char)> check4; // expected-error{{implicit instantiation of undefined template 'FunctionTypes::Arity<int (float, double, long double, char)>'}}
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p2.cpp 205 N0::X0<int>::InnerTemplate<unsigned long> inner_template3; // expected-note{{instantiation}}
  /external/clang/test/OpenMP/
parallel_sections_firstprivate_messages.cpp 307 return foomain<S4, S5>(argc, argv); // expected-note {{in instantiation of function template specialization 'foomain<S4, S5>' requested here}}
parallel_sections_lastprivate_messages.cpp 282 return foomain<S4, S5>(argc, argv); // expected-note {{in instantiation of function template specialization 'foomain<S4, S5>' requested here}}
sections_firstprivate_messages.cpp 347 return foomain<S4, S5>(argc, argv); // expected-note {{in instantiation of function template specialization 'foomain<S4, S5>' requested here}}
sections_lastprivate_messages.cpp 322 return foomain<S4, S5>(argc, argv); // expected-note {{in instantiation of function template specialization 'foomain<S4, S5>' requested here}}
single_copyprivate_messages.cpp 183 return tmain(argc, argv); // expected-note {{in instantiation of function template specialization 'tmain<int, char>' requested here}}

Completed in 1693 milliseconds

<<21222324252627282930>>