HomeSort by relevance Sort by last modified time
    Searched refs:ConstantCondValue (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp 796 llvm::APSInt ConstantCondValue;
800 = CondExprBeforePromotion->EvaluateAsInt(ConstantCondValue, Context,
803 (ConstantCondValue.getBitWidth() == CondWidth &&
804 ConstantCondValue.isSigned() == CondIsSigned));
814 CaseVals[i].first == ConstantCondValue)
    [all...]

Completed in 706 milliseconds