Searched refs:ento (Results 1 - 25 of 166) sorted by relevance

1234567

/external/clang/lib/StaticAnalyzer/Core/
H A DSubEngine.cpp12 using namespace clang::ento;
H A DCommonBugCategories.cpp13 namespace clang { namespace ento { namespace categories { namespace in namespace:clang
H A DCheckerHelpers.cpp18 bool clang::ento::containsMacro(const Stmt *S) {
35 bool clang::ento::containsEnum(const Stmt *S) {
51 bool clang::ento::containsStaticLocal(const Stmt *S) {
69 bool clang::ento::containsBuiltinOffsetOf(const Stmt *S) {
H A DPrettyStackTraceLocationContext.h16 namespace ento { namespace in namespace:clang
42 } // end ento namespace
/external/clang/lib/StaticAnalyzer/Checkers/
H A DAllocationDiagnostics.cpp17 namespace ento { namespace in namespace:clang
H A DAllocationDiagnostics.h19 namespace clang { namespace ento { namespace in namespace:clang
H A DInterCheckerAPI.h16 namespace ento { namespace in namespace:clang
H A DClangCheckers.cpp24 using namespace ento;
26 void ento::registerBuiltinCheckers(CheckerRegistry &registry) {
H A DClangSACheckers.h22 namespace ento { namespace in namespace:clang
33 } // end ento namespace
H A DDebugCheckers.cpp25 using namespace ento;
45 void ento::registerDominatorsTreeDumper(CheckerManager &mgr) {
65 void ento::registerLiveVariablesDumper(CheckerManager &mgr) {
85 void ento::registerCFGViewer(CheckerManager &mgr) {
111 void ento::registerCFGDumper(CheckerManager &mgr) {
131 void ento::registerCallGraphViewer(CheckerManager &mgr) {
151 void ento::registerCallGraphDumper(CheckerManager &mgr) {
190 void ento::registerConfigDumper(CheckerManager &mgr) {
209 void ento::registerExplodedGraphViewer(CheckerManager &mgr) {
H A DFixedAddressChecker.cpp23 using namespace ento;
66 void ento::registerFixedAddressChecker(CheckerManager &mgr) {
H A DNSAutoreleasePoolChecker.cpp30 using namespace ento;
77 void ento::registerNSAutoreleasePoolChecker(CheckerManager &mgr) {
H A DTaintTesterChecker.cpp20 using namespace ento;
60 void ento::registerTaintTesterChecker(CheckerManager &mgr) {
H A DUndefinedArraySubscriptChecker.cpp23 using namespace ento;
62 void ento::registerUndefinedArraySubscriptChecker(CheckerManager &mgr) {
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState_Fwd.h17 namespace ento { namespace in namespace:clang
26 template <> struct IntrusiveRefCntPtrInfo<const clang::ento::ProgramState> {
27 static void retain(const clang::ento::ProgramState *state) {
28 clang::ento::ProgramStateRetain(state);
30 static void release(const clang::ento::ProgramState *state) {
31 clang::ento::ProgramStateRelease(state);
37 namespace ento { namespace in namespace:clang
H A DTaintTag.h18 namespace ento { namespace in namespace:clang
H A DSummaryManager.h23 namespace ento { namespace in namespace:clang
H A DTaintManager.h24 namespace ento { namespace in namespace:clang
/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
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DCommonBugCategories.h15 namespace ento { namespace in namespace:clang
/external/clang/lib/StaticAnalyzer/Frontend/
H A DFrontendActions.cpp14 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/Frontend/
H A DCheckerRegistration.h21 namespace ento { namespace in namespace:clang
29 } // end ento namespace
H A DFrontendActions.h17 namespace ento { namespace in namespace:clang

Completed in 3292 milliseconds

1234567