HomeSort by: relevance | last modified time | path
    Searched defs:Done (Results 1 - 25 of 51) sorted by relevancy

1 2 3

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.pascal/
case-insensitive-symbols.pas 28 destructor Done; virtual;
37 destructor TA.Done;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.pascal/
case-insensitive-symbols.pas 28 destructor Done; virtual;
37 destructor TA.Done;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
EscapeEnumerator.h 35 bool Done;
44 Builder(F.getContext()), Done(false),
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
InlineInfo.cpp 132 bool Done = false;
133 while (!Done)
134 Done = lookup(GR, Data, Offset, ChildBaseAddr, Addr, SrcLocs, Err);
FunctionInfo.cpp 53 bool Done = false;
54 while (!Done) {
72 Done = true;
182 bool Done = false;
185 while (!Done) {
199 Done = true;
244 // If we don't have inline information, we are done.
LineTable.cpp 71 bool Done = false;
72 while (!Done) {
79 Done = true;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
IntervalIterator.h 93 bool IOwnMem; // If True, delete intervals when done with them
147 bool Done = ProcessInterval(getSourceGraphNode(OrigContainer, *SuccIt));
149 if (Done) return *this; // Found a new interval! Use it!
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Threading.h 93 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 };
132 flag.status = Done;
138 while (tmp != Done) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonGenExtract.cpp 242 bool Done = convert(In);
243 if (HasCutoff && Done)
245 Changed |= Done;
HexagonPeephole.cpp 234 bool Done = false;
250 Done = true;
256 if (!Done) {
286 } // if (!Done)
HexagonGenPredicate.cpp 523 bool Done = convertToPredForm(MI);
524 if (Done) {
531 auto Done = [Processed] (MachineInstr *MI) -> bool {
534 PUsers.remove_if(Done);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 158 bool Done = true;
162 default: Done = false; break;
167 if (Done) break;
303 bool Done = true;
307 default: Done = false; break;
335 if (Done) break;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SwitchLoweringUtils.cpp 241 SmallPtrSet<MachineBasicBlock *, 8> Done;
243 if (Done.count(Succ))
246 Done.insert(Succ);
  /src/external/apache2/llvm/dist/llvm/tools/bugpoint/
ExtractFunction.cpp 59 std::set<Constant *> Done;
65 Done.insert(V);
75 if (C && !isa<GlobalValue>(C) && !Done.count(C))
  /src/external/bsd/zstd/dist/contrib/pzstd/
Pzstd.cpp 203 // Be sure that we are done and have written everything before we delete
352 enum class FileStatus { Continue, Done, Error };
356 return FileStatus::Done;
601 // start writing before compression is done because we need to know the
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntimeGPU.cpp 58 void Done(CodeGenFunction &CGF) {
3729 /// can be done without locking.
3884 llvm::BasicBlock *ExitBB = CGF.createBasicBlock(".omp.reduction.done");
CGNonTrivialStruct.cpp 392 llvm::Value *Done =
393 CGF.Builder.CreateICmpEQ(PHIs[DstIdx], DstArrayEnd, "done");
394 CGF.Builder.CreateCondBr(Done, ExitBB, LoopBB);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 266 bool Done() {
412 for (ParseHelper PH(S); !PH.Done();) {
427 for (ParseHelper PH(S); !PH.Done();) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 352 bool done() const { return Done; } function in class:llvm::DWARFDebugLine::SectionParser
366 bool Done = false;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
MachO.h 119 bool Done = false;
200 bool Done = false;
258 bool Done = false;
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 689 bool Done = false;
691 Done = rewriteARMFrameIndex(MI, i, BaseReg, Off, TII);
694 Done = rewriteT2FrameIndex(MI, i, BaseReg, Off, TII, this);
696 assert(Done && "Unable to resolve frame index!");
697 (void)Done;
802 bool Done = false;
804 Done = rewriteARMFrameIndex(MI, FIOperandNum, FrameReg, Offset, TII);
807 Done = rewriteT2FrameIndex(MI, FIOperandNum, FrameReg, Offset, TII, this);
809 if (Done)
Thumb1FrameLowering.cpp 554 bool Done = emitPopSpecialFixUp(MBB, /* DoIt */ true);
555 (void)Done;
556 assert(Done && "Emission of the special fixup failed!?");
  /src/external/bsd/am-utils/dist/include/
am_utils.h 217 Done
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_primary64.h 423 void Done() {
550 range_tracker.Done();
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
GlobalModuleIndex.cpp 141 bool Done = false;
142 while (!Done) {
156 Done = true;
557 bool Done = false;
558 while (!Done) {
566 Done = true;
872 // when they finish, so we're done.

Completed in 53 milliseconds

1 2 3