OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cleanupfired
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Support/
CrashRecoveryContext.h
104
: context(context),
cleanupFired
(false) {}
106
bool
cleanupFired
;
193
if (cleanup && !cleanup->
cleanupFired
)
/external/llvm/lib/Support/
CrashRecoveryContext.cpp
73
tmp->
cleanupFired
= true;
Completed in 1097 milliseconds