Searched defs:CoreEngine (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h1 //==- CoreEngine.h - Path-Sensitive Dataflow Engine ----------------*- C++ -*-//
35 /// CoreEngine - Implements the core logic of the graph-reachability
38 /// The template class CoreEngine (which subclasses CoreEngine)
43 class CoreEngine { class in namespace:clang::ento
100 CoreEngine(const CoreEngine &) LLVM_DELETED_FUNCTION;
101 void operator=(const CoreEngine &) LLVM_DELETED_FUNCTION;
106 /// Construct a CoreEngine object to analyze the provided CFG.
107 CoreEngine(SubEngin function in class:clang::ento::CoreEngine
[all...]

Completed in 71 milliseconds