Searched defs:Checked (Results 1 – 7 of 7) sorted by relevance
67 Checked, enumerator
116 void setChecked(bool Checked) { ErrPtr = (ErrPtr & ~uintptr_t(1)) | Checked; } in setChecked()
90 BitVector Checked(getNumRegs()); in checkAllSuperRegsMarked() local
941 std::optional<bool> Checked = isImpliedByDomCondition( in findLoadSizeOffset() local
2049 bool Checked[WASM_NUM_SEC_ORDERS] = {}; in isValidSectionOrder() local
3523 ArrayRef<std::pair<llvm::Value *, SanitizerMask>> Checked, in EmitCheck()3802 void CodeGenFunction::EmitTrapCheck(llvm::Value *Checked, in EmitTrapCheck()
13002 SmallPtrSetImpl<const SDNode*> &Checked, in checkForCyclesHelper()