Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp558 ConditionTruthVal AllocFailed = CMgr.isNull(State, I.getKey()); in checkDeadSymbols() local
H A DMallocChecker.cpp3078 ConditionTruthVal AllocFailed = CMgr.isNull(state, I.getKey()); in evalAssume() local
3089 ConditionTruthVal AllocFailed = CMgr.isNull(state, I.getKey()); in evalAssume() local
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp1172 ConditionTruthVal AllocFailed = CMgr.isNull(state, I.first); in evalAssume() local