Searched refs:IsFormat (Results 1 – 3 of 3) 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()1438 if (!second->IsFormat()) { in Build()1501 if (second->IsFormat()) { in Build()1517 if (!second->IsFormat() || !third->IsInteger()) { in Build()
31 bool (*IsFormat)(const void*, size_t); member102 if (proc.IsFormat(buffer, bytesRead)) { in MakeFromStream()