Searched defs:IsNumeric (Results 1 – 6 of 6) sorted by relevance
68 bool TransformationAddRelaxedDecoration::IsNumeric(uint32_t opcode) { in IsNumeric() function in spvtools::fuzz::TransformationAddRelaxedDecoration
67 bool TransformationAddRelaxedDecoration::IsNumeric(uint32_t opcode) { in IsNumeric() function in spvtools::fuzz::TransformationAddRelaxedDecoration
17 bool IsNumeric(const char* str) { in IsNumeric() function
601 bool DeclTypeSpec::IsNumeric(TypeCategory tc) const { in IsNumeric() function in Fortran::semantics::DeclTypeSpec
401 bool IsNumeric() const { return IsIntOrUint() || IsFloat(); } in IsNumeric() function