HomeSort by relevance Sort by last modified time
    Searched defs:Done (Results 126 - 150 of 250) sorted by null

1 2 3 4 56 7 8 910

  /art/compiler/optimizing/
register_allocator_linear_scan.cc 115 for (HInstructionIterator inst_it(block->GetPhis()); !inst_it.Done(); inst_it.Advance()) {
121 !inst_it.Done();
169 for (HBackwardInstructionIterator back_it(block->GetInstructions()); !back_it.Done();
173 for (HInstructionIterator inst_it(block->GetPhis()); !inst_it.Done(); inst_it.Advance()) {
406 bool Done() const { return current_interval_ == nullptr; }
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxePrintLibPrint2Protocol/
PrintLib.c 92 BOOLEAN Done;
121 for (Done = FALSE; !Done; ) {
166 Done = TRUE;
    [all...]
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 289 bool Done() {
315 for (ParseHelper PH(S); !PH.Done();) {
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 132 bool Done = false;
133 while (!Done) {
143 Done = true;
525 bool Done = false;
526 while (!Done) {
530 Done = true;
788 // when they finish, so we're done.
856 // We're done.
  /external/llvm/include/llvm/Object/
MachO.h 99 bool Done;
135 bool Done;
183 bool Done;
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 627 bool Done = false;
629 Done = rewriteARMFrameIndex(MI, i, BaseReg, Off, TII);
632 Done = rewriteT2FrameIndex(MI, i, BaseReg, Off, TII);
634 assert (Done && "Unable to resolve frame index!");
635 (void)Done;
742 bool Done = false;
744 Done = rewriteARMFrameIndex(MI, FIOperandNum, FrameReg, Offset, TII);
747 Done = rewriteT2FrameIndex(MI, FIOperandNum, FrameReg, Offset, TII);
749 if (Done)
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyRegStackify.cpp 597 bool Done() const { return Worklist.empty(); }
622 "Reseting operands should only be done when the instruction has "
738 while (!TreeWalker.Done()) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Scalarizer.cpp 261 bool Done = visit(I);
263 if (Done && I->getType()->isVoidTy())
  /external/pdfium/fpdfsdk/pwl/
cpwl_list_impl.cpp 91 void CPLST_Select::Done() {
394 m_aSelItems.Done();
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMBaseRegisterInfo.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
MachO.h 99 bool Done;
176 bool Done;
233 bool Done;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
MachO.h 115 bool Done = false;
194 bool Done = false;
252 bool Done = false;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
MachO.h 115 bool Done = false;
194 bool Done = false;
252 bool Done = false;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
MachO.h 120 bool Done = false;
203 bool Done = false;
261 bool Done = false;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
MachO.h 120 bool Done = false;
203 bool Done = false;
261 bool Done = false;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Object/
MachO.h 120 bool Done = false;
203 bool Done = false;
261 bool Done = false;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Object/
MachO.h 120 bool Done = false;
203 bool Done = false;
261 bool Done = false;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
MachO.h 99 bool Done;
176 bool Done;
233 bool Done;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
MachO.h 115 bool Done = false;
194 bool Done = false;
252 bool Done = false;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
MachO.h 115 bool Done = false;
194 bool Done = false;
252 bool Done = false;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Object/
MachO.h 120 bool Done = false;
203 bool Done = false;
261 bool Done = false;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Object/
MachO.h 120 bool Done = false;
203 bool Done = false;
261 bool Done = false;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Object/
MachO.h 120 bool Done = false;
203 bool Done = false;
261 bool Done = false;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Object/
MachO.h 120 bool Done = false;
203 bool Done = false;
261 bool Done = false;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GuidChk/
GuidChk.c 643 BOOLEAN Done;
712 Done = FALSE;
714 Done = TRUE;
726 while (!Done) {
749 Done = TRUE;
891 // Read lines from the file until done
958 // Read lines from the file until done
1198 // Read lines from the file until done
1287 goto Done;
1324 Done:
    [all...]

Completed in 1069 milliseconds

1 2 3 4 56 7 8 910