Searched
full:instantiation (Results
401 -
425 of
1076) sorted by null
<<11121314151617181920>>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
concept_check.h | 65 // a valid instantiation pattern. Thus, we steal a feature from C99.
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
concept_check.h | 65 // a valid instantiation pattern. Thus, we steal a feature from C99.
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
concept_check.h | 65 // a valid instantiation pattern. Thus, we steal a feature from C99.
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
concept_check.h | 65 // a valid instantiation pattern. Thus, we steal a feature from C99.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
concept_check.h | 65 // a valid instantiation pattern. Thus, we steal a feature from C99.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
concept_check.h | 65 // a valid instantiation pattern. Thus, we steal a feature from C99.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
concept_check.h | 65 // a valid instantiation pattern. Thus, we steal a feature from C99.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
concept_check.h | 65 // a valid instantiation pattern. Thus, we steal a feature from C99.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
concept_check.h | 65 // a valid instantiation pattern. Thus, we steal a feature from C99.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
concept_check.h | 65 // a valid instantiation pattern. Thus, we steal a feature from C99.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
contextlib.py | 31 # Need to force instantiation so we can reliably
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
contextlib.py | 31 # Need to force instantiation so we can reliably
|
/development/tools/axl/ |
singletonmixin.py | 36 es __new__. This happens at subclass instantiation 74 raise SingletonException, 'If the singleton requires __init__ args, supply them on first instantiation'
|
/external/chromium_org/third_party/skia/src/core/ |
SkConfig8888.cpp | 143 * configs. Each is implemented as an instantiation templated function. Two 144 * levels of switch statements are used to select the correct instantiation, one
|
/external/clang/include/clang/Basic/ |
Specifiers.h | 148 /// due to an explicit instantiation declaration request 152 /// due to an explicit instantiation definition request
|
DiagnosticParseKinds.td | 593 "an explicit template instantiation}0 can " 596 "explicit template instantiation cannot have a definition; if this " 600 "%select{function|class|variable}0 cannot be defined in an explicit instantiation; if this " 603 "friend cannot be declared in an explicit instantiation; if this " 621 "instantiation">; 645 "explicit %select{specialization|instantiation}0 of non-template " [all...] |
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
p4.cpp | 81 template void initializer_list_expansion<1, 2, 3, 4, 5, 6>(); // expected-note{{in instantiation of function template specialization 'initializer_list_expansion<1, 2, 3, 4, 5, 6>' requested here}} 130 HasMixins<A, B> ab3(17); // expected-note{{in instantiation of member function 'HasMixins<A, B>::HasMixins' requested here}}
|
/external/clang/test/SemaCXX/ |
cxx0x-defaulted-functions.cpp | 114 expected-note {{instantiation of exception specification for 'Error'}} \ 115 expected-note {{instantiation of exception specification for '~Error'}}
|
lambda-expressions.cpp | 223 // instantiation backtrace. 229 template void nested2(int, int); // expected-note {{in instantiation of}}
|
member-expr.cpp | 212 call_func(e); // expected-note {{in instantiation of function template specialization 'PR15045::call_func<PR15045::bar>' requested here}} 214 call_func(f); // expected-note {{in instantiation of function template specialization 'PR15045::call_func<PR15045::foo>' requested here}}
|
/external/skia/src/core/ |
SkConfig8888.cpp | 143 * configs. Each is implemented as an instantiation templated function. Two 144 * levels of switch statements are used to select the correct instantiation, one
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/ |
iterator_adaptor.hpp | 92 // and not at the actual instantiation. 127 // For some reason vc7.1 needs us to "cut off" instantiation
|
/external/chromium/testing/gmock/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 ' 422 _CLANG_NON_GMOCK_FILE_LINE_RE + r'note: in instantiation '
|
/external/clang/include/clang/Sema/ |
Lookup.h | 37 /// instantiation,, but there were dependent base classes of the 38 /// current instantiation that could not be searched. 294 // During template instantiation, we can refer to hidden declarations, if 295 // they were visible in any module along the path of instantiation. 385 /// search into dependent base classes of the current instantiation. 390 /// \brief Note that while no result was found in the current instantiation,
|
/external/clang/lib/Sema/ |
Sema.cpp | 210 // If we're in template instantiation, it's an error. 579 // carefully keep track of the point of instantiation (C++ [temp.point]). 581 // instantiation will always happen at the end of the translation unit, 583 // valid, but we could do better by diagnosing if an instantiation uses a 584 // name that was not visible at its first point of instantiation. [all...] |
Completed in 3252 milliseconds
<<11121314151617181920>>