Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp15267 static bool isOverflowingIntegerType(ASTContext &Ctx, QualType T) { in isOverflowingIntegerType() function
15321 CanOverflow = isOverflowingIntegerType(Context, resultType); in CreateBuiltinUnaryOp()
15339 isOverflowingIntegerType(Context, Input.get()->getType()); in CreateBuiltinUnaryOp()