Home
last modified time | relevance | path

Searched defs:DynamicType (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dintrinsics-library.h22 class DynamicType; variable
H A Dtype.h90 constexpr DynamicType(TypeCategory cat, int k) : category_{cat}, kind_{k} { in DynamicType() function
94 constexpr DynamicType(int k, std::int64_t len) in DynamicType() function
105 CONSTEXPR_CONSTRUCTORS_AND_ASSIGNMENTS(DynamicType) in CONSTEXPR_CONSTRUCTORS_AND_ASSIGNMENTS() argument
227 constexpr DynamicType() {} in DynamicType() function
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DExtensibleDialect.h34 class DynamicType; variable
269 friend DynamicType; variable
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypeChecker.cpp68 void DynamicTypeChecker::reportTypeError(QualType DynamicType, in reportTypeError()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dtype.cpp95 DynamicType::DynamicType(int k, const semantics::ParamValue &pv) in DynamicType() function in Fortran::evaluate::DynamicType
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp5649 struct DynamicType { struct
5666 static Optional<DynamicType> ComputeDynamicType(EvalInfo &Info, const Expr *E, in ComputeDynamicType() argument