HomeSort by relevance Sort by last modified time
    Searched refs:Instantiation (Results 1 - 9 of 9) 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.
443 /// \brief Prints the current instantiation stack through a series of
461 // Skip this instantiation?
644 // This is a template instantiation, so there is no SFINAE.
650 // A default template argument instantiation and substitution int
    [all...]
SemaTemplateVariadic.cpp 531 llvm::PointerUnion<Decl *, DeclArgumentPack *> *Instantiation
534 if (Instantiation->is<DeclArgumentPack *>()) {
536 NewPackSize = Instantiation->get<DeclArgumentPack *>()->size();
621 llvm::PointerUnion<Decl *, DeclArgumentPack *> *Instantiation
624 if (Instantiation->is<DeclArgumentPack *>())
625 return Instantiation->get<DeclArgumentPack *>()->size();
SemaTemplate.cpp     [all...]
  /prebuilts/tools/common/asm-tools/
asm-commons-4.0.jar 
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 59 /// instantiation.
64 /// The macro instantiation with substitutions.
65 MemoryBuffer *Instantiation;
67 /// The location of the instantiation.
70 /// The location where parsing should resume upon instantiation completion.
411 assert(ActiveMacros.empty() && "Unexpected active macro instantiation!");
423 // Print the active macro instantiation stack.
427 "while in macro instantiation");
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 791 /// template instantiation stacks.
797 /// 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 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 175 milliseconds