Searched defs:extends (Results 1 – 5 of 5) sorted by relevance
/llvm-project/flang/lib/Evaluate/ | ||
H A D | type.cpp | 264 if (auto extends{dtDetails.GetParentComponentName()}) { FindParentComponent() local |
/llvm-project/flang/lib/Semantics/ | ||
H A D | mod-file.cpp | 526 if (const DerivedTypeSpec * extends{typeSymbol.GetParentTypeSpec()}) { PutDerivedType() local |
H A D | symbol.cpp | 712 if (auto extends{GetParentComponentName()}) { GetParentComponent() local |
H A D | resolve-names.cpp | 1155 const parser::Name *extends{nullptr}; // EXTENDS(name) global() member |
/llvm-project/polly/lib/External/isl/ | ||
H A D | isl_ast_build_expr.c | 2276 static isl_bool extends(struct isl_from_pw_aff_data *data, in extends() function |