Home
last modified time | relevance | path

Searched refs:result_ptr_id (Results 1 – 1 of 1) sorted by relevance

/external/lldb/source/Expression/
DASTResultSynthesizer.cpp337 IdentifierInfo *result_ptr_id; in SynthesizeBodyResult() local
340result_ptr_id = &Ctx.Idents.get("$__lldb_expr_result"); // functions actually should be treated li… in SynthesizeBodyResult()
342 result_ptr_id = &Ctx.Idents.get("$__lldb_expr_result_ptr"); in SynthesizeBodyResult()
357 result_ptr_id, in SynthesizeBodyResult()