Home
last modified time | relevance | path

Searched defs:ignoreTKR (Results 1 – 4 of 4) sorted by relevance

/llvm-project/flang/lib/Common/
H A DFortran.cpp105 std::optional<CUDADataAttr> y, IgnoreTKRSet ignoreTKR, in AreCompatibleCUDADataAttrs() argument
/llvm-project/flang/include/flang/Evaluate/
H A Dcharacteristics.h248 common::IgnoreTKRSet ignoreTKR; member
/llvm-project/flang/include/flang/Semantics/
H A Dsymbol.h373 common::IgnoreTKRSet ignoreTKR() const { return ignoreTKR_; } in ignoreTKR() function
/llvm-project/flang/lib/Semantics/
H A Dcheck-declarations.cpp763 if (auto ignoreTKR{GetIgnoreTKR(symbol)}; !ignoreTKR.empty()) { CheckObjectEntity() local