/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/dump/ |
D | DumpArchiveEntry.java | 209 private boolean isDeleted; field in DumpArchiveEntry 320 public boolean isDeleted() { in isDeleted() method in DumpArchiveEntry 321 return isDeleted; in isDeleted() 328 public void setDeleted(final boolean isDeleted) { in setDeleted() argument 329 this.isDeleted = isDeleted; in setDeleted()
|
/external/swiftshader/src/Reactor/ |
D | Optimizer.cpp | 124 if(inst.isDeleted()) in eliminateDeadCode() 146 if(alloca.isDeleted()) in eliminateUnitializedLoads() 209 if(alloca.isDeleted()) in eliminateLoadsFollowingSingleStore() 240 if(load->isDeleted() || !isLoad(*load)) in eliminateLoadsFollowingSingleStore() 320 if(alloca.isDeleted()) in optimizeStoresInSingleBasicBlock() 365 if(inst.isDeleted()) in optimizeStoresInSingleBasicBlock() 388 if((loadStoreInst.address != address) || inst->isDeleted()) in optimizeStoresInSingleBasicBlock() 436 if(instruction.isDeleted()) in analyzeUses() 481 assert(!use->isDeleted()); // Should have been removed from uses already in replace() 502 if(!instruction || instruction->isDeleted()) in deleteInstruction()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceCfgNode.cpp | 76 if (DoDelete && I->isDeleted()) { in removeDeletedAndRenumber() 326 if (!I.isDeleted() && I.repointEdges(this, NewNode)) in splitIncomingEdge() 456 if (!Phi->isDeleted()) { in advancedPhiLowering() 661 if (I.isDeleted()) in livenessLightweight() 666 if (I.isDeleted()) in livenessLightweight() 703 if (I.isDeleted()) in liveness() 716 if (I.isDeleted()) in liveness() 725 if (I.isDeleted()) in liveness() 905 if (I.isDeleted()) in contractIfEmpty() 938 if (!I.isDeleted()) in contractIfEmpty() [all …]
|
D | IceLoopAnalyzer.cpp | 79 bool isDeleted() const { return Deleted; } in isDeleted() function in Ice::LoopAnalyzer::LoopNode 173 if (Node.isDeleted() || Node.isVisited()) in computeLoopNestDepth() 211 if (Succ.isDeleted()) in processNode()
|
D | IceVariableSplitting.cpp | 81 if (Instr.isDeleted()) in reset() 529 if (Instr.isDeleted()) in splitBlockLocalVariables() 541 if (Instr->isDeleted()) in splitBlockLocalVariables()
|
D | IceInst.cpp | 128 Number = isDeleted() ? NumberDeleted : Func->newInstNumber(); in renumber() 200 assert(!isDeleted()); in livenessLightweight() 217 assert(!isDeleted()); in liveness() 441 if (isDeleted() || Dead) in livenessPhiOperand() 649 if (!Func->isVerbose(IceV_Deleted) && (isDeleted() || isRedundantAssign())) in dumpDecorated() 659 if (isDeleted()) in dumpDecorated() 1048 if (Linked->isDeleted()) in dump()
|
D | IceCfg.cpp | 619 if (Instr.isDeleted() || !llvm::isa<InstArithmetic>(&Instr)) in localCSE() 712 if (Inst.isDeleted() || in findLoopInvariantInstructions() 856 if (!Current->isDeleted()) { in floatConstantCSE() 1021 if (Instr.isDeleted()) in processAllocas() 1046 if (Instr.isDeleted()) in processAllocas() 1070 if (Instr.isDeleted()) in processAllocas() 1196 if (Instr.isDeleted()) in findRematerializable() 1603 if (Mode == Liveness_Intervals && !I.isDeleted()) { in liveness() 1612 if (Mode == Liveness_Intervals && !I.isDeleted()) { in liveness() 1654 if (Instr.isDeleted()) in validateLiveness()
|
D | IceTargetLowering.cpp | 88 while (I != End && I->isDeleted()) in skipDeleted() 382 I->isDeleted(); in doNopInsertion() 406 if (!Instr->isDeleted() && !llvm::isa<InstFakeDef>(Instr) && in lower() 548 if (Instr.isDeleted()) { in getInstructionsInRange() 721 if (Instr->isDeleted()) in markRedefinitions() 787 if (Instr.isDeleted()) in getVarStackSlotParams()
|
D | IcePhiLoweringImpl.h | 36 if (Phi->isDeleted()) in prelowerPhis32Bit()
|
D | IceOperand.cpp | 396 if (I.isDeleted()) in addNode() 414 if (I.isDeleted()) in addNode()
|
D | IceRegAlloc.cpp | 150 if (!Kill->isDeleted() && !Kill->getLinked()->isDeleted()) in initForGlobal() 221 if (Instr.isDeleted()) in initForInfOnly()
|
D | IceTargetLoweringX8632.cpp | 246 if (!Instr.isDeleted()) in emitGetIP()
|
D | IceInst.h | 94 bool isDeleted() const { return Deleted; } in isDeleted() function 113 assert(!isDeleted()); in replaceSource()
|
/external/v8/tools/clang/blink_gc_plugin/ |
D | RecordInfo.cpp | 250 it->isDeleted() && in IsStackAllocated() 268 deleted = it->isDeleted(); in IsNonNewable() 286 new_deleted = it->isDeleted(); in IsOnlyPlacementNewable() 288 placement = !it->isDeleted(); in IsOnlyPlacementNewable()
|
/external/proguard/src/proguard/classfile/editor/ |
D | VariableEditor.java | 86 public boolean isDeleted(int instructionOffset) in isDeleted() method in VariableEditor
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | HashTable.h | 241 if (!isDeleted(I)) 268 bool isDeleted(uint32_t K) const { return Deleted.test(K); }
|
/external/v8/tools/clang/plugins/ |
D | FindBadConstructsConsumer.cpp | 446 !it->isDeleted() && (!it->isCopyOrMoveConstructor() || in CheckCtorDtorWeight() 467 !dtor->isDeleted()) { in CheckCtorDtorWeight()
|
/external/clang/lib/CodeGen/ |
D | CGCXXABI.cpp | 53 if (!CD->isDeleted()) in canCopyArgument()
|
D | SwiftCallingConv.cpp | 744 if (ctor->isCopyOrMoveConstructor() && !ctor->isDeleted() && in shouldPassCXXRecordIndirectly()
|
/external/clang/lib/Index/ |
D | IndexDecl.cpp | 95 if (D->isDeleted()) in VisitFunctionDecl()
|
/external/clang/lib/Sema/ |
D | CodeCompleteConsumer.cpp | 560 if (Function->isDeleted()) in computeCursorKindAndAvailability()
|
D | SemaDeclCXX.cpp | 4776 if (MD->isDeleted()) in checkClassLevelDLLAttribute() 5773 if (BaseCtor->isDeleted() && Diagnose) { in shouldDeleteForBase() 5780 return BaseCtor->isDeleted(); in shouldDeleteForBase() 9200 !Constructor->isDeleted()) && in DefineImplicitDefaultConstructor() 9313 assert(!BaseCtor->isDeleted() && "should not use deleted constructor"); in findInheritingConstructor() 9336 !Constructor->isDeleted()); in DefineInheritingConstructor() 9513 !Destructor->isDeleted()) && in DefineImplicitDestructor() 10280 !CopyAssignOperator->isDeleted()) && in DefineImplicitCopyAssignment() 10708 !MoveAssignOperator->isDeleted()) && in DefineImplicitMoveAssignment() 11058 !CopyConstructor->isDeleted()) && in DefineImplicitCopyConstructor() [all …]
|
/external/clang/lib/ASTMatchers/Dynamic/ |
D | Registry.cpp | 297 REGISTER_MATCHER(isDeleted); in RegistryMaps()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | OpenArchive.cpp | 753 bool isDeleted = false; in GetItemPath2() local 754 RINOK(Archive_IsItem_Deleted(Archive, index, isDeleted)); in GetItemPath2() 755 if (isDeleted) in GetItemPath2()
|
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersNarrowingTest.cpp | 854 notMatches("void Func();", functionDecl(hasName("Func"), isDeleted()))); in TEST() 856 functionDecl(hasName("Func"), isDeleted()))); in TEST()
|