Home
last modified time | relevance | path

Searched defs:hasError (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldImpl.h348 bool hasError() { return HasError; } in hasError() function
/trueos/contrib/llvm/utils/TableGen/
HDCodeGenDAGPatterns.h584 bool hasError() const { in hasError() function
/trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDRetainCountChecker.cpp3276 bool hasError = false; in checkReturnWithRetEffect() local