Home
last modified time | relevance | path

Searched defs:isIntegralType (Results 1 – 4 of 4) sorted by relevance

/external/pytorch/c10/core/
DScalarType.h345 inline bool isIntegralType(ScalarType t, bool includeBool) { in isIntegralType() function
357 inline bool isIntegralType(ScalarType t) { in isIntegralType() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h469 bool isIntegralType() const { in isIntegralType() function
/external/executorch/runtime/core/exec_aten/util/
Dscalar_type_util.h407 inline constexpr bool isIntegralType( in isIntegralType() function
/external/clang/lib/AST/
DType.cpp1625 bool Type::isIntegralType(const ASTContext &Ctx) const { in isIntegralType() function in Type