Home
last modified time | relevance | path

Searched defs:Checked (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/wpa/src/common/
H A Dieee802_1x_defs.h67 Checked, enumerator
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Derror.h116 void setChecked(bool Checked) { ErrPtr = (ErrPtr & ~uintptr_t(1)) | Checked; } in setChecked()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp86 BitVector Checked(getNumRegs()); in checkAllSuperRegsMarked() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp941 std::optional<bool> Checked = isImpliedByDomCondition( in findLoadSizeOffset() local
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp2231 bool Checked[WASM_NUM_SEC_ORDERS] = {}; in isValidSectionOrder() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp3523 ArrayRef<std::pair<llvm::Value *, SanitizerMask>> Checked, in EmitCheck()
3829 void CodeGenFunction::EmitTrapCheck(llvm::Value *Checked, in EmitTrapCheck()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp13332 SmallPtrSetImpl<const SDNode*> &Checked, in checkForCyclesHelper()