Home
last modified time | relevance | path

Searched defs:Checked (Results 1 – 8 of 8) 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.cpp85 BitVector Checked(getNumRegs()); in checkAllSuperRegsMarked() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp1073 std::optional<bool> Checked = isImpliedByDomCondition( in findLoadOffsetRange() local
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp2252 bool Checked[WASM_NUM_SEC_ORDERS] = {}; in isValidSectionOrder() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp3717 ArrayRef<std::pair<llvm::Value *, SanitizerKind::SanitizerOrdinal>> Checked, in EmitCheck()
4049 void CodeGenFunction::EmitTrapCheck(llvm::Value *Checked, in EmitTrapCheck()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp13951 SmallPtrSetImpl<const SDNode*> &Checked, in checkForCyclesHelper()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp14220 const Instruction *Checked = It->second.getPointer(); in getSpillCost() local