Searched refs:hasErr (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
D | RetainCountChecker.cpp | 218 RefVal::Kind hasErr = (RefVal::Kind) 0; in checkPostStmt() local 219 state = updateSymbol(state, Sym, *T, AE, hasErr, C); in checkPostStmt() 221 if (hasErr) { in checkPostStmt() 237 RefVal::Kind hasErr = (RefVal::Kind) 0; in processObjCLiterals() local 239 ArgEffect(MayEscape, ObjKind::ObjC), hasErr, C); in processObjCLiterals() 240 if (hasErr) { in processObjCLiterals() 241 processNonLeakError(state, Child->getSourceRange(), hasErr, sym, C); in processObjCLiterals() 611 RefVal::Kind hasErr = (RefVal::Kind) 0; in checkSummary() local 629 state = updateSymbol(state, Sym, *T, Effect, hasErr, C); in checkSummary() 630 if (hasErr) { in checkSummary() [all …]
|
D | RetainCountChecker.h | 335 RefVal V, ArgEffect E, RefVal::Kind &hasErr,
|
/external/llvm-project/flang/runtime/ |
D | io-error.h | 32 void HasErrLabel() { flags_ |= hasErr; } in HasErrLabel() 55 hasErr = 2, // ERR= enumerator
|
D | io-error.cpp | 37 if (flags_ & (hasIoStat | hasErr)) { in SignalError()
|
D | io-api.h | 194 void IONAME(EnableHandlers)(Cookie, bool hasIoStat = false, bool hasErr = false,
|
D | io-api.cpp | 367 void IONAME(EnableHandlers)(Cookie cookie, bool hasIoStat, bool hasErr, in IONAME() 373 if (hasErr) { in IONAME()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | RetainCountChecker.cpp | 2656 RefVal V, ArgEffect E, RefVal::Kind &hasErr, 2769 RefVal::Kind hasErr = (RefVal::Kind) 0; in checkPostStmt() local 2770 state = updateSymbol(state, Sym, *T, AE, hasErr, C); in checkPostStmt() 2772 if (hasErr) { in checkPostStmt() 2788 RefVal::Kind hasErr = (RefVal::Kind) 0; in processObjCLiterals() local 2789 state = updateSymbol(state, sym, *T, MayEscape, hasErr, C); in processObjCLiterals() 2790 if (hasErr) { in processObjCLiterals() 2791 processNonLeakError(state, Child->getSourceRange(), hasErr, sym, C); in processObjCLiterals() 3008 RefVal::Kind hasErr = (RefVal::Kind) 0; in checkSummary() local 3020 state = updateSymbol(state, Sym, *T, Effect, hasErr, C); in checkSummary() [all …]
|
/external/llvm-project/flang/lib/Lower/ |
D | IO.cpp | 76 bool hasErr{}; member 82 return ioStatExpr != nullptr || hasErr; in hasErrorConditionSpecifier() 87 return ioStatExpr != nullptr || hasErr || hasEnd || hasEor; in hasTransferConditionSpecifier() 91 return ioStatExpr != nullptr || ioMsgExpr != nullptr || hasErr || hasEnd || in hasAnyConditionSpecifier() 771 [&](const Fortran::parser::ErrLabel &) { csi.hasErr = true; }, in genConditionHandlerCall() 788 boolValue(csi.hasErr), in genConditionHandlerCall()
|