Home
last modified time | relevance | path

Searched defs:lastSymbol (Results 1 – 3 of 3) sorted by relevance

/llvm-project/flang/lib/Semantics/
H A Dcheck-data.cpp116 if (IsPointer(lastSymbol) && hasSubscript_) { // C877 in operator ()() local
H A Ddata-to-inits.cpp318 bool isProcPointer{lastSymbol && IsProcedurePointer(*lastSymbol)}; in InitElement() local
/llvm-project/flang/lib/Evaluate/
H A Dcheck-expression.cpp755 IsPermissibleInquiry(const semantics::Symbol & firstSymbol,const semantics::Symbol & lastSymbol,DescriptorInquiry::Field field) const IsPermissibleInquiry() argument