Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
DItaniumABILanguageRuntime.cpp415 bool for_expressions) { in CreateExceptionResolver() argument
437 if (for_expressions) in CreateExceptionResolver()
463 bool catch_bp, bool throw_bp, bool for_expressions, bool is_internal) { in CreateExceptionBreakpoint() argument
467 CreateExceptionResolver(nullptr, catch_bp, throw_bp, for_expressions); in CreateExceptionBreakpoint()
482 const bool for_expressions = true; in SetExceptionBreakpoints() local
491 catch_bp, throw_bp, for_expressions, is_internal); in SetExceptionBreakpoints()
DItaniumABILanguageRuntime.h84 bool catch_bp, bool throw_bp, bool for_expressions);
87 bool for_expressions,