reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/CodeGen/CodeGenFunction.h
 4054   bool ConstantFoldsToSimpleInteger(const Expr *Cond, llvm::APSInt &Result,

References

tools/clang/lib/CodeGen/CGStmt.cpp
 1594   if (ConstantFoldsToSimpleInteger(S.getCond(), ConstantCondValue)) {
tools/clang/lib/CodeGen/CodeGenFunction.cpp
 1333   if (!ConstantFoldsToSimpleInteger(Cond, ResultInt, AllowLabels))