Home
last modified time | relevance | path

Searched refs:ErrorFound (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseOpenMP.cpp393 bool ErrorFound = false; in ParseOpenMPClause() local
398 ErrorFound = true; in ParseOpenMPClause()
419 ErrorFound = true; in ParseOpenMPClause()
434 ErrorFound = true; in ParseOpenMPClause()
445 ErrorFound = true; in ParseOpenMPClause()
466 ErrorFound = true; in ParseOpenMPClause()
495 return ErrorFound ? nullptr : Clause; in ParseOpenMPClause()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOpenMP.cpp1075 bool ErrorFound; member in __anona5ec887d0611::DSAAttrChecker
1116 ErrorFound = true; in VisitDeclRefExpr()
1146 bool isErrorFound() { return ErrorFound; } in isErrorFound()
1153 : Stack(S), SemaRef(SemaRef), ErrorFound(false), CS(CS) {} in DSAAttrChecker()
1998 bool ErrorFound = false; in ActOnOpenMPExecutableDirective() local
2016 ErrorFound = cast<OMPFirstprivateClause>(Implicit)->varlist_size() != in ActOnOpenMPExecutableDirective()
2019 ErrorFound = true; in ActOnOpenMPExecutableDirective()
2154 if (ErrorFound) in ActOnOpenMPExecutableDirective()
3896 ExprAnalysisErrorCode ErrorFound = NoError; in checkBinaryOperation() local
3931 ErrorFound = NotAnUpdateExpression; in checkBinaryOperation()
[all …]