HomeSort by relevance Sort by last modified time
    Searched refs:Pack (Results 26 - 50 of 53) sorted by null

12 3

  /build/core/tasks/
cts.mk 164 # Pack cts.bat into the same zip file as well. See http://buganizer/issue?id=1656821 for more details
  /external/clang/lib/AST/
ASTDiagnostic.cpp 700 /// points to a TemplateArgument within a parameter pack.
703 /// EndTA - the end iterator of a parameter pack
714 // Set to first template argument. If not a parameter pack, done.
716 if (TA.getKind() != TemplateArgument::Pack) return;
718 // Start looking into the parameter pack.
725 // Parameter pack is empty, use the increment to get to a valid
744 // If in a parameter pack, advance in the parameter pack.
756 // If the TemplateArgument is not a parameter pack, done.
758 if (TA.getKind() != TemplateArgument::Pack) break
    [all...]
TypePrinter.cpp     [all...]
DumpXML.cpp 339 case TemplateArgument::Pack: {
702 // parameter pack?
713 // parameter pack?
724 // parameter pack?
ASTDumper.cpp 633 case TemplateArgument::Pack:
634 OS << " pack";
    [all...]
MicrosoftMangle.cpp 869 case TemplateArgument::Pack: {
    [all...]
Decl.cpp 225 // contribute to visibility, pack or not.
234 // Handle the non-pack case first.
242 // Look at all the types in an expanded pack.
255 // Handle the non-pack case first.
261 // Look at all expansions in an expanded pack.
315 case TemplateArgument::Pack:
    [all...]
ASTImporter.cpp 325 case TemplateArgument::Pack:
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
TreeTransform.h 97 /// pack.
211 /// \brief Determine whether we should expand a pack expansion with the
215 /// By default, the transformer never tries to expand pack expansions.
219 /// pack expansion.
222 /// the pack expansion.
228 /// expand the corresponding pack expansions into separate arguments. When
232 /// pack expansion after all of the expanded arguments. This is used
237 /// the expanded form of the corresponding pack expansion. This is both an
258 /// \brief "Forget" about the partially-substituted pack template argument,
259 /// when performing an instantiation that must preserve the parameter pack
    [all...]
SemaTemplate.cpp 484 "Only template template arguments can be pack expansions here");
486 "Template template argument pack expansion without packs");
587 // template-parameter that is not a template parameter pack.
722 // template-parameter that is not a template parameter pack.
788 // template-parameter that is not a template parameter pack.
    [all...]
SemaLookup.cpp     [all...]
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h 732 case TemplateArgument::Pack:
741 // FIXME: no source locations for a template argument pack?
773 case TemplateArgument::Pack:
    [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h 674 case TemplateArgument::Pack:
683 // FIXME: no source locations for a template argument pack?
715 case TemplateArgument::Pack:
    [all...]
CIndexUSRs.cpp 742 Out << 'P'; // pack expansion of...
752 case TemplateArgument::Pack:
CIndex.cpp     [all...]
  /external/valgrind/main/none/tests/ppc32/
testVMX.stdout.exp 228 Function vec_packpx [Vector Pack Pixel] not checked
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTReaderStmt.cpp 854 assert(HasPackExpansions == E->HasPackExpansions &&"Pack expansion mismatch");
    [all...]
ASTWriterStmt.cpp     [all...]
ASTWriter.cpp     [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 630 milliseconds

12 3