Home
last modified time | relevance | path

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

/llvm-project/flang/include/flang/Evaluate/
H A Dintrinsics-library.h22 class DynamicType; variable
H A Dtype.h96 constexpr DynamicType(TypeCategory cat, int k) : category_{cat}, kind_{k} { DynamicType() function
102 constexpr DynamicType(int k, std::int64_t len) DynamicType() function
114 CONSTEXPR_CONSTRUCTORS_AND_ASSIGNMENTS(DynamicType) CONSTEXPR_CONSTRUCTORS_AND_ASSIGNMENTS() argument
254 constexpr DynamicType() {} DynamicType() function
[all...]
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypeChecker.cpp63 void DynamicTypeChecker::reportTypeError(QualType DynamicType, in reportTypeError()
/llvm-project/mlir/include/mlir/IR/
H A DExtensibleDialect.h37 class DynamicType; variable
293 friend DynamicType; variable
/llvm-project/flang/lib/Evaluate/
H A Dtype.cpp119 DynamicType::DynamicType(int k, const semantics::ParamValue &pv) in DynamicType() function in Fortran::evaluate::DynamicType
[all...]
/llvm-project/clang/lib/AST/Interp/
H A DInterp.h
/llvm-project/clang/lib/AST/
H A DExprConstant.cpp5786 struct DynamicType { global() struct
5803 PathLengthDynamicType ComputeDynamicType() argument