Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/tools/
H A Dcheck-instruction-set.pl127 my $current_func = ""; # Name of current function.
148 $current_func = $1;
158 if ( $current_func ne $reported_func ) {
159 warning( " $current_func" );
160 $reported_func = $current_func;
/llvm-project-15.0.7/lldb/source/Expression/
H A DDWARFExpression.cpp618 Function *current_func = in Evaluate_DW_OP_entry_value() local
620 if (!current_func) { in Evaluate_DW_OP_entry_value()
641 if (callee_func != current_func) { in Evaluate_DW_OP_entry_value()
651 if (edge->GetCallee(modlist, parent_exe_ctx) == current_func) { in Evaluate_DW_OP_entry_value()