Home
last modified time | relevance | path

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

/third_party/gn/src/base/numerics/
H A Dsafe_conversions_impl.h197 constexpr bool IsInvalid() const { return is_overflow_ && is_underflow_; } in IsInvalid() function in base::internal::RangeCheck
/third_party/node/deps/v8/src/base/
H A Dsafe_conversions_impl.h201 constexpr bool IsInvalid() const { return is_overflow_ && is_underflow_; } in IsInvalid() function in v8::base::internal::RangeCheck
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
H A Dsafe_conversions_impl.h214 constexpr bool IsInvalid() const { return is_overflow_ && is_underflow_; } in IsInvalid() function in angle::base::internal::RangeCheck
/third_party/node/deps/v8/src/compiler/
H A Daccess-info.h106 bool IsInvalid() const { return kind() == kInvalid; } in IsInvalid() function in v8::internal::compiler::final
H A Dtypes.h403 bool IsInvalid() const { return payload_ == uint64_t{0}; } in IsInvalid() function in v8::internal::compiler::BitsetType::Type
/third_party/node/deps/v8/src/inspector/
H A Dv8-stack-trace-impl.cc158 bool V8StackTraceId::IsInvalid() const { return !id; } in IsInvalid() function in v8_inspector::V8StackTraceId
/third_party/node/deps/v8/src/date/
H A Ddateparser.h141 bool IsInvalid() { return tag_ == kInvalidTokenTag; } in IsInvalid() function
/third_party/node/deps/v8/src/utils/
H A Dutils.h470 bool IsInvalid() const { return id_ == kInvalidSlot; } in IsInvalid() function in v8::internal::FeedbackSlot
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DRegisterBankInfo.cpp381 getInstructionMappingImpl( bool IsInvalid, unsigned ID, unsigned Cost, const RegisterBankInfo::ValueMapping *OperandsMapping, unsigned NumOperands) const getInstructionMappingImpl() argument
/third_party/node/deps/v8/src/parsing/
H A Dscanner.cc113 bool Scanner::IsInvalid(base::uc32 c) { in IsInvalid() function in v8::internal::Scanner
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DLoopInfo.h86 bool IsInvalid = false; member in llvm::LoopBase

Completed in 16 milliseconds