OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BlocksAborted
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h
53
BlocksAborted
;
78
BlocksAborted
blocksAborted
;
133
bool wasBlockAborted() const { return !
blocksAborted
.empty(); }
142
blocksAborted
.push_back(std::make_pair(block, node));
153
BlocksAborted
::const_iterator blocks_aborted_begin() const {
154
return
blocksAborted
.begin();
156
BlocksAborted
::const_iterator blocks_aborted_end() const {
157
return
blocksAborted
.end();
/external/clang/lib/StaticAnalyzer/Checkers/
IdempotentOperationChecker.cpp
554
typedef CoreEngine::
BlocksAborted
::const_iterator AbortedIterator;
Completed in 39 milliseconds