Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaExpr.cpp15775 static bool isOverflowingIntegerType(ASTContext &Ctx, QualType T) { in isOverflowingIntegerType() function
15827 CanOverflow = isOverflowingIntegerType(Context, resultType); in CreateBuiltinUnaryOp()
15844 isOverflowingIntegerType(Context, Input.get()->getType()); in CreateBuiltinUnaryOp()