Searched defs:rend (Results 26 - 38 of 38) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h616 reverse_iterator rend() { return FunctionList.rend(); } function in class:llvm::Module
617 const_reverse_iterator rend() const { return FunctionList.rend(); } function in class:llvm::Module
/freebsd-13-stable/sys/kern/
H A Dsubr_rman.c444 rman_res_t rstart, rend, amask, bmask; local
/freebsd-13-stable/usr.sbin/pciconf/
H A Dpciconf.c1028 long rend; local
/freebsd-13-stable/contrib/wpa/src/ap/
H A Dgas_serv.c486 const u8 *rpos, *rend; local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h157 reverse_iterator rend() const { return getSubLoops().rend(); } function in class:llvm::LoopBase
925 reverse_iterator rend() const { return TopLevelLoops.rend(); } function in class:llvm::LoopInfoBase
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h270 reverse_iterator rend() { return reverse_iterator(instr_rend()); } function in class:llvm::MachineBasicBlock
271 const_reverse_iterator rend() const { function in class:llvm::MachineBasicBlock
H A DScheduleDAG.h776 reverse_iterator rend() { return Index2Node.rend(); } function in class:llvm::SUnit::ScheduleDAGTopologicalSort
777 const_reverse_iterator rend() const { return Index2Node.rend(); } function in class:llvm::SUnit::ScheduleDAGTopologicalSort
/freebsd-13-stable/contrib/wpa/src/common/
H A Dwpa_common.c2132 u8 *start, *end, *rpos, *rend; local
/freebsd-13-stable/sys/geom/mirror/
H A Dg_mirror.c1203 off_t rstart, rend, sstart, send; local
1233 off_t rstart, rend, sstart, send; local
/freebsd-13-stable/sys/geom/raid3/
H A Dg_raid3.c1473 off_t rstart, rend, sstart, send; local
1505 off_t rstart, rend, sstart, send; local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp351 auto rend = llvm::sys::path::rend(path_ref); local
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Ddsl_scan.c2920 uint64_t rend = rs_get_end(rs, queue->q_exts_by_addr); local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4831 reverse_iterator rend() { return InitExprs.rend(); } function in class:clang::final::InitListExpr
4832 const_reverse_iterator rend() const { return InitExprs.rend(); } function in class:clang::final::InitListExpr

Completed in 251 milliseconds

12