Home
last modified time | relevance | path

Searched defs:CanOverflow (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp4492 SourceLocation l, bool CanOverflow, in UnaryOperator()
4507 SourceLocation l, bool CanOverflow, in Create()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h429 unsigned CanOverflow : 1; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp14651 bool CanOverflow = false; in CreateBuiltinUnaryOp() local