Home
last modified time | relevance | path

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

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