Home
last modified time | relevance | path

Searched defs:checked (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/libunwind/src/
H A Dlibunwind.cpp441 static bool checked = false; in logAPIs() local
453 static bool checked = false; in logUnwinding() local
465 static bool checked = false; in logDWARF() local
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.cpp141 for (uptr checked = 0; sz > 0; checked += kPageSize) { in ResetRange() local
149 for (uptr checked = 0; sz > 0; checked += kPageSize) { in ResetRange() local
/freebsd/contrib/dialog/samples/
H A Ddialog.py172 def checklist(self, text, height=15, width=54, list=[], checked=None): argument
/freebsd/lib/libc/nameser/
H A Dns_name.c422 int n, len, checked, l; in ns_name_unpack2() local
/freebsd/contrib/unbound/daemon/
H A Dworker.c301 int checked; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp13366 SmallPtrSet<const SDNode*, 32> checked; in checkForCycles() local