Home
last modified time | relevance | path

Searched defs:hasErr (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/flang/runtime/
Dio-error.h55 hasErr = 2, // ERR= enumerator
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
DRetainCountChecker.cpp218 RefVal::Kind hasErr = (RefVal::Kind) 0; in checkPostStmt() local
237 RefVal::Kind hasErr = (RefVal::Kind) 0; in processObjCLiterals() local
611 RefVal::Kind hasErr = (RefVal::Kind) 0; in checkSummary() local
714 RefVal::Kind &hasErr, in updateSymbol()
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp2769 RefVal::Kind hasErr = (RefVal::Kind) 0; in checkPostStmt() local
2788 RefVal::Kind hasErr = (RefVal::Kind) 0; in processObjCLiterals() local
3008 RefVal::Kind hasErr = (RefVal::Kind) 0; in checkSummary() local
3129 RefVal V, ArgEffect E, RefVal::Kind &hasErr, in updateSymbol()
/external/llvm-project/flang/lib/Lower/
DIO.cpp76 bool hasErr{}; member