Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-do-forall.cpp154 if (const DeclTypeSpec * entityType{details->type()}) { in MightDeallocatePolymorphic() local
155 if (const DerivedTypeSpec * derivedType{entityType->AsDerived()}) { in MightDeallocatePolymorphic()
234 const DeclTypeSpec *entityType{entity.GetType()}; in Post() local
235 if ((entityType && entityType->IsPolymorphic()) || // POINTER case in Post()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOpBase.td1693 class NativeTrait<string name, string entityType> : Trait {
1695 string cppNamespace = "::mlir::" # entityType # "Trait";
1703 class ParamNativeTrait<string prop, string params, string entityType>
1704 : NativeTrait<prop # "<" # params # ">::Impl", entityType>;
1709 class GenInternalTrait<string prop, string entityType> : Trait {
1710 string trait = "::mlir::" # entityType # "Trait::" # prop;