Searched refs:for_expressions (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| D | ItaniumABILanguageRuntime.cpp | 415 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()
|
| D | ItaniumABILanguageRuntime.h | 84 bool catch_bp, bool throw_bp, bool for_expressions); 87 bool for_expressions,
|