Searched defs:IsError (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dstatus.cc100 bool Status::IsError() const { function in class:Status
/external/chromium_org/gpu/command_buffer/common/
H A Dconstants.h30 inline bool IsError(Error error) { function in namespace:gpu::error
/external/chromium_org/content/child/webcrypto/
H A Dstatus.cc11 bool Status::IsError() const { function in class:content::webcrypto::Status
/external/clang/lib/Lex/
H A DLiteralSupport.cpp305 bool IsError = (!Features.CPlusPlus11 || !in_char_string_literal); local
310 IsError ? diag::err_ucn_escape_basic_scs :
315 IsError ? diag::err_ucn_control_character :
318 if (IsError)
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp1363 bool IsError = false; local
1386 IsError = true;
1405 IsError = true;
1418 IsError |= Arg.isInvalid();
1436 IsError |= CheckObjCMethodCall(
1439 return IsError;
H A DSemaOverload.cpp11778 bool IsError = false; local
11785 IsError = true;
11804 IsError |= InputInit.isInvalid();
11810 IsError = true;
11826 IsError |= Arg.isInvalid();
11831 if (IsError) return true;
H A DSemaExpr.cpp7581 bool IsError) {
7582 S.Diag(Loc, IsError ? diag::err_typecheck_comparison_of_distinct_pointers
7638 bool IsError) {
7639 S.Diag(Loc, IsError ? diag::err_typecheck_comparison_of_fptr_to_void
7579 diagnoseDistinctPointerComparison(Sema &S, SourceLocation Loc, ExprResult &LHS, ExprResult &RHS, bool IsError) argument
7635 diagnoseFunctionPointerToVoidComparison(Sema &S, SourceLocation Loc, ExprResult &LHS, ExprResult &RHS, bool IsError) argument
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp3162 bool IsError = parseSysAlias(Head, NameLoc, Operands); local
3163 if (IsError && getLexer().isNot(AsmToken::EndOfStatement))
3165 return IsError;

Completed in 214 milliseconds