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()
86 BitVector Checked(getNumRegs()); in checkAllSuperRegsMarked() local
941 std::optional<bool> Checked = isImpliedByDomCondition( in findLoadSizeOffset() local
2231 bool Checked[WASM_NUM_SEC_ORDERS] = {}; in isValidSectionOrder() local
3523 ArrayRef<std::pair<llvm::Value *, SanitizerMask>> Checked, in EmitCheck()3829 void CodeGenFunction::EmitTrapCheck(llvm::Value *Checked, in EmitTrapCheck()
13332 SmallPtrSetImpl<const SDNode*> &Checked, in checkForCyclesHelper()