Home
last modified time | relevance | path

Searched refs:SortBefore (Results 1 – 25 of 25) sorted by relevance

/dports/devel/llvm12/llvm-project-12.0.1.src/flang/lib/Parser/
H A Dmessage.cpp125 bool Message::SortBefore(const Message &that) const { in SortBefore() function in Fortran::parser::Message
307 [](const Message *x, const Message *y) { return x->SortBefore(*y); }); in Emit()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/lib/Parser/
H A Dmessage.cpp125 bool Message::SortBefore(const Message &that) const { in SortBefore() function in Fortran::parser::Message
307 [](const Message *x, const Message *y) { return x->SortBefore(*y); }); in Emit()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/lib/Parser/
H A Dmessage.cpp125 bool Message::SortBefore(const Message &that) const { in SortBefore() function in Fortran::parser::Message
316 [](const Message *x, const Message *y) { return x->SortBefore(*y); }); in Emit()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/lib/Parser/
H A Dmessage.cpp125 bool Message::SortBefore(const Message &that) const { in SortBefore() function in Fortran::parser::Message
327 [](const Message *x, const Message *y) { return x->SortBefore(*y); }); in Emit()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Parser/
H A Dmessage.cpp137 bool Message::SortBefore(const Message &that) const { in SortBefore() function in Fortran::parser::Message
339 [](const Message *x, const Message *y) { return x->SortBefore(*y); }); in Emit()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/lib/Parser/
H A Dmessage.cpp125 bool Message::SortBefore(const Message &that) const { in SortBefore() function in Fortran::parser::Message
327 [](const Message *x, const Message *y) { return x->SortBefore(*y); }); in Emit()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/lib/Parser/
H A Dmessage.cpp125 bool Message::SortBefore(const Message &that) const { in SortBefore() function in Fortran::parser::Message
316 [](const Message *x, const Message *y) { return x->SortBefore(*y); }); in Emit()
/dports/devel/f18/f18-1688bef/lib/parser/
H A Dmessage.cc139 bool Message::SortBefore(const Message &that) const { in SortBefore() function in Fortran::parser::Message
326 [](const Message *x, const Message *y) { return x->SortBefore(*y); }); in Emit()
H A Dmessage.h192 bool SortBefore(const Message &that) const;
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/lib/Parser/
H A Dmessage.cpp125 bool Message::SortBefore(const Message &that) const { in SortBefore() function in Fortran::parser::Message
327 [](const Message *x, const Message *y) { return x->SortBefore(*y); }); in Emit()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/include/flang/Parser/
H A Dmessage.h186 bool SortBefore(const Message &that) const;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/include/flang/Parser/
H A Dmessage.h186 bool SortBefore(const Message &that) const;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/include/flang/Parser/
H A Dmessage.h187 bool SortBefore(const Message &that) const;
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/include/flang/Parser/
H A Dmessage.h187 bool SortBefore(const Message &that) const;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/include/flang/Parser/
H A Dmessage.h187 bool SortBefore(const Message &that) const;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/include/flang/Parser/
H A Dmessage.h187 bool SortBefore(const Message &that) const;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/include/flang/Parser/
H A Dmessage.h187 bool SortBefore(const Message &that) const;
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/include/flang/Parser/
H A Dmessage.h187 bool SortBefore(const Message &that) const;
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DBacktrackingAllocator.cpp23 static inline bool SortBefore(UsePosition* a, UsePosition* b) { in SortBefore() function
27 static inline bool SortBefore(LiveRange::BundleLink* a, in SortBefore() function
35 static inline bool SortBefore(LiveRange::RegisterLink* a, in SortBefore() function
47 if (SortBefore(list.back(), value)) { in InsertSortedList()
54 if (SortBefore(value, *iter)) { in InsertSortedList()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DBacktrackingAllocator.cpp23 SortBefore(UsePosition* a, UsePosition* b) in SortBefore() function
29 SortBefore(LiveRange::BundleLink* a, LiveRange::BundleLink* b) in SortBefore() function
38 SortBefore(LiveRange::RegisterLink* a, LiveRange::RegisterLink* b) in SortBefore() function
52 if (SortBefore(list.back(), value)) { in InsertSortedList()
59 if (SortBefore(value, *iter)) in InsertSortedList()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DBacktrackingAllocator.cpp21 static inline bool SortBefore(UsePosition* a, UsePosition* b) { in SortBefore() function
25 static inline bool SortBefore(LiveRange::BundleLink* a, in SortBefore() function
33 static inline bool SortBefore(LiveRange::RegisterLink* a, in SortBefore() function
45 if (SortBefore(list.back(), value)) { in InsertSortedList()
52 if (SortBefore(value, *iter)) break; in InsertSortedList()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DBacktrackingAllocator.cpp23 SortBefore(UsePosition* a, UsePosition* b) in SortBefore() function
29 SortBefore(LiveRange::BundleLink* a, LiveRange::BundleLink* b) in SortBefore() function
38 SortBefore(LiveRange::RegisterLink* a, LiveRange::RegisterLink* b) in SortBefore() function
52 if (SortBefore(list.back(), value)) { in InsertSortedList()
59 if (SortBefore(value, *iter)) in InsertSortedList()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DBacktrackingAllocator.cpp24 static inline bool SortBefore(UsePosition* a, UsePosition* b) { in SortBefore() function
28 static inline bool SortBefore(LiveRange::BundleLink* a, in SortBefore() function
36 static inline bool SortBefore(LiveRange::RegisterLink* a, in SortBefore() function
48 if (SortBefore(list.back(), value)) { in InsertSortedList()
55 if (SortBefore(value, *iter)) { in InsertSortedList()
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DBacktrackingAllocator.cpp24 static inline bool SortBefore(UsePosition* a, UsePosition* b) { in SortBefore() function
28 static inline bool SortBefore(LiveRange::BundleLink* a, in SortBefore() function
36 static inline bool SortBefore(LiveRange::RegisterLink* a, in SortBefore() function
48 if (SortBefore(list.back(), value)) { in InsertSortedList()
55 if (SortBefore(value, *iter)) { in InsertSortedList()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DBacktrackingAllocator.cpp24 static inline bool SortBefore(UsePosition* a, UsePosition* b) { in SortBefore() function
28 static inline bool SortBefore(LiveRange::BundleLink* a, in SortBefore() function
36 static inline bool SortBefore(LiveRange::RegisterLink* a, in SortBefore() function
48 if (SortBefore(list.back(), value)) { in InsertSortedList()
55 if (SortBefore(value, *iter)) { in InsertSortedList()