Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Evaluate/
Dintrinsics-library.h22 class DynamicType; variable
Dtype.h88 constexpr DynamicType(TypeCategory cat, int k) : category_{cat}, kind_{k} { in DynamicType() function
91 constexpr DynamicType(int k, const semantics::ParamValue &pv) in DynamicType() function
102 CONSTEXPR_CONSTRUCTORS_AND_ASSIGNMENTS(DynamicType) in CONSTEXPR_CONSTRUCTORS_AND_ASSIGNMENTS() argument
209 constexpr DynamicType() {} in DynamicType() function
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypeChecker.cpp68 void DynamicTypeChecker::reportTypeError(QualType DynamicType, in reportTypeError()
/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypeChecker.cpp71 void DynamicTypeChecker::reportTypeError(QualType DynamicType, in reportTypeError()
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp5556 struct DynamicType { struct
5573 static Optional<DynamicType> ComputeDynamicType(EvalInfo &Info, const Expr *E, in ComputeDynamicType() argument