Searched refs:LT_COMPARE (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
H A DLineTable.cpp147 #define LT_COMPARE(a,b) if (a != b) return a < b macro
148 LT_COMPARE (a.file_addr, b.file_addr);
150 LT_COMPARE (b.is_terminal_entry, a.is_terminal_entry);
151 LT_COMPARE (a.line, b.line);
152 LT_COMPARE (a.column, b.column);
153 LT_COMPARE (a.is_start_of_statement, b.is_start_of_statement);
154 LT_COMPARE (a.is_start_of_basic_block, b.is_start_of_basic_block);
156 LT_COMPARE (b.is_prologue_end, a.is_prologue_end);
157 LT_COMPARE (a.is_epilogue_begin, b.is_epilogue_begin);
158 LT_COMPARE (
160 #undef LT_COMPARE macro
[all...]

Completed in 46 milliseconds