| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.go/ |
| hello.go | 6 fmt.Println ("Before assignment")
|
| global-local-var-shadow.go | 8 fmt.Println ("Before assignment")
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.go/ |
| hello.go | 6 fmt.Println ("Before assignment")
|
| global-local-var-shadow.go | 8 fmt.Println ("Before assignment")
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.pascal/ |
| hello.pas | 8 Writeln('Before assignment'); { set breakpoint 1 here }
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.pascal/ |
| hello.pas | 8 Writeln('Before assignment'); { set breakpoint 1 here }
|
| /src/usr.bin/make/unit-tests/ |
| directive-unexport-env.mk | 5 # Before 2020-12-13, the directive unexport-env wrongly accepted arguments 8 # Before 2020-12-13, misspelled directive names like "unexport-environment"
|
| make-exported.mk | 11 # Before 2020-10-03, the following line took the code path of .export-env, 17 # Before 2020-10-03, if the value of .MAKE.EXPORTED started with "-literal",
|
| deptgt-error.mk | 16 # Before making the '.ERROR' target, these variable values are printed.
|
| var-eval-short.mk | 40 # Before var.c 1.870 from 2021-03-14, the expression ${FAIL} was evaluated 51 # Before var.c 1.877 from 2021-03-14, the modifier ':[...]' did not expand 57 # Before var.c 1.867 from 2021-03-14, the modifier ':_' defined the variable 65 # Before var.c 1.856 from 2021-03-14, the modifier ':C' did not expand the 83 # Before var.c 1.1050 from 2023-05-09, the ':gmtime' modifier produced the 98 # Before var.c 1.1050 from 2023-05-09, the ':localtime' modifier produced the 152 # Before var.c 1.875 from 2021-03-14, Var_Parse returned "${FAIL}else" for the 161 # The ':L' is applied before the ':?' modifier, giving the expression a name
|
| directive-export.mk | 13 # Before 2020-12-13, this unusual expression invoked undefined behavior since 31 # Before var.c 1.1117 from 2024-06-01, a plain ".export" without a syntactical 42 # Before a child process is started, whether for the '!=' assignment operator
|
| counter-append.mk | 6 # This works since 2020-09-23. Before that, the counter ended up at having
|
| counter.mk | 6 # This works since 2020-09-23. Before that, the counter ended up at having
|
| directive-unexport.mk | 5 # Before 2020-12-13, misspelled directives like ".unexporting" or
|
| deptgt-end-jobs.mk | 10 # Before 2020-08-22, this test crashed with a null pointer dereference. 11 # Before 2020-09-23, this test crashed with an assertion failure.
|
| varmod-gmtime.mk | 47 # Before var.c 1.1050 from 2023-05-09, it was not possible to pass the 54 # Before var.c 1.631 from 2020-10-31 21:40:20, it was possible to pass 55 # negative time stamps to the :gmtime modifier, resulting in dates before 67 # Spaces were allowed before var.c 1.631 from 2020-10-31 21:40:20, not 109 # Integer overflow, at least before var.c 1.631 from 2020-10-31. 112 # the second before 1970. 123 # Before var.c 1.631 from 2020-10-31, there was no error handling while 135 # Before var.c 1.1050 from 2023-05-09, the timestamp could be directly 144 # Before var.c 1.1062 from 2023-08-19, ':gmtime' but not ':localtime' reported
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Passes/ |
| StandardInstrumentations.h | 37 /// Instrumentation to print IR before/after passes. 142 static void printDiff(raw_ostream &out, const CFG &Before, 166 // 4. When a pass changes the IR (given both before and after representations 182 // Compare the IR from before the pass after the pass. 204 // Called before and after a pass to get the representation of the IR. 211 const IRUnitT &Before, const IRUnitT &After, 219 // Called to compare the before and after representations of the IR. 220 virtual bool same(const IRUnitT &Before, const IRUnitT &After) = 0; 222 // Stack of IRs before passes. 257 // included in this representation but it is massaged before reporting [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| BlockFrequency.cpp | 41 uint64_t Before = Freq.Frequency; 45 if (Frequency < Before)
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| ARMBlockPlacement.cpp | 39 void moveBasicBlock(MachineBasicBlock *BB, MachineBasicBlock *Before); 86 /// for a WLS and if its loopExit/target is before it. 89 /// to before the loopExit/target. 98 // We don't want to move Preheader to before the function's entry block. 109 // since bb2's WLS will become forwards once bb3 is moved before/above bb1. 177 // Moves a BasicBlock before another, without changing the control flow 179 MachineBasicBlock *Before) { 180 LLVM_DEBUG(dbgs() << DEBUG_PREFIX << "Moving " << BB->getName() << " before " 181 << Before->getName() << "\n"); 186 MachineBasicBlock *BeforePrev = Before->getPrevNode() [all...] |
| /src/external/gpl3/gdb/dist/sim/testsuite/sh/ |
| loop.s | 15 add #1, r1 ! Before loop 22 # r1 = 0xa5a5a5a5 + 8 (five in loop, two after, one before) 36 add #1, r1 ! Before loop 44 # r1 = 0xa5a5a5a5 + 14 (ten in loop, three after, one before) 58 add #1, r1 ! Before loop 67 # r1 = 0xa5a5a5a5 + 18 (fifteen in loop, two after, one before) 80 add #1, r1 ! Before loop 94 # r1 = 0xa5a5a5a5 + 23 (20 in loop, two after, one before) 107 add #1, r1 ! Before loop 122 # r1 = 0xa5a5a5a5 + 28 (25 in loop, two after, one before) [all...] |
| /src/external/gpl3/gdb.old/dist/sim/testsuite/sh/ |
| loop.s | 15 add #1, r1 ! Before loop 22 # r1 = 0xa5a5a5a5 + 8 (five in loop, two after, one before) 36 add #1, r1 ! Before loop 44 # r1 = 0xa5a5a5a5 + 14 (ten in loop, three after, one before) 58 add #1, r1 ! Before loop 67 # r1 = 0xa5a5a5a5 + 18 (fifteen in loop, two after, one before) 80 add #1, r1 ! Before loop 94 # r1 = 0xa5a5a5a5 + 23 (20 in loop, two after, one before) 107 add #1, r1 ! Before loop 122 # r1 = 0xa5a5a5a5 + 28 (25 in loop, two after, one before) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
| BPFCORE.h | 71 Instruction *Before);
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/ |
| WholeProgramDevirt.h | 38 // pack constant values compactly before and after each virtual table. 87 // The bits that will be stored before and after a particular vtable. 95 // The bit vector that will be laid out before the vtable. Note that these 99 AccumBitVector Before; 143 // The minimum byte offset before the address point. This covers the bytes in 144 // the vtable object before the address point (e.g. RTTI, access-to-top, 156 // The number of bytes allocated (for the vtable plus the byte array) before 159 return minBeforeBytes() + TM->Bits->Before.Bytes.size(); 168 // Set the bit at position Pos before the address point to RetVal. 171 TM->Bits->Before.setBit(Pos - 8 * minBeforeBytes(), RetVal) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Passes/ |
| StandardInstrumentations.cpp | 63 // reported as filtered out. The -print-before-changed option will print 64 // the IR as it was before each pass that changed it. The optional 113 PrintChangedBefore("print-before-changed", 114 cl::desc("Print before passes that change them"), 124 // Perform a system based diff between \p Before and \p After, using 128 std::string doSystemDiff(StringRef Before, StringRef After, 131 StringRef SR[2]{Before, After}; 438 // Get the before rep from the stack 439 IRUnitT &Before = BeforeStack.back(); 445 if (same(Before, After)) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| SIWholeQuadMode.cpp | 198 MachineBasicBlock::iterator Before); 203 void toExact(MachineBasicBlock &MBB, MachineBasicBlock::iterator Before, 205 void toWQM(MachineBasicBlock &MBB, MachineBasicBlock::iterator Before, 207 void toStrictMode(MachineBasicBlock &MBB, MachineBasicBlock::iterator Before, 210 MachineBasicBlock::iterator Before, Register SavedOrig, 492 // defs before uses, in particular so that we don't accidentally mark an 493 // instruction as needing e.g. WQM before visiting it and realizing it needs 717 MachineBasicBlock::iterator Before) { 721 BuildMI(MBB, Before, DebugLoc(), TII->get(AMDGPU::COPY), SaveReg) 724 BuildMI(MBB, Before, DebugLoc(), TII->get(AMDGPU::COPY), AMDGPU::SCC [all...] |