OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Finalized
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h
217
/// Specifies if the builder results have been
finalized
. For example, if it
219
bool
Finalized
;
227
if (!
Finalized
)
251
: C(Ctx),
Finalized
(F), HasGeneratedNodes(false), Frontier(DstSet) {
257
: C(Ctx),
Finalized
(F), HasGeneratedNodes(false), Frontier(DstSet) {
/external/clang/lib/Format/
FormatToken.h
115
Decision(FD_Unformatted),
Finalized
(false) {}
403
bool
Finalized
;
Completed in 92 milliseconds