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

1234567891011

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState_Fwd.h16 namespace ento { namespace in namespace:clang
25 template <> struct IntrusiveRefCntPtrInfo<const clang::ento::ProgramState> {
26 static void retain(const clang::ento::ProgramState *state) {
27 clang::ento::ProgramStateRetain(state);
29 static void release(const clang::ento::ProgramState *state) {
30 clang::ento::ProgramStateRelease(state);
36 namespace ento { namespace in namespace:clang
H A DLoopWidening.h22 namespace ento { namespace in namespace:clang
32 } // end namespace ento
H A DSummaryManager.h19 namespace ento { namespace in namespace:clang
H A DDynamicSize.h23 namespace ento { namespace in namespace:clang
50 } // namespace ento
H A DLoopUnrolling.h31 namespace ento { namespace in namespace:clang
46 } // end namespace ento
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIChecker.h27 namespace ento { namespace in namespace:clang
58 void checkDoubleNonblocking(const clang::ento::CallEvent &PreCallEvent,
59 clang::ento::CheckerContext &Ctx) const;
66 void checkUnmatchedWaits(const clang::ento::CallEvent &PreCallEvent,
67 clang::ento::CheckerContext &Ctx) const;
72 void checkMissingWaits(clang::ento::SymbolReaper &SymReaper,
73 clang::ento::CheckerContext &Ctx) const;
85 llvm::SmallVector<const clang::ento::MemRegion *, 2> &ReqRegions,
86 const clang::ento::MemRegion *const MR, const clang::ento
[all...]
H A DMPITypes.h24 namespace ento { namespace in namespace:clang
49 typedef llvm::ImmutableMap<const clang::ento::MemRegion *,
50 clang::ento::mpi::Request>
64 } // end of namespace: ento
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSMTConstraintManager.cpp13 using namespace ento;
16 ento::CreateZ3ConstraintManager(ProgramStateManager &StMgr, ExprEngine *Eng) {
H A DCommonBugCategories.cpp13 namespace ento { namespace in namespace:clang
25 } // namespace ento
H A DChecker.cpp17 using namespace ento;
35 raw_ostream& clang::ento::operator<<(raw_ostream &Out,
H A DFunctionSummary.cpp16 using namespace ento;
H A DPrettyStackTraceLocationContext.h15 namespace ento { namespace in namespace:clang
41 } // end ento namespace
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DInterCheckerAPI.h19 namespace ento { namespace in namespace:clang
26 } // namespace ento
H A DMove.h20 namespace ento { namespace in namespace:clang
27 } // namespace ento
H A DDebugCheckers.cpp26 using namespace ento;
46 void ento::registerDominatorsTreeDumper(CheckerManager &mgr) {
50 bool ento::shouldRegisterDominatorsTreeDumper(const CheckerManager &mgr) {
72 void ento::registerPostDominatorsTreeDumper(CheckerManager &mgr) {
76 bool ento::shouldRegisterPostDominatorsTreeDumper(const CheckerManager &mgr) {
97 void ento::registerControlDependencyTreeDumper(CheckerManager &mgr) {
101 bool ento::shouldRegisterControlDependencyTreeDumper(const CheckerManager &mgr) {
121 void ento::registerLiveVariablesDumper(CheckerManager &mgr) {
125 bool ento::shouldRegisterLiveVariablesDumper(const CheckerManager &mgr) {
144 void ento
[all...]
H A DSmartPtr.h20 namespace ento { namespace in namespace:clang
30 } // namespace ento
H A DFixedAddressChecker.cpp22 using namespace ento;
65 void ento::registerFixedAddressChecker(CheckerManager &mgr) {
69 bool ento::shouldRegisterFixedAddressChecker(const CheckerManager &mgr) {
H A DTaintTesterChecker.cpp21 using namespace ento;
62 void ento::registerTaintTesterChecker(CheckerManager &mgr) {
66 bool ento::shouldRegisterTaintTesterChecker(const CheckerManager &mgr) {
H A DAllocationState.h16 namespace ento { namespace in namespace:clang
35 } // end namespace ento
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DLocalCheckers.h18 namespace ento { namespace in namespace:clang
24 } // end namespace ento
H A DBuiltinCheckerRegistration.h23 namespace ento { namespace in namespace:clang
36 } // end ento namespace
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DCommonBugCategories.h14 namespace ento { namespace in namespace:clang
24 } // namespace ento
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/
H A DPutenvWithAutoChecker.cpp25 using namespace ento;
62 void ento::registerPutenvWithAuto(CheckerManager &Mgr) {
66 bool ento::shouldRegisterPutenvWithAuto(const CheckerManager &) { return true; }
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/DomainSpecific/
H A DCocoaConventions.h23 namespace ento { namespace in namespace:clang
39 }} // end: "clang:ento"
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Frontend/
H A DModelConsumer.h10 /// This file implements clang::ento::ModelConsumer which is an
25 namespace ento { namespace in namespace:clang

Completed in 259 milliseconds

1234567891011