Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.h88 bool catch_bp, bool throw_bp, bool for_expressions);
91 bool for_expressions,
H A DItaniumABILanguageRuntime.cpp500 bool for_expressions) { in CreateExceptionResolver() argument
522 if (for_expressions) in CreateExceptionResolver()
548 bool catch_bp, bool throw_bp, bool for_expressions, bool is_internal) { in CreateExceptionBreakpoint() argument
552 CreateExceptionResolver(nullptr, catch_bp, throw_bp, for_expressions); in CreateExceptionBreakpoint()
567 const bool for_expressions = true; in SetExceptionBreakpoints() local
576 catch_bp, throw_bp, for_expressions, is_internal); in SetExceptionBreakpoints()