/external/clang/test/SemaCXX/ |
alias-template.cpp | 57 template<typename Z> using U = T*; // expected-error {{declaration type contains unexpanded parameter pack 'T'}} 80 template<typename U> using f = T; // expected-error {{declaration type contains unexpanded parameter pack 'T'}}
|
/external/clang/include/clang/Sema/ |
Sema.h | [all...] |
/external/chromium-trace/catapult/tracing/tracing/ui/ |
timeline_viewport_test.html | 113 assert.isFalse(asyncTrack.expanded); // Make sure this starts unexpanded.
|
/external/clang/include/clang/Lex/ |
PTHLexer.h | 78 /// isNextPPTokenLParen - Return 1 if the next unexpanded token will return a
|
TokenLexer.h | 142 /// expansion stack, return 2. If the next unexpanded token is a '(', return
|
/packages/apps/Dialer/tests/src/com/android/dialer/widget/ |
ActionBarControllerTest.java | 131 // displaying the expanded search box by sliding it down, displaying the unexpanded search box,
|
/external/clang/lib/Sema/ |
SemaTemplateInstantiateDecl.cpp | 106 SmallVector<UnexpandedParameterPack, 2> Unexpanded; 109 Unexpanded); 112 Unexpanded); 113 assert(!Unexpanded.empty() && "Pack expansion without parameter packs?"); 121 Unexpanded, TemplateArgs, Expand, [all...] |
TreeTransform.h | 229 /// \param Unexpanded The set of unexpanded parameter packs within the 236 /// \param RetainExpansion Whether the caller should add an unexpanded 255 ArrayRef<UnexpandedParameterPack> Unexpanded, [all...] |
SemaTemplateInstantiate.cpp | 662 ArrayRef<UnexpandedParameterPack> Unexpanded, 666 PatternRange, Unexpanded, [all...] |
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
p4.cpp | 115 struct BrokenMixins : public Mixins... { }; // expected-error{{pack expansion does not contain any unexpanded parameter packs}}
|
/external/clang/test/SemaTemplate/ |
alias-templates.cpp | 128 // An expression can contain an unexpanded pack without being type or
|
/external/clang/test/Parser/ |
cxx-altivec.cpp | 195 (void) (Args::foo()...); // expected-error {{expression contains unexpanded parameter pack 'Args'}} expected-error {{expected ')'}} expected-note {{to match this '('}}
|
/libcore/luni/src/main/java/org/w3c/dom/ls/ |
LSParserFilter.java | 33 * entities</a>", unexpanded entity reference nodes are never discarded and are always
|
/external/llvm/utils/TableGen/ |
InstrInfoEmitter.cpp | 135 // Predicate operands. Check to see if the original unexpanded operand 140 // Optional def operands. Check to see if the original unexpanded operand
|
/frameworks/compile/libbcc/bcinfo/ |
MetadataExtractor.cpp | 461 // the original (UNexpanded) kernel function (TmpNameList[i]) 529 // (UNexpanded) accumulator function (mAccumulatorName) may have
|
/external/clang/lib/AST/ |
ExprCXX.cpp | 364 // template arguments and whether they contain any unexpanded pack [all...] |
/external/clang/include/clang/AST/ |
TemplateName.h | 298 /// unexpanded parameter pack (for C++0x variadic templates).
|
Type.h | [all...] |
DeclTemplate.h | 61 /// Whether this template parameter list contains an unexpanded parameter 127 /// unexpanded parameter pack. [all...] |
DeclarationName.h | 517 /// \brief Determine whether this name contains an unexpanded
|
NestedNameSpecifier.h | 205 /// \brief Whether this nested-name-specifier contains an unexpanded
|
TemplateBase.h | 229 /// \brief Whether this template argument contains an unexpanded
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
ActionModeHandler.java | 409 // Pass1: Deal with unexpanded media object list for menu operation.
|
/external/chromium-trace/catapult/tracing/tracing/ui/analysis/ |
memory_dump_sub_view_util_test.html | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/ |
cppinternals.info | 468 normally holds the unexpanded replacement list of the innermost macro 470 in which case it holds that argument's unexpanded tokens. 484 returns, the new context will contain the unexpanded tokens of the [all...] |