Searched refs:IsError (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Parse/
H A DParseOpenMP.cpp427 bool IsError = false; local
440 IsError = true;
449 IsError = true;
455 IsError = true;
470 IsError = true;
489 return IsError;
511 bool IsError = local
523 if (!IsError) {
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp1599 bool IsError = false; local
1622 IsError = true;
1649 IsError = true;
1674 IsError |= Arg.isInvalid();
1692 IsError |= CheckObjCMethodCall(
1695 return IsError;
H A DSemaOverload.cpp12642 bool IsError = false;
12649 IsError = true;
12668 IsError |= InputInit.isInvalid();
12674 IsError = true;
12690 IsError |= Arg.isInvalid();
12695 if (IsError) return true;
H A DSemaExpr.cpp8773 bool IsError) {
8774 S.Diag(Loc, IsError ? diag::err_typecheck_comparison_of_distinct_pointers
8830 bool IsError) {
8831 S.Diag(Loc, IsError ? diag::err_typecheck_comparison_of_fptr_to_void
8771 diagnoseDistinctPointerComparison(Sema &S, SourceLocation Loc, ExprResult &LHS, ExprResult &RHS, bool IsError) argument
8827 diagnoseFunctionPointerToVoidComparison(Sema &S, SourceLocation Loc, ExprResult &LHS, ExprResult &RHS, bool IsError) argument
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp3322 bool IsError = parseSysAlias(Head, NameLoc, Operands); local
3323 if (IsError && getLexer().isNot(AsmToken::EndOfStatement))
3325 return IsError;

Completed in 1612 milliseconds