Searched refs:is_lvalue (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Expression/
H A DASTResultSynthesizer.cpp274 // is_lvalue is used to record whether the expression returns an assignable Lvalue or an
313 bool is_lvalue = local
330 log->Printf("Last statement is an %s with type: %s", (is_lvalue ? "lvalue" : "rvalue"), s.c_str());
335 if (is_lvalue)
H A DClangExpressionDeclMap.cpp185 bool is_lvalue
206 uint32_t offset = m_parser_vars->m_materializer->AddResultVariable(user_type, is_lvalue, m_keep_result_in_memory, err);
272 if (is_lvalue)
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DClangExpressionDeclMap.h141 bool is_lvalue);
H A DMaterializer.h89 uint32_t AddResultVariable (const TypeFromUser &type, bool is_lvalue, bool keep_in_memory, Error &err);

Completed in 313 milliseconds