Searched refs:isBefore (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/datetime/ |
| H A D | interval.d | 421 assert(!Interval!Date(Date(1996, 1, 2), Date(2012, 3, 1)).isBefore( 424 assert(!Interval!Date(Date(1996, 1, 2), Date(2012, 3, 1)).isBefore( 427 assert(Interval!Date(Date(1996, 1, 2), Date(2012, 3, 1)).isBefore( 431 bool isBefore(scope const TP timePoint) const pure 451 assert(!Interval!Date(Date(1996, 1, 2), Date(2012, 3, 1)).isBefore( 454 assert(!Interval!Date(Date(1996, 1, 2), Date(2012, 3, 1)).isBefore( 457 assert(Interval!Date(Date(1996, 1, 2), Date(2012, 3, 1)).isBefore( 461 bool isBefore(scope const Interval interval) const pure 482 assert(!Interval!Date(Date(1996, 1, 2), Date(2012, 3, 1)).isBefore( 485 assert(Interval!Date(Date(1996, 1, 2), Date(2012, 3, 1)).isBefore( [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/ |
| H A D | interval.d | 393 assert(!Interval!Date(Date(1996, 1, 2), Date(2012, 3, 1)).isBefore( 396 assert(!Interval!Date(Date(1996, 1, 2), Date(2012, 3, 1)).isBefore( 399 assert(Interval!Date(Date(1996, 1, 2), Date(2012, 3, 1)).isBefore( 403 bool isBefore(in TP timePoint) const pure 423 assert(!Interval!Date(Date(1996, 1, 2), Date(2012, 3, 1)).isBefore( 426 assert(!Interval!Date(Date(1996, 1, 2), Date(2012, 3, 1)).isBefore( 429 assert(Interval!Date(Date(1996, 1, 2), Date(2012, 3, 1)).isBefore( 433 bool isBefore(in Interval interval) const pure 454 assert(!Interval!Date(Date(1996, 1, 2), Date(2012, 3, 1)).isBefore( 457 assert(Interval!Date(Date(1996, 1, 2), Date(2012, 3, 1)).isBefore( [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DbgEntityHistoryCalculator.cpp | 63 bool InstructionOrdering::isBefore(const MachineInstr *A, in isBefore() function in InstructionOrdering 120 if (EndMI && Ordering.isBefore(EndMI, RangesI->first)) in intersects() 122 if (EndMI && !Ordering.isBefore(RangesI->second, EndMI)) in intersects() 124 if (Ordering.isBefore(StartMI, RangesI->second)) in intersects()
|
| H A D | DwarfDebug.cpp | 1586 if (!Ordering.isBefore(DbgValue, LScopeBegin)) { in validThroughout() 1623 if (Ordering.isBefore(RangeEnd, LScopeEnd)) in validThroughout()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | DbgEntityHistoryCalculator.h | 38 bool isBefore(const MachineInstr *A, const MachineInstr *B) const;
|