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

  /external/clang/include/clang/AST/
TemplateBase.h 52 /// The template argument is an integral value stored in an llvm::APSInt
53 /// that was provided for an integral non-type template parameter.
54 Integral,
107 /// \brief Construct an integral constant template argument.
108 TemplateArgument(const llvm::APSInt &Value, QualType Type) : Kind(Integral) {
109 // FIXME: Large integral values will get leaked. Do something
170 // FIXME: Large integral values will get leaked. Do something
172 if (Kind == Integral) {
188 if (Kind == Other.Kind && Kind == Integral) {
189 // Copy integral values
    [all...]
RecursiveASTVisitor.h 702 case TemplateArgument::Integral:
734 case TemplateArgument::Integral:
    [all...]
  /external/clang/lib/AST/
TypeLoc.cpp 301 case TemplateArgument::Integral:
DumpXML.cpp 327 case TemplateArgument::Integral: {
StmtProfile.cpp 1163 case TemplateArgument::Integral:
Decl.cpp 146 case TemplateArgument::Integral:
    [all...]
ItaniumMangle.cpp     [all...]
ASTImporter.cpp 320 case TemplateArgument::Integral:
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp 189 case TemplateArgument::Integral:
191 // declaration in another case, keep the integral constant.
192 // If both are integral constants with the same value, keep that value.
195 (Y.getKind() == TemplateArgument::Integral &&
222 // If we deduced a dependent expression in one case and either an integral
223 // constant or a declaration in another case, keep the integral constant
225 if (Y.getKind() == TemplateArgument::Integral ||
248 // If we deduced a declaration and an integral constant, keep the
249 // integral constant.
250 if (Y.getKind() == TemplateArgument::Integral)
    [all...]
SemaTemplate.cpp 634 // -- integral or enumeration type,
    [all...]
TreeTransform.h     [all...]
SemaLookup.cpp     [all...]
  /external/clang/tools/libclang/
CIndexUSRs.cpp 754 case TemplateArgument::Integral:
CIndex.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTReader.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]

Completed in 537 milliseconds