Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/testsuite/lib/
H A Dcp-support.exp299 foreach actual_line [split $actual_body "\r\n"] {
303 set actual_line [string trim $actual_line]
304 if { "$actual_line" == "" } then { continue }
341 if { "$actual_line" == "$field_decl" } then {
352 cp_check_errata "$field_decl" "$actual_line" $in_errata_table
353 fail "$in_testname // unrecognized line type 1: $actual_line"
362 if { "$actual_line" == "$method_decl" } then {
374 if { "$actual_line" == "$method_decl" } then {
399 if { [ regexp "$synth_re" "$actual_line" ] } then {
408 cp_check_errata "$actual_line" "$actual_line" $in_errata_table
[all …]
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp88 bool ShouldAddLine(uint32_t requested_line, uint32_t actual_line, in ShouldAddLine() argument
90 return ((requested_line == 0 || actual_line == requested_line) && in ShouldAddLine()