Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprConstant.cpp2950 static bool isOverflowingIntegerType(ASTContext &Ctx, QualType T) { in isOverflowingIntegerType() function
3149 isOverflowingIntegerType(Info.Ctx, SubobjType)) { in found()
3157 isOverflowingIntegerType(Info.Ctx, SubobjType)) { in found()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp14515 static bool isOverflowingIntegerType(ASTContext &Ctx, QualType T) { in isOverflowingIntegerType() function
14560 CanOverflow = isOverflowingIntegerType(Context, resultType); in CreateBuiltinUnaryOp()
14576 isOverflowingIntegerType(Context, Input.get()->getType()); in CreateBuiltinUnaryOp()