Home
last modified time | relevance | path

Searched refs:isSignableIntegerType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2570 bool isSignableIntegerType(const ASTContext &Ctx) const;
8370 return isSignablePointerType() || isSignableIntegerType(Ctx);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp5114 bool Type::isSignableIntegerType(const ASTContext &Ctx) const { in isSignableIntegerType() function in Type