Home
last modified time | relevance | path

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

/llvm-project/flang/include/flang/Evaluate/
H A Dcharacteristics.h177 int corank() const { return corank_; } in corank() function
/llvm-project/flang/lib/Lower/
H A DAllocatable.cpp171 int corank = 0; genRuntimeInitCharacter() local
625 genInitDerived(const fir::MutableBoxValue & box,mlir::Value typeDescAddr,int rank,int corank=0) genInitDerived() argument
652 genInitIntrinsic(const fir::MutableBoxValue & box,const TypeCategory category,int64_t kind,int rank,int corank=0) genInitIntrinsic() argument
/llvm-project/flang/lib/Evaluate/
H A Dintrinsics.cpp3003 const auto corank = symbol->Corank(); CheckDimAgainstCorank() local