Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gprof/
H A Dsource.c107 Search_List_Elem *sle = src_search_list.head; local
/openbsd-src/gnu/usr.bin/binutils-2.17/gprof/
H A Dsource.c103 Search_List_Elem *sle = src_search_list.head; in annotate_source() local
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPInt.h1144 bool sle(const APInt &RHS) const { return compareSigned(RHS) <= 0; } in sle() function
1152 bool sle(uint64_t RHS) const { return !sgt(RHS); } in sle() function
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DKnownBits.cpp391 std::optional<bool> KnownBits::sle(const KnownBits &LHS, const KnownBits &RHS) { in sle() function in KnownBits
/openbsd-src/usr.bin/tmux/
H A Dstatus.c372 struct status_line_entry *sle; in status_redraw() local