| /NextBSD/contrib/llvm/lib/IR/ |
| HD | Use.cpp | 58 ptrdiff_t Done = 0; in initTags() local 59 while (Done < 20) { in initTags() 67 new (Stop) Use(tags[Done++]); in initTags() 70 ptrdiff_t Count = Done; in initTags() 75 ++Done; in initTags() 76 Count = Done; in initTags() 80 ++Done; in initTags()
|
| /NextBSD/contrib/amd/amd/ |
| HD | nfs_start.c | 314 amd_state = Done; in run_rpc() 415 amd_state = Done; in mount_automounter() 448 if (run_rpc() != Done) { in mount_automounter() 450 amd_state = Done; in mount_automounter()
|
| /NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| HD | AsmPrinterInlineAsm.cpp | 191 bool Done = true; in EmitMSInlineAsmStr() local 195 default: Done = false; break; in EmitMSInlineAsmStr() 200 if (Done) break; in EmitMSInlineAsmStr() 289 bool Done = true; in EmitGCCInlineAsmStr() local 293 default: Done = false; break; in EmitGCCInlineAsmStr() 321 if (Done) break; in EmitGCCInlineAsmStr()
|
| /NextBSD/contrib/llvm/lib/Target/ARM/ |
| HD | ARMBaseRegisterInfo.cpp | 610 bool Done = false; in resolveFrameIndex() local 612 Done = rewriteARMFrameIndex(MI, i, BaseReg, Off, TII); in resolveFrameIndex() 615 Done = rewriteT2FrameIndex(MI, i, BaseReg, Off, TII); in resolveFrameIndex() 617 assert (Done && "Unable to resolve frame index!"); in resolveFrameIndex() 618 (void)Done; in resolveFrameIndex() 725 bool Done = false; in eliminateFrameIndex() local 727 Done = rewriteARMFrameIndex(MI, FIOperandNum, FrameReg, Offset, TII); in eliminateFrameIndex() 730 Done = rewriteT2FrameIndex(MI, FIOperandNum, FrameReg, Offset, TII); in eliminateFrameIndex() 732 if (Done) in eliminateFrameIndex()
|
| /NextBSD/contrib/llvm/lib/CodeGen/ |
| HD | ScheduleDAG.cpp | 240 bool Done = true; in ComputeDepth() local 249 Done = false; in ComputeDepth() 254 if (Done) { in ComputeDepth() 273 bool Done = true; in ComputeHeight() local 282 Done = false; in ComputeHeight() 287 if (Done) { in ComputeHeight()
|
| /NextBSD/contrib/llvm/lib/Object/ |
| HD | MachOObjectFile.cpp | 1216 : Trie(T), Malformed(false), Done(false) { } in ExportEntry() 1225 Done = true; in moveToEnd() 1230 if (Done || Other.Done) in operator ==() 1231 return (Done == Other.Done); in operator ==() 1372 Done = true; in moveNext() 1398 PointerSize(is64Bit ? 8 : 4), Malformed(false), Done(false) {} in MachORebaseEntry() 1408 Done = true; in moveToEnd() 1419 Done = true; in moveNext() 1431 Done = true; in moveNext() 1547 (Done == Other.Done); in operator ==() [all …]
|
| /NextBSD/contrib/llvm/lib/Target/Hexagon/ |
| HD | HexagonGenExtract.cpp | 232 bool Done = convert(In); in visitBlock() local 233 if (HasCutoff && Done) in visitBlock() 235 Changed |= Done; in visitBlock()
|
| HD | HexagonPeephole.cpp | 245 bool Done = false; in runOnMachineFunction() local 260 Done = true; in runOnMachineFunction() 266 if (!Done) { in runOnMachineFunction()
|
| HD | HexagonGenPredicate.cpp | 503 bool Done = convertToPredForm(MI); in runOnMachineFunction() local 504 if (Done) { in runOnMachineFunction() 511 auto Done = [Processed] (MachineInstr *MI) -> bool { in runOnMachineFunction() local 514 PUsers.remove_if(Done); in runOnMachineFunction()
|
| HD | HexagonExpandCondsets.cpp | 1098 bool Done = predicate(I, (Opc == Hexagon::A2_tfrt)); in predicateInBlock() local 1099 if (!Done) { in predicateInBlock() 1105 Changed |= Done; in predicateInBlock() 1271 bool Done = false; in coalesceSegments() local 1294 Done = coalesceRegisters(RD, RegisterRef(S1)); in coalesceSegments() 1296 if (!Done && S2.isReg()) { in coalesceSegments() 1300 Done = coalesceRegisters(RD, RegisterRef(S2)); in coalesceSegments() 1302 Changed |= Done; in coalesceSegments()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | GlobalModuleIndex.cpp | 132 bool Done = false; in GlobalModuleIndex() local 133 while (!Done) { in GlobalModuleIndex() 143 Done = true; in GlobalModuleIndex() 525 bool Done = false; in loadModuleFile() local 526 while (!Done) { in loadModuleFile() 530 Done = true; in loadModuleFile()
|
| /NextBSD/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/dtraceUtil/ |
| HD | tst.DestructWithFunction.d.ksh.out | 1 Done chilling
|
| HD | tst.DestructWithID.d.ksh.out | 1 Done chilling
|
| HD | tst.DestructWithProvider.d.ksh.out | 1 Done chilling
|
| HD | tst.DestructWithModule.d.ksh.out | 1 Done chilling
|
| HD | tst.DestructWithName.d.ksh.out | 1 Done chilling
|
| /NextBSD/targets/pseudo/ |
| HD | Makefile.inc | 10 @echo Done!
|
| /NextBSD/contrib/llvm/lib/Target/AArch64/ |
| HD | AArch64RegisterInfo.cpp | 361 bool Done = rewriteAArch64FrameIndex(MI, i, BaseReg, Off, TII); in resolveFrameIndex() local 362 assert(Done && "Unable to resolve frame index!"); in resolveFrameIndex() 363 (void)Done; in resolveFrameIndex()
|
| /NextBSD/usr.bin/sed/tests/ |
| HD | regress.hanoi.out | 17 Done! Try another, or end with ^D.
|
| /NextBSD/contrib/tcsh/nls/C/ |
| HD | set17 | 10 7 Done
|
| /NextBSD/contrib/llvm/include/llvm/Analysis/ |
| HD | IntervalIterator.h | 146 bool Done = ProcessInterval(getSourceGraphNode(OrigContainer, *SuccIt)); variable 148 if (Done) return *this; // Found a new interval! Use it!
|
| /NextBSD/contrib/llvm/tools/bugpoint/ |
| HD | ExtractFunction.cpp | 61 std::set<Constant*> Done; in globalInitUsesExternalBA() local 67 Done.insert(V); in globalInitUsesExternalBA() 77 if (C && !isa<GlobalValue>(C) && !Done.count(C)) in globalInitUsesExternalBA()
|
| /NextBSD/contrib/llvm/include/llvm/Object/ |
| HD | MachO.h | 99 bool Done; variable 135 bool Done; variable 183 bool Done; variable
|
| /NextBSD/contrib/llvm/tools/lldb/source/Commands/ |
| HD | CommandObjectExpression.cpp | 411 return LineStatus::Done; in IOHandlerLinesUpdated() 418 return LineStatus::Done; in IOHandlerLinesUpdated()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/ |
| HD | lldb-private-enumerations.h | 231 Done // Lines are complete enumerator
|