Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DSVals.cpp208 nonloc::ConcreteInt::evalComplement(SValBuilder &svalBuilder) const { in evalComplement() function in nonloc::ConcreteInt
DSimpleSValBuilder.cpp196 SVal SimpleSValBuilder::evalComplement(NonLoc X) { in evalComplement() function in SimpleSValBuilder
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h481 SVal evalComplement(SVal X) { in evalComplement() function