reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2645 IntValue = getConcreteIntegerValue(CondVarExpr, N); 2647 if (IsAssuming || !IntValue.hasValue()) { 2654 Out << (IntValue.getValue()->getBoolValue() ? "true" : "false"); 2656 Out << *IntValue.getValue();