Home
last modified time | relevance | path

Searched defs:BoolValue (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.cpp252 llvm::DenseMap<BoolValue *, BoolValue *> &SubstitutionsCache) { in substituteBoolValue()
330 llvm::DenseMap<BoolValue *, BoolValue *> &SubstitutionsCache) { in buildAndSubstituteFlowConditionWithCache()
/openbsd/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
H A DValue.h95 explicit BoolValue(Kind ValueKind) : Value(ValueKind) {} in BoolValue() function
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp16644 int64_t BoolValue = V.getInt().getExtValue(); in ConvertAPValueToString() local