Home
last modified time | relevance | path

Searched refs:sizeIntegerKind (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Common/
H A Ddefault-kinds.h30 int sizeIntegerKind() const { return sizeIntegerKind_; } in sizeIntegerKind() function
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dintrinsics.cpp1705 DynamicType{TypeCategory::Integer, defaults.sizeIntegerKind()}; in Match()
1734 DynamicType{TypeCategory::Integer, defaults.sizeIntegerKind()}; in Match()
2196 DynamicType shapeType{TypeCategory::Integer, defaults_.sizeIntegerKind()}; in HandleC_F_Pointer()