Home
last modified time | relevance | path

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

/llvm-project/lldb/tools/debugserver/source/
H A DDNBBreakpoint.cpp108 const DNBBreakpoint *closest = nullptr; in FindNearestWatchpoint() local
/llvm-project/clang-tools-extra/clang-tidy/tool/
H A DClangTidyMain.cpp466 static StringRef closest(StringRef Value, const StringSet<> &Allowed) { closest() function
/llvm-project/mlir/lib/Interfaces/
H A DDataLayoutInterfaces.cpp475 mlir::DataLayout mlir::DataLayout::closest(Operation *op) { in closest() function in mlir::DataLayout