Searched refs:LT_COMPARE (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/source/Symbol/ |
| HD | LineTable.cpp | 157 #define LT_COMPARE(a,b) if (a != b) return a < b in operator ()() macro 158 LT_COMPARE (a.file_addr, b.file_addr); in operator ()() 160 LT_COMPARE (b.is_terminal_entry, a.is_terminal_entry); in operator ()() 161 LT_COMPARE (a.line, b.line); in operator ()() 162 LT_COMPARE (a.column, b.column); in operator ()() 163 LT_COMPARE (a.is_start_of_statement, b.is_start_of_statement); in operator ()() 164 LT_COMPARE (a.is_start_of_basic_block, b.is_start_of_basic_block); in operator ()() 166 LT_COMPARE (b.is_prologue_end, a.is_prologue_end); in operator ()() 167 LT_COMPARE (a.is_epilogue_begin, b.is_epilogue_begin); in operator ()() 168 LT_COMPARE (a.file_idx, b.file_idx); in operator ()() [all …]
|