OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EVKeepInTarget
(Results
1 - 3
of
3
) sorted by null
/external/lldb/include/lldb/Expression/
ClangExpressionVariable.h
259
EVKeepInTarget
= 1 << 5, ///< Keep the allocation after the expression is complete rather than freeze drying its contents and freeing it
/external/lldb/source/Expression/
Materializer.cpp
111
if (m_persistent_variable_sp->m_flags & ClangExpressionVariable::
EVKeepInTarget
)
270
m_persistent_variable_sp->m_flags & ClangExpressionVariable::
EVKeepInTarget
)
314
!(m_persistent_variable_sp->m_flags & ClangExpressionVariable::
EVKeepInTarget
))
[
all
...]
ClangExpressionDeclMap.cpp
269
var_sp->m_flags |= ClangExpressionVariable::
EVKeepInTarget
; // explicitly-declared persistent variables should persist
283
var_sp->m_flags |= ClangExpressionVariable::
EVKeepInTarget
;
[
all
...]
Completed in 34 milliseconds