OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EVNeedsAllocation
(Results
1 - 4
of
4
) sorted by null
/external/lldb/source/Target/
ABI.cpp
162
clang_expr_variable_sp->m_flags |= ClangExpressionVariable::
EVNeedsAllocation
;
/external/lldb/source/Expression/
Materializer.cpp
115
m_persistent_variable_sp->m_flags &= ~ClangExpressionVariable::
EVNeedsAllocation
;
163
if (m_persistent_variable_sp->m_flags & ClangExpressionVariable::
EVNeedsAllocation
)
249
m_persistent_variable_sp->m_flags |= ClangExpressionVariable::
EVNeedsAllocation
;
307
m_persistent_variable_sp->m_flags |= ClangExpressionVariable::
EVNeedsAllocation
;
313
else if (m_persistent_variable_sp->m_flags & ClangExpressionVariable::
EVNeedsAllocation
&&
[
all
...]
ClangExpressionDeclMap.cpp
278
var_sp->m_flags |= ClangExpressionVariable::
EVNeedsAllocation
;
[
all
...]
/external/lldb/include/lldb/Expression/
ClangExpressionVariable.h
256
EVNeedsAllocation
= 1 << 2, ///< Space for this variable has yet to be allocated in the target process
Completed in 823 milliseconds