Searched refs:IsFormat (Results 1 – 2 of 2) sorted by relevance
56 virtual bool IsFormat() const { return false; } in IsFormat() function in vixl::aarch64::Token204 virtual bool IsFormat() const VIXL_OVERRIDE { return true; } in IsFormat() function in vixl::aarch64::FormatToken218 VIXL_ASSERT(tok->IsFormat()); in Cast()1484 if (!second->IsFormat()) { in Build()1547 if (second->IsFormat()) { in Build()1563 if (!second->IsFormat() || !third->IsInteger()) { in Build()
27 bool (*IsFormat)(const void*, size_t); member96 if (proc.IsFormat(buffer, bytesRead)) { in NewFromStream()