Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp14634 static bool isOverflowingIntegerType(ASTContext &Ctx, QualType T) { in isOverflowingIntegerType() function
14679 CanOverflow = isOverflowingIntegerType(Context, resultType); in CreateBuiltinUnaryOp()
14695 isOverflowingIntegerType(Context, Input.get()->getType()); in CreateBuiltinUnaryOp()