Searched refs:isIntegralType (Results 1 - 18 of 18) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp1223 } else if (DestType->isIntegralType(Self.Context)) {
2029 if (CStyle && SrcType->isIntegralType(Self.Context)
2188 if (SrcType->isNullPtrType() && DestType->isIntegralType(Self.Context)) {
2210 if ((!destIsVector && !DestType->isIntegralType(Self.Context)) ||
2211 (!srcIsVector && !SrcType->isIntegralType(Self.Context)))
2262 if (DestType->isIntegralType(Self.Context)) {
2839 if (!SrcType->isIntegralType(Self.Context) && SrcType->isArithmeticType()) {
2849 if (!DestType->isIntegralType(Self.Context) &&
H A DSemaExpr.cpp5100 if (!DeclTy->isIntegralType(Context) && !DeclTy->isAnyPointerType()) {
5158 if (!Step->getType()->isIntegralType(Context)) {
7280 if (Ty->isVectorType() || Ty->isIntegralType(Context)) {
9535 if (vectorEltTy->isIntegralType(S.Context)) {
9542 if (!scalarTy->isIntegralType(S.Context))
9554 else if (scalarTy->isIntegralType(S.Context))
9701 if (VectorEltTy->isIntegralType(S.Context) &&
9702 ScalarTy->isIntegralType(S.Context) &&
9709 } else if (VectorEltTy->isIntegralType(S.Context) &&
9743 } else if (ScalarTy->isIntegralType(
[all...]
H A DSemaExprCXX.cpp4675 return T->isIntegralType(C);
5901 return EltTy->isIntegralType(Ctx);
H A DSemaOverload.cpp343 if (FromType->isRealFloatingType() && ToType->isIntegralType(Ctx)) {
1856 ToType->isIntegralType(S.Context)) {
1892 ToType->isIntegralType(S.Context)) ||
2187 if (FromType->isIntegralType(Context) &&
H A DSemaDeclAttr.cpp1668 if (!Ty->isDependentType() && !Ty->isIntegralType(Context) &&
2939 !ParmType->isIntegralType(S.getASTContext()))) {
H A DSemaExprObjC.cpp4440 if (castACTC == ACTC_none && castType->isIntegralType(Context))
H A DSemaDecl.cpp7262 if (!R->isIntegralType(Context) && !R->isPointerType()) {
14947 // This doesn't use 'isIntegralType' despite the error message mentioning
14948 // integral type because isIntegralType would also allow enum types in C.
17404 assert((T->isIntegralType(Context) || T->isEnumeralType()) &&
17421 assert((T->isIntegralType(Context) ||
H A DSemaTemplate.cpp3309 if (!Converted[1].getAsType()->isIntegralType(Context)) {
H A DSemaOpenMP.cpp15619 !Ty->isIntegralType(Context) && !Ty->isPointerType())) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h468 bool isIntegralType() const { function in struct:llvm::pdb::PDB_Checksum::PDB_StackFrameType::PDB_MemoryType::PDB_BuiltinType::PDB_MemberAccess::Variant
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h276 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isIntegralType)
H A DType.h1999 bool isIntegralType(const ASTContext &Ctx) const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp605 if (!isBoolean && !ResultTy->isIntegralType(C))
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp2893 (E->getType()->isPointerType() || E->getType()->isIntegralType(Ctx)) &&
2895 SubExpr->getType()->isIntegralType(Ctx)) &&
3747 if (isTypeDependent() || getType()->isIntegralType(Ctx))
H A DType.cpp1917 bool Type::isIntegralType(const ASTContext &Ctx) const { function in class:Type
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp189 getArgType(FD, ArgN)->isIntegralType(FD->getASTContext());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2660 if (SubExpr->getType()->isIntegralType(*Context) && type->isBooleanType())
3442 if (SubExpr->getType()->isIntegralType(*Context) &&
3465 if (userExpr->getType()->isIntegralType(*Context)) {
H A DRewriteObjC.cpp2873 if (SubExpr->getType()->isIntegralType(*Context) &&
2896 if (userExpr->getType()->isIntegralType(*Context)) {

Completed in 620 milliseconds