Home
last modified time | relevance | path

Searched refs:IsDestructible (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dtools.h115 bool IsDestructible(const Symbol &, const Symbol *derivedType = nullptr);
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dtype.cpp196 return IsDestructible(component, &typeSymbol()); in HasDestruction()
H A Dtools.cpp606 bool IsDestructible(const Symbol &symbol, const Symbol *derivedTypeSymbol) { in IsDestructible() function
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTokenKinds.def465 TYPE_TRAIT_1(__is_destructible, IsDestructible, KEYMS)