HomeSort by relevance Sort by last modified time
    Searched refs:Instantiation (Results 1 - 11 of 11) sorted by null

  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
VerificationErrorType.java 43 Instantiation(9, "instantiation-error");
95 return Instantiation;
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp 1 //===------- SemaTemplateInstantiate.cpp - C++ Template Instantiation ------===/
9 // This file implements C++ template instantiation.
30 // Template Instantiation Support
36 /// \param D the declaration for which we are computing template instantiation
48 /// used to determine the proper set of template instantiation arguments for
82 // Add template arguments from a class template instantiation.
426 /// \brief Prints the current instantiation stack through a series of
444 // Skip this instantiation?
627 // An instantiation of an alias template may or may not be a SFINAE
634 // This is a template instantiation, so there is no SFINAE
    [all...]
SemaTemplateVariadic.cpp 567 llvm::PointerUnion<Decl *, DeclArgumentPack *> *Instantiation
570 if (Instantiation->is<DeclArgumentPack *>()) {
572 NewPackSize = Instantiation->get<DeclArgumentPack *>()->size();
658 llvm::PointerUnion<Decl *, DeclArgumentPack *> *Instantiation
661 if (Instantiation->is<Decl*>())
666 unsigned Size = Instantiation->get<DeclArgumentPack *>()->size();
SemaTemplate.cpp     [all...]
  /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.
265 /// \brief Are we inside a macro instantiation?
268 /// \brief Handle entry to macro instantiation.
271 /// \param NameLoc Instantiation location.
274 /// \brief Handle exit from macro instantiation
    [all...]
  /prebuilts/tools/common/asm-tools/
asm-commons-4.0.jar 
asm-debug-all-4.0.jar 
  /prebuilts/tools/common/m2/internal/asm/asm-commons/3.3/
asm-commons-3.3.jar 
  /external/clang/include/clang/Sema/
Sema.h 839 /// template instantiation stacks.
845 /// instantiation, printing the template instantiation stack as
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.objectweb.asm_3.2.0.v200909071300.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 370 milliseconds