Home
last modified time | relevance | path

Searched defs:GetRank (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/flang/include/flang/Evaluate/
Dconstant.h45 inline int GetRank(const ConstantSubscripts &s) { in GetRank() function
Dshape.h54 inline int GetRank(const Shape &s) { return static_cast<int>(s.size()); } in GetRank() function
/external/golang-protobuf/protoc-gen-go/testdata/extension_user/
Dextension_user.pb.go65 func (m *UserMessage) GetRank() string { func
/external/llvm-project/flang/lib/Semantics/
Dexpression.cpp3199 int ArgumentAnalyzer::GetRank(std::size_t i) const { in GetRank() function in Fortran::evaluate::ArgumentAnalyzer