Searched defs:IsTagged (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_tagged.cpp12 static FX_BOOL IsTagged(const CPDF_Document* pDoc) function
20 if (!IsTagged(pDoc)) {
32 if (!IsTagged(pDoc)) {
/external/chromium_org/v8/src/compiler/
H A Dsimplified-lowering.cc788 Node* SimplifiedLowering::IsTagged(Node* node) { function in class:v8::internal::compiler::SimplifiedLowering
/external/chromium_org/v8/src/
H A Dproperty-details.h148 bool IsTagged() const { return kind_ == kTagged; } function in class:v8::internal::Representation
150 bool IsSmiOrTagged() const { return IsSmi() || IsTagged(); }

Completed in 263 milliseconds