Searched refs:ento (Results 101 - 125 of 166) sorted by last modified time

1234567

/external/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp23 using namespace ento;
25 namespace clang { namespace ento { namespace in namespace:clang
H A DRangeConstraintManager.cpp25 using namespace ento;
332 ento::CreateRangeConstraintManager(ProgramStateManager &StMgr, SubEngine *Eng) {
H A DRegionStore.cpp34 using namespace ento;
612 StoreManager *ento::CreateRegionStoreManager(ProgramStateManager& StMgr) {
618 ento::CreateFieldsOnlyRegionStoreManager(ProgramStateManager &StMgr) {
H A DSValBuilder.cpp24 using namespace ento;
H A DSVals.cpp20 using namespace ento;
H A DSimpleConstraintManager.cpp22 namespace ento { namespace in namespace:clang
265 } // end of namespace ento
H A DSimpleConstraintManager.h22 namespace ento { namespace in namespace:clang
H A DSimpleSValBuilder.cpp19 using namespace ento;
52 SValBuilder *ento::createSimpleSValBuilder(llvm::BumpPtrAllocator &alloc,
H A DStore.cpp22 using namespace ento;
H A DSubEngine.cpp12 using namespace clang::ento;
H A DSymbolManager.cpp22 using namespace ento;
/external/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp49 using namespace ento;
69 void ento::createPlistHTMLDiagnosticConsumer(AnalyzerOptions &AnalyzerOpts,
78 void ento::createTextPathDiagnosticConsumer(AnalyzerOptions &AnalyzerOpts,
691 ento::CreateAnalysisConsumer(const Preprocessor &pp, const std::string &outDir,
H A DCheckerRegistration.cpp30 using namespace ento;
103 CheckerManager *ento::createCheckerManager(AnalyzerOptions &opts,
129 void ento::printCheckerHelp(raw_ostream &out, ArrayRef<std::string> plugins) {
H A DFrontendActions.cpp14 using namespace ento;
/external/clang/tools/clang-check/
H A DClangCheck.cpp222 FrontendFactory = newFrontendActionFactory<clang::ento::AnalysisAction>();
/external/clang/examples/analyzer-plugin/
H A DMainCallChecker.cpp7 using namespace ento;
/external/clang/include/clang/Analysis/DomainSpecific/
H A DCocoaConventions.h24 namespace ento { namespace in namespace:clang
40 }} // end: "clang:ento"
/external/clang/include/clang/StaticAnalyzer/Checkers/
H A DClangCheckers.h14 namespace ento { namespace in namespace:clang
19 } // end namespace ento
H A DLocalCheckers.h19 namespace ento { namespace in namespace:clang
25 } // end namespace ento
H A DObjCRetainCount.h22 namespace clang { namespace ento { namespace objc_retain { namespace in namespace:clang
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h38 namespace ento { namespace in namespace:clang
314 } // end ento namespace
318 template<> struct ilist_traits<clang::ento::BugReport>
319 : public ilist_default_traits<clang::ento::BugReport> {
320 clang::ento::BugReport *createSentinel() const {
321 return static_cast<clang::ento::BugReport *>(&Sentinel);
323 void destroySentinel(clang::ento::BugReport *) const {}
325 clang::ento::BugReport *provideInitialHead() const {
328 clang::ento::BugReport *ensureHead(clang::ento
337 namespace ento { namespace in namespace:clang
[all...]
H A DBugReporterVisitor.h23 namespace ento { namespace in namespace:clang
363 } // end namespace ento
H A DBugType.h25 namespace ento { namespace in namespace:clang
H A DCommonBugCategories.h15 namespace ento { namespace in namespace:clang
H A DPathDiagnostic.h43 namespace ento { namespace in namespace:clang

Completed in 3207 milliseconds

1234567