Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp102 static const Expr *tryTransformToLiteralConstant(const Expr *E) { in tryTransformToLiteralConstant() function
121 const Expr *Constant = tryTransformToLiteralConstant(B->getRHS()); in tryNormalizeBinaryOperator()
135 Constant = tryTransformToLiteralConstant(B->getLHS()); in tryNormalizeBinaryOperator()
1304 tryTransformToLiteralConstant(B->getLHS()->IgnoreParenImpCasts()); in checkIncorrectBitwiseOrOperator()
1306 tryTransformToLiteralConstant(B->getRHS()->IgnoreParenImpCasts()); in checkIncorrectBitwiseOrOperator()