Searched defs:InvalidIndex (Results 1 – 6 of 6) sorted by relevance
66 const static size_t InvalidIndex; variable
265 const size_t CallDAG::InvalidIndex = std::numeric_limits<size_t>::max(); member in sh::CallDAG
36 struct InvalidIndex : std::runtime_error struct38 InvalidIndex(const std::string& s) in InvalidIndex() argument
163 static const uint32_t InvalidIndex = -1; variable