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

  /external/clang/include/clang/AST/
TemplateBase.h 54 /// The template argument is an integral value stored in an llvm::APSInt
55 /// that was provided for an integral non-type template parameter.
56 Integral,
128 /// \brief Construct an integral constant template argument. The memory to
132 /// \brief Construct an integral constant template argument with the same
135 : Kind(Integral) {
270 /// \brief Retrieve the template argument as an integral value.
271 // FIXME: Provide a way to read the integral data without copying the value.
273 assert(Kind == Integral && "Unexpected kind");
283 /// \brief Retrieve the type of the integral value
    [all...]
RecursiveASTVisitor.h 717 case TemplateArgument::Integral:
750 case TemplateArgument::Integral:
    [all...]
  /external/clang/test/SemaTemplate/
constexpr-instantiate.cpp 121 constexpr bool Integral() {
124 template<typename T, bool Int = Integral<T>()>
  /external/clang/lib/AST/
ASTDiagnostic.cpp 453 /// FromInt, ToInt - APSInt's for integral arguments.
882 FromIter->getKind() == TemplateArgument::Integral;
884 ToIter->getKind() == TemplateArgument::Integral;
    [all...]
TypeLoc.cpp 333 case TemplateArgument::Integral:
DumpXML.cpp 328 case TemplateArgument::Integral: {
StmtProfile.cpp 1180 case TemplateArgument::Integral:
ASTDumper.cpp 617 case TemplateArgument::Integral:
618 OS << " integral " << A.getAsIntegral();
    [all...]
MicrosoftMangle.cpp 858 case TemplateArgument::Integral:
    [all...]
Decl.cpp 289 case TemplateArgument::Integral:
    [all...]
ItaniumMangle.cpp     [all...]
ASTImporter.cpp 298 case TemplateArgument::Integral:
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp 194 case TemplateArgument::Integral:
196 // declaration in another case, keep the integral constant.
197 // If both are integral constants with the same value, keep that value.
200 (Y.getKind() == TemplateArgument::Integral &&
227 // If we deduced a dependent expression in one case and either an integral
228 // constant or a declaration in another case, keep the integral constant
230 if (Y.getKind() == TemplateArgument::Integral ||
253 // If we deduced a declaration and an integral constant, keep the
254 // integral constant.
255 if (Y.getKind() == TemplateArgument::Integral)
    [all...]
SemaTemplate.cpp 637 // -- integral or enumeration type,
    [all...]
TreeTransform.h     [all...]
SemaLookup.cpp     [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h 659 case TemplateArgument::Integral:
692 case TemplateArgument::Integral:
    [all...]
CIndexUSRs.cpp 763 case TemplateArgument::Integral:
CIndex.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTWriter.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]

Completed in 329 milliseconds