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

  /external/clang/lib/Sema/
SemaStmt.cpp 841 llvm::APSInt ConstantCondValue;
845 = CondExprBeforePromotion->EvaluateAsInt(ConstantCondValue, Context,
848 (ConstantCondValue.getBitWidth() == CondWidth &&
849 ConstantCondValue.isSigned() == CondIsSigned));
859 CaseVals[i].first == ConstantCondValue)
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]

Completed in 125 milliseconds