Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DIntervalMap.h1037 ValT treeSafeLookup(KeyT x, ValT NotFound) const;
1076 return branched() ? treeSafeLookup(x, NotFound) :
1143 treeSafeLookup(KeyT x, ValT NotFound) const { in treeSafeLookup() function