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

1 2 3 4 5 6 7

  /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
DynamicTypeInfo.h 15 namespace ento { namespace in namespace:clang
49 } // end ento
TaintTag.h 18 namespace ento { namespace in namespace:clang
APSIntType.h 16 namespace ento { namespace in namespace:clang
107 } // end ento namespace
FunctionSummary.h 24 namespace ento { namespace in namespace:clang
122 }} // end clang ento namespaces
SVals.h 29 namespace ento { namespace in namespace:clang
361 friend class ento::SValBuilder;
403 friend class ento::SValBuilder;
429 friend class ento::SValBuilder;
452 } // end namespace ento::nonloc
546 } // end ento::loc namespace
553 clang::ento::SVal V) {
559 template <> struct isPodLike<clang::ento::SVal> {
  /external/clang/include/clang/StaticAnalyzer/Checkers/
ClangCheckers.h 14 namespace ento { namespace in namespace:clang
19 } // end namespace ento
LocalCheckers.h 19 namespace ento { namespace in namespace:clang
25 } // end namespace ento
CommonBugCategories.h 15 namespace ento { namespace in namespace:clang
  /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
  /external/clang/include/clang/StaticAnalyzer/Frontend/
CheckerRegistration.h 21 namespace ento { namespace in namespace:clang
29 } // end ento namespace
  /external/clang/lib/StaticAnalyzer/Checkers/
ClangCheckers.cpp 24 using namespace ento;
26 void ento::registerBuiltinCheckers(CheckerRegistry &registry) {
CommonBugCategories.cpp 11 namespace clang { namespace ento { namespace categories { namespace in namespace:clang
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) {
TaintTesterChecker.cpp 20 using namespace ento;
60 void ento::registerTaintTesterChecker(CheckerManager &mgr) {
UndefinedArraySubscriptChecker.cpp 22 using namespace ento;
51 void ento::registerUndefinedArraySubscriptChecker(CheckerManager &mgr) {
ArrayBoundChecker.cpp 23 using namespace ento;
90 void ento::registerArrayBoundChecker(CheckerManager &mgr) {
  /external/clang/lib/StaticAnalyzer/Core/
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) {
SubEngine.cpp 12 using namespace clang::ento;
  /external/clang/include/clang/Analysis/DomainSpecific/
CocoaConventions.h 24 namespace ento { namespace in namespace:clang
40 }} // end: "clang:ento"
  /external/clang/examples/analyzer-plugin/
MainCallChecker.cpp 7 using namespace ento;
  /external/clang/lib/StaticAnalyzer/Frontend/
FrontendActions.cpp 14 using namespace ento;

Completed in 482 milliseconds

1 2 3 4 5 6 7