Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp558 ConditionTruthVal AllocFailed = CMgr.isNull(State, I.getKey()); in checkDeadSymbols() local
H A DMallocChecker.cpp2871 ConditionTruthVal AllocFailed = CMgr.isNull(state, I.getKey()); in evalAssume() local
2882 ConditionTruthVal AllocFailed = CMgr.isNull(state, I.getKey()); in evalAssume() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp1170 ConditionTruthVal AllocFailed = CMgr.isNull(state, I.first); in evalAssume() local