Home
last modified time | relevance | path

Searched refs:getValueIndex (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/Analysis/
DUninitializedValues.cpp73 std::optional<unsigned> getValueIndex(const VarDecl *d) const;
89 std::optional<unsigned> DeclToIndex::getValueIndex(const VarDecl *d) const { in getValueIndex() function in DeclToIndex
150 std::optional<unsigned> idx = declToIndex.getValueIndex(vd); in getValue()
210 return scratch[*declToIndex.getValueIndex(vd)]; in operator []()