Home
last modified time | relevance | path

Searched defs:sle (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/ADT/
DAPInt.h1082 bool sle(const APInt &RHS) const { return slt(RHS) || eq(RHS); } in sle() function
1090 bool sle(uint64_t RHS) const { return sle(APInt(getBitWidth(), RHS)); } in sle() function
/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwinKernel.cpp382 FileSpec sle("/System/Library/Extensions", true); in GetMacDirectoriesToSearch() local