Home
last modified time | relevance | path

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

/llvm-project/flang/lib/Evaluate/
H A Dtype.cpp264 if (auto extends{dtDetails.GetParentComponentName()}) { FindParentComponent() local
349 if (auto extends{details.GetParentComponentName()}) { GetParentComponent() local
/llvm-project/flang/lib/Semantics/
H A Dmod-file.cpp526 if (const DerivedTypeSpec * extends{typeSymbol.GetParentTypeSpec()}) { PutDerivedType() local
1725 if (const DerivedTypeSpec * extends{typeSymbol.GetParentTypeSpec()}) { DoType() local
H A Dsymbol.cpp712 if (auto extends{GetParentComponentName()}) { GetParentComponent() local
H A Dresolve-names.cpp1155 const parser::Name *extends{nullptr}; // EXTENDS(name) global() member
6792 OkToAddComponent(const parser::Name & name,const Symbol * extends) OkToAddComponent() argument
[all...]
/llvm-project/polly/lib/External/isl/
H A Disl_ast_build_expr.c2276 static isl_bool extends(struct isl_from_pw_aff_data *data, in extends() function