Searched refs:eExecutionPolicyNever (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h146 eExecutionPolicyNever, enumerator in enum:lldb_private::ExecutionPolicy
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp270 return m_opaque_up->GetExecutionPolicy() != eExecutionPolicyNever;
277 : eExecutionPolicyNever);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp191 execution_policy = eExecutionPolicyNever;
319 if (execution_policy == eExecutionPolicyNever &&
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp291 options.SetExecutionPolicy(lldb_private::eExecutionPolicyNever);
379 : lldb_private::eExecutionPolicyNever);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1355 if (!can_interpret && execution_policy == eExecutionPolicyNever) {

Completed in 175 milliseconds