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

/external/clang/lib/Sema/
H A DSemaCoroutine.cpp171 bool IsInvalid; member in struct:ReadySuspendResumeResult
211 Calls.IsInvalid = false;
251 if (RSS.IsInvalid)
318 if (RSS.IsInvalid)
H A DSemaType.cpp6211 bool IsInvalid = true; local
6214 IsInvalid = false;
6218 if (IsInvalid) attr.setInvalid();
H A DSemaDeclCXX.cpp75 bool IsInvalid = false; local
77 IsInvalid |= Visit(SubStmt);
78 return IsInvalid;
7343 bool IsInvalid = false; local
7377 IsInvalid = true;
7409 if (IsInvalid)
/external/libchrome/base/numerics/
H A Dsafe_conversions_impl.h147 constexpr bool IsInvalid() const { return is_overflow_ && is_underflow_; } function in class:base::internal::RangeCheck
/external/pdfium/third_party/base/numerics/
H A Dsafe_conversions_impl.h148 constexpr bool IsInvalid() const { return is_overflow_ && is_underflow_; } function in class:pdfium::base::internal::RangeCheck
/external/v8/src/
H A Ddateparser.h128 bool IsInvalid() { return tag_ == kInvalidTokenTag; } function in struct:v8::internal::DateParser::DateToken
/external/clang/lib/Parse/
H A DParseExpr.cpp324 bool IsInvalid = false; local
326 SM.getCharacterData(FILoc.getLocWithOffset(-1), &IsInvalid);
327 if (!IsInvalid && *SourcePtr == ' ') {
329 SM.getCharacterData(FILoc.getLocWithOffset(-2), &IsInvalid);
330 if (!IsInvalid && *SourcePtr == ' ') {
/external/llvm/include/llvm/Analysis/
H A DLoopInfo.h79 bool IsInvalid = false; member in class:llvm::LoopBase
153 void invalidate() { IsInvalid = true; }
156 bool isInvalid() { return IsInvalid; }

Completed in 334 milliseconds