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

12345678910

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSubEngine.cpp11 using namespace clang::ento;
H A DSMTConstraintManager.cpp13 using namespace ento;
16 ento::CreateZ3ConstraintManager(ProgramStateManager &StMgr, SubEngine *Eng) {
H A DCommonBugCategories.cpp12 namespace clang { namespace ento { namespace categories { namespace in namespace:clang
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-12-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 DLoopUnrolling.h31 namespace ento { namespace in namespace:clang
46 } // end namespace ento
/freebsd-12-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-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DInterCheckerAPI.h17 namespace ento { namespace in namespace:clang
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 LangOptions &LO) {
72 void ento::registerPostDominatorsTreeDumper(CheckerManager &mgr) {
76 bool ento::shouldRegisterPostDominatorsTreeDumper(const LangOptions &LO) {
97 void ento::registerControlDependencyTreeDumper(CheckerManager &mgr) {
101 bool ento::shouldRegisterControlDependencyTreeDumper(const LangOptions &LO) {
121 void ento::registerLiveVariablesDumper(CheckerManager &mgr) {
125 bool ento::shouldRegisterLiveVariablesDumper(const LangOptions &LO) {
144 void ento
[all...]
H A DFixedAddressChecker.cpp22 using namespace ento;
65 void ento::registerFixedAddressChecker(CheckerManager &mgr) {
69 bool ento::shouldRegisterFixedAddressChecker(const LangOptions &LO) {
H A DSmartPtrModeling.cpp25 using namespace ento;
66 void ento::registerSmartPtrModeling(CheckerManager &Mgr) {
70 bool ento::shouldRegisterSmartPtrModeling(const LangOptions &LO) {
H A DTaintTesterChecker.cpp21 using namespace ento;
62 void ento::registerTaintTesterChecker(CheckerManager &mgr) {
66 bool ento::shouldRegisterTaintTesterChecker(const LangOptions &LO) {
H A DAllocationState.h16 namespace ento { namespace in namespace:clang
35 } // end namespace ento
/freebsd-12-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-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DCommonBugCategories.h14 namespace ento { namespace in namespace:clang
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/plugins/CheckerDependencyHandling/
H A DCheckerDependencyHandling.cpp7 using namespace ento;
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/DomainSpecific/
H A DCocoaConventions.h23 namespace ento { namespace in namespace:clang
39 }} // end: "clang:ento"
/freebsd-12-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 196 milliseconds

12345678910