OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Frontier
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/lsan/
lsan_common.h
102
typedef InternalMmapVector<uptr>
Frontier
;
106
void ProcessGlobalRegions(
Frontier
*
frontier
);
107
void ProcessPlatformSpecificAllocations(
Frontier
*
frontier
);
110
Frontier
*
frontier
,
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h
208
///
frontier
nodes (or destination set). This is the set of nodes which should
221
/// \brief The
frontier
set - a set of nodes which need to be propagated after
223
ExplodedNodeSet &
Frontier
;
233
for (iterator I =
Frontier
.begin(), E =
Frontier
.end(); I != E; ++I) {
251
: C(Ctx), Finalized(F), HasGeneratedNodes(false),
Frontier
(DstSet) {
252
Frontier
.Add(SrcNode);
257
: C(Ctx), Finalized(F), HasGeneratedNodes(false),
Frontier
(DstSet) {
258
Frontier
.insert(SrcSet);
285
return
Frontier
;
[
all
...]
Completed in 32 milliseconds