Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DDILEval.cpp140 : m_target(std::move(target)), m_expr(expr), m_exe_ctx_scope(frame_sp), in Interpreter()
167 m_expr, errMsg, node->GetLocation(), node->GetName().size()); in Visit()
196 return llvm::make_error<DILDiagnosticError>(m_expr, error.AsCString(), in Visit()
205 return llvm::make_error<DILDiagnosticError>(m_expr, error.AsCString(), in Visit()
214 m_expr, "invalid ast: unexpected binary operator", node->GetLocation()); in Visit()
253 m_expr, errMsg, node->GetLocation(), node->GetFieldName().size()); in Visit()
260 m_expr, errMsg, node->GetLocation(), node->GetFieldName().size()); in Visit()
276 m_expr, errMsg, node->GetLocation(), node->GetFieldName().size()); in Visit()
283 m_expr, errMsg, node->GetLocation(), node->GetFieldName().size()); in Visit()
302 m_expr, errMsg, node->GetLocation(), node->GetFieldName().size()); in Visit()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp811 auto *clang_expr = dyn_cast<ClangUserExpression>(&m_expr); in ClangExpressionParser()
916 std::string m_expr; member in __anon6439b5e00111::CodeComplete
1017 m_info(std::make_shared<GlobalCodeCompletionAllocator>()), m_expr(expr), in CodeComplete()
1116 mergeCompletion(m_expr, m_position, ToInsert); in getCompletionForResult()
1195 ClangUserExpression *llvm_expr = cast<ClangUserExpression>(&m_expr); in Complete()
1221 const char *expr_text = m_expr.Text(); in ParseInternal()
1275 dyn_cast<ClangExpressionHelper>(m_expr.GetTypeSystemHelper()); in ParseInternal()
1499 m_expr.FunctionName())) { in DoPrepareForExecution()
1501 "Couldn't find %s() in the module", m_expr.FunctionName()); in DoPrepareForExecution()
1505 m_expr.FunctionName()); in DoPrepareForExecution()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionParser.h41 : m_expr(expr), m_generate_debug_info(generate_debug_info) {} in ExpressionParser()
152 Expression &m_expr; ///< The expression to be parsed
/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DDILLexer.h111 : m_expr(dil_expr), m_lexed_tokens(std::move(lexed_tokens)), in DILLexer()
118 llvm::StringRef m_expr; variable
H A DDILEval.h60 llvm::StringRef m_expr; variable
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp963 m_expr.SetValueFromString(option_value); in SetOptionValue()
987 m_expr.Clear(); in OptionParsingStarting()
992 OptionValueString m_expr; member in CommandObjectMemoryFind::OptionGroupFindMemory
1083 } else if (m_memory_options.m_expr.OptionWasSet()) { in DoExecute()
1085 m_memory_options.m_expr.GetValueAs<llvm::StringRef>().value_or(""), in DoExecute()
/freebsd/contrib/googletest/docs/reference/
H A Dassertions.md474 testing::AssertionResult AssertMutuallyPrime(const char* m_expr,
480 return testing::AssertionFailure() << m_expr << " and " << n_expr