Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.cpp231 BoolValue &DataflowAnalysisContext::substituteBoolValue( in substituteBoolValue() function in clang::dataflow::DataflowAnalysisContext
250 auto &Sub = substituteBoolValue(Negation.getSubVal(), SubstitutionsCache); in substituteBoolValue()
257 substituteBoolValue(Disjunct.getLeftSubValue(), SubstitutionsCache); in substituteBoolValue()
259 substituteBoolValue(Disjunct.getRightSubValue(), SubstitutionsCache); in substituteBoolValue()
266 substituteBoolValue(Conjunct.getLeftSubValue(), SubstitutionsCache); in substituteBoolValue()
268 substituteBoolValue(Conjunct.getRightSubValue(), SubstitutionsCache); in substituteBoolValue()
275 substituteBoolValue(IV.getLeftSubValue(), SubstitutionsCache); in substituteBoolValue()
277 substituteBoolValue(IV.getRightSubValue(), SubstitutionsCache); in substituteBoolValue()
284 substituteBoolValue(BV.getLeftSubValue(), SubstitutionsCache); in substituteBoolValue()
286 substituteBoolValue(BV.getRightSubValue(), SubstitutionsCache); in substituteBoolValue()
[all …]
/llvm-project-15.0.7/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.h295 BoolValue &substituteBoolValue(