Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1144 E->setExcludedOverflowPattern(CurrentUnpackingBits->getNextBit()); in VisitBinaryOperator()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4847 Result.value()->setExcludedOverflowPattern(true); in computeOverflowPatternExclusion()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4155 void setExcludedOverflowPattern(bool B) { in setExcludedOverflowPattern() function