OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CoreEngine
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp
1
//===-
CoreEngine
.cpp - Path-Sensitive Dataflow Engine --------------------===//
14
#include "clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine
.h"
42
#define DEBUG_TYPE "
CoreEngine
"
73
CoreEngine
::
CoreEngine
(ExprEngine &exprengine, FunctionSummariesTy *FS,
79
bool
CoreEngine
::ExecuteWorkList(const LocationContext *L, unsigned Steps,
153
void
CoreEngine
::dispatchWorkItem(ExplodedNode* Pred, ProgramPoint Loc,
196
bool
CoreEngine
::ExecuteWorkListWithInitialState(const LocationContext *L,
208
void
CoreEngine
::HandleBlockEdge(const BlockEdge &L, ExplodedNode *Pred) {
276
void
CoreEngine
::HandleBlockEntrance(const BlockEntrance &L
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h
1
//===-
CoreEngine
.h - Path-Sensitive Dataflow Engine ------------*- C++ -*-===//
47
///
CoreEngine
- Implements the core logic of the graph-reachability
50
/// The template class
CoreEngine
(which subclasses
CoreEngine
)
55
class
CoreEngine
{
131
/// Construct a
CoreEngine
object to analyze the provided CFG.
132
CoreEngine
(ExprEngine &exprengine,
136
CoreEngine
(const
CoreEngine
&) = delete;
137
CoreEngine
&operator=(const CoreEngine &) = delete
[
all
...]
Completed in 19 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026