HomeSort by relevance Sort by last modified time
    Searched refs:ento (Results 1 - 25 of 159) sorted by null

1 2 3 4 5 6 7

  /external/clang/lib/StaticAnalyzer/Core/
SubEngine.cpp 12 using namespace clang::ento;
CheckerHelpers.cpp 18 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) {
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState_Fwd.h 17 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
TaintTag.h 18 namespace ento { namespace in namespace:clang
SummaryManager.h 23 namespace ento { namespace in namespace:clang
TaintManager.h 24 namespace ento { namespace in namespace:clang
  /external/clang/include/clang/StaticAnalyzer/Checkers/
ClangCheckers.h 14 namespace ento { namespace in namespace:clang
19 } // end namespace ento
CommonBugCategories.h 15 namespace ento { namespace in namespace:clang
LocalCheckers.h 19 namespace ento { namespace in namespace:clang
25 } // end namespace ento
  /external/clang/lib/StaticAnalyzer/Checkers/
CommonBugCategories.cpp 11 namespace clang { namespace ento { namespace categories { namespace in namespace:clang
InterCheckerAPI.h 16 namespace ento { namespace in namespace:clang
ClangCheckers.cpp 24 using namespace ento;
26 void ento::registerBuiltinCheckers(CheckerRegistry &registry) {
ClangSACheckers.h 22 namespace ento { namespace in namespace:clang
33 } // end ento namespace
DebugCheckers.cpp 23 using namespace ento;
43 void ento::registerDominatorsTreeDumper(CheckerManager &mgr) {
63 void ento::registerLiveVariablesDumper(CheckerManager &mgr) {
83 void ento::registerCFGViewer(CheckerManager &mgr) {
104 void ento::registerCFGDumper(CheckerManager &mgr) {
124 void ento::registerCallGraphViewer(CheckerManager &mgr) {
144 void ento::registerCallGraphDumper(CheckerManager &mgr) {
179 void ento::registerConfigDumper(CheckerManager &mgr) {
FixedAddressChecker.cpp 23 using namespace ento;
65 void ento::registerFixedAddressChecker(CheckerManager &mgr) {
NSAutoreleasePoolChecker.cpp 30 using namespace ento;
77 void ento::registerNSAutoreleasePoolChecker(CheckerManager &mgr) {
TaintTesterChecker.cpp 20 using namespace ento;
60 void ento::registerTaintTesterChecker(CheckerManager &mgr) {
UndefinedArraySubscriptChecker.cpp 22 using namespace ento;
51 void ento::registerUndefinedArraySubscriptChecker(CheckerManager &mgr) {
  /external/clang/include/clang/StaticAnalyzer/Frontend/
FrontendActions.h 17 namespace ento { namespace in namespace:clang
CheckerRegistration.h 21 namespace ento { namespace in namespace:clang
29 } // end ento namespace
  /external/clang/lib/StaticAnalyzer/Frontend/
FrontendActions.cpp 14 using namespace ento;
AnalysisConsumer.h 28 namespace ento { namespace in namespace:clang
  /external/clang/include/clang/Analysis/DomainSpecific/
CocoaConventions.h 24 namespace ento { namespace in namespace:clang
40 }} // end: "clang:ento"
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerOptInfo.h 17 namespace ento { namespace in namespace:clang
41 } // end namespace ento
PathDiagnosticConsumers.h 25 namespace ento { namespace in namespace:clang
43 } // end 'ento' namespace

Completed in 186 milliseconds

1 2 3 4 5 6 7