HomeSort by relevance Sort by last modified time
    Searched defs:IsError (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/test/chromedriver/chrome/
status.cc 96 bool Status::IsError() const {
  /external/chromium_org/gpu/command_buffer/common/
constants.h 29 inline bool IsError(Error error) {
  /external/chromium/chrome/browser/translate/
translate_infobar_delegate.h 87 bool IsError() const { return type_ == TRANSLATION_ERROR; }
  /external/clang/lib/Lex/
LiteralSupport.cpp 263 bool IsError = (!Features.CPlusPlus11 || !in_char_string_literal);
268 IsError ? diag::err_ucn_escape_basic_scs :
273 IsError ? diag::err_ucn_control_character :
276 if (IsError)
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
SemaOverload.cpp     [all...]

Completed in 921 milliseconds