Home
last modified time | relevance | path

Searched defs:Pred (Results 1 – 25 of 136) sorted by relevance

123456

/external/clang/lib/StaticAnalyzer/Core/
DExprEngineObjC.cpp23 ExplodedNode *Pred, in VisitLvalObjCIvarRefExpr()
40 ExplodedNode *Pred, in VisitObjCAtSynchronizedStmt()
46 ExplodedNode *Pred, in VisitObjCForCollectionStmt()
136 ExplodedNode *Pred, in VisitObjCMessage()
226 ExplodedNode *Pred = *DI; in VisitObjCMessage() local
DExprEngineCXX.cpp26 ExplodedNode *Pred, in CreateCXXTemporaryObject()
39 void ExprEngine::performTrivialCopy(NodeBuilder &Bldr, ExplodedNode *Pred, in performTrivialCopy()
108 ExplodedNode *Pred) { in getRegionForConstructedObject()
234 ExplodedNode *Pred, in VisitCXXConstructExpr()
359 ExplodedNode *Pred, in VisitCXXDestructor()
401 ExplodedNode *Pred, in VisitCXXNewAllocatorCall()
426 void ExprEngine::VisitCXXNewExpr(const CXXNewExpr *CNE, ExplodedNode *Pred, in VisitCXXNewExpr()
532 ExplodedNode *Pred, ExplodedNodeSet &Dst) { in VisitCXXDeleteExpr()
539 ExplodedNode *Pred, in VisitCXXCatchStmt()
557 void ExprEngine::VisitCXXThisExpr(const CXXThisExpr *TE, ExplodedNode *Pred, in VisitCXXThisExpr()
[all …]
DExprEngineC.cpp23 ExplodedNode *Pred, in VisitBinaryOperator()
187 void ExprEngine::VisitBlockExpr(const BlockExpr *BE, ExplodedNode *Pred, in VisitBlockExpr()
250 ExplodedNode *Pred, ExplodedNodeSet &Dst) { in VisitCast()
433 ExplodedNode *Pred, in VisitCompoundLiteralExpr()
465 void ExprEngine::VisitDeclStmt(const DeclStmt *DS, ExplodedNode *Pred, in VisitDeclStmt()
541 void ExprEngine::VisitLogicalExpr(const BinaryOperator* B, ExplodedNode *Pred, in VisitLogicalExpr()
611 ExplodedNode *Pred, in VisitInitListExpr()
662 ExplodedNode *Pred, in VisitGuardedExpr()
721 ExplodedNode *Pred, ExplodedNodeSet &Dst) { in VisitOffsetOfExpr()
740 ExplodedNode *Pred, in VisitUnaryExprOrTypeTraitExpr()
[all …]
DCoreEngine.cpp229 void CoreEngine::dispatchWorkItem(ExplodedNode* Pred, ProgramPoint Loc, in dispatchWorkItem()
284 void CoreEngine::HandleBlockEdge(const BlockEdge &L, ExplodedNode *Pred) { in HandleBlockEdge()
324 ExplodedNode *Pred) { in HandleBlockEntrance()
343 void CoreEngine::HandleBlockExit(const CFGBlock * B, ExplodedNode *Pred) { in HandleBlockExit()
460 const CFGBlock * B, ExplodedNode *Pred) { in HandleBranch()
472 ExplodedNode *Pred) { in HandleCleanupTemporaryBranch()
483 ExplodedNode *Pred) { in HandleStaticInit()
495 ExplodedNode *Pred) { in HandlePostStmt()
511 ExplodedNode *Pred) { in generateNode()
DExprEngine.cpp288 void ExprEngine::processCFGElement(const CFGElement E, ExplodedNode *Pred, in processCFGElement()
317 const ExplodedNode *Pred, in shouldRemoveDeadBindings()
342 void ExprEngine::removeDead(ExplodedNode *Pred, ExplodedNodeSet &Out, in removeDead()
425 ExplodedNode *Pred) { in ProcessStmt()
456 ExplodedNode *Pred) { in ProcessInitializer()
544 ExplodedNode *Pred) { in ProcessImplicitDtor()
571 ExplodedNode *Pred) { in ProcessNewAllocator()
590 ExplodedNode *Pred, in ProcessAutomaticObjDtor()
609 ExplodedNode *Pred, in ProcessDeleteDtor()
638 ExplodedNode *Pred, ExplodedNodeSet &Dst) { in ProcessBaseDtor()
[all …]
DExprEngineCallAndReturn.cpp40 void ExprEngine::processCallEnter(CallEnter CE, ExplodedNode *Pred) { in processCallEnter()
160 ExplodedNode *Pred, in removeDeadOnEndOfFunction()
483 void ExprEngine::VisitCallExpr(const CallExpr *CE, ExplodedNode *Pred, in VisitCallExpr()
511 void ExprEngine::evalCall(ExplodedNodeSet &Dst, ExplodedNode *Pred, in evalCall()
576 ExplodedNode *Pred, in conservativeEvalCall()
592 const ExplodedNode *Pred, in mayInlineCallKind()
804 const ExplodedNode *Pred) { in shouldInlineCall()
904 void ExprEngine::defaultEvalCall(NodeBuilder &Bldr, ExplodedNode *Pred, in defaultEvalCall()
957 NodeBuilder &Bldr, ExplodedNode *Pred) { in BifurcateCall()
995 void ExprEngine::VisitReturnStmt(const ReturnStmt *RS, ExplodedNode *Pred, in VisitReturnStmt()
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/
Dcopy_if.pass.cpp23 struct Pred struct
38 OutIter r = std::copy_if(InIter(ia), InIter(ia+N), OutIter(ib), Pred()); in test() argument
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvar/
Dwait_pred.pass.cpp31 class Pred class
35 explicit Pred(int& i) : i_(i) {} in Pred() function in Pred
Dwait_for_pred.pass.cpp28 class Pred class
32 explicit Pred(int& i) : i_(i) {} in Pred() function in Pred
Dwait_until_pred.pass.cpp45 class Pred class
49 explicit Pred(int& i) : i_(i) {} in Pred() function in Pred
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
Dwait_pred.pass.cpp35 class Pred class
39 explicit Pred(int& i) : i_(i) {} in Pred() function in Pred
Dwait_for_pred.pass.cpp27 class Pred class
31 explicit Pred(int& i) : i_(i) {} in Pred() function in Pred
Dwait_until_pred.pass.cpp45 class Pred class
49 explicit Pred(int& i) : i_(i) {} in Pred() function in Pred
/external/clang/lib/Analysis/
DThreadSafetyTIL.cpp56 unsigned BasicBlock::addPredecessor(BasicBlock *Pred) { in addPredecessor()
198 for (auto *Pred : Predecessors) in topologicalFinalSort() local
212 for (auto *Pred : Predecessors) { in computeDominator() local
/external/libbrillo/brillo/
Dvalue_conversion.h87 std::map<std::string, T, Pred, Alloc>* out_value) { in FromValue() argument
129 const std::map<std::string, T, Pred, Alloc>& dictionary) { in ToValue() argument
/external/llvm/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h127 BlkT *Pred = Preds[p]; in BuildBlockList() local
240 BBInfo *Pred = Info->Preds[p]; in FindDominators() local
270 bool IsDefInDomFrontier(const BBInfo *Pred, const BBInfo *IDom) { in IsDefInDomFrontier()
362 BlkT *Pred = PredInfo->BB; in FindAvailableVals() local
/external/llvm/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp444 ARMCC::CondCodes Pred, unsigned PredReg) { in UpdateBaseRegUses()
579 bool BaseKill, unsigned Opcode, ARMCC::CondCodes Pred, unsigned PredReg, in CreateLoadStoreMulti()
775 bool BaseKill, unsigned Opcode, ARMCC::CondCodes Pred, unsigned PredReg, in CreateLoadStoreDouble()
843 ARMCC::CondCodes Pred = getInstrPredicate(First, PredReg); in MergeOpsUpdate() local
1087 ARMCC::CondCodes Pred, unsigned PredReg) { in isIncrementOrDecrement()
1117 ARMCC::CondCodes Pred, unsigned PredReg, int &Offset) { in findIncDecBefore()
1137 ARMCC::CondCodes Pred, unsigned PredReg, int &Offset) { in findIncDecAfter()
1172 ARMCC::CondCodes Pred = getInstrPredicate(MI, PredReg); in MergeBaseUpdateLSMultiple() local
1294 ARMCC::CondCodes Pred = getInstrPredicate(MI, PredReg); in MergeBaseUpdateLoadStore() local
1391 ARMCC::CondCodes Pred = getInstrPredicate(&MI, PredReg); in MergeBaseUpdateLSDouble() local
[all …]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCoreEngine.h262 ExplodedNode *Pred) { in generateNode()
273 ExplodedNode *Pred) { in generateSink()
316 NodeBuilderWithSinks(ExplodedNode *Pred, ExplodedNodeSet &DstSet, in NodeBuilderWithSinks()
449 ExplodedNode *Pred; variable
495 ExplodedNode *Pred; variable
/external/llvm/lib/Transforms/Utils/
DCmpInstAnalysis.cpp45 ICmpInst::Predicate Pred = InvertPred ? ICI->getInversePredicate() in getICmpCode() local
DBasicBlockUtils.cpp336 BasicBlock *Pred = *i; in UpdateAnalysisInformation() local
367 BasicBlock *Pred = *i; in UpdateAnalysisInformation() local
585 BasicBlock *Pred = *i++; in SplitLandingPadPredecessors() local
649 BasicBlock *Pred) { in FoldReturnIntoUncondBranch()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyCFGStackify.cpp231 for (auto Pred : MBB.predecessors()) in SortBlocks() local
238 for (auto Pred : MBB.predecessors()) in SortBlocks() local
259 static bool ExplicitlyBranchesTo(MachineBasicBlock *Pred, MachineBasicBlock *MBB) { in ExplicitlyBranchesTo()
DWebAssemblyStoreResults.cpp102 MachineBasicBlock *Pred = in runOnMachineFunction() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp65 CmpInst::Predicate Pred = getCmpPredicateForMinMax(SPF); in generateMinMaxSelectPattern() local
339 ICmpInst::Predicate Pred = IC->getPredicate(); in foldSelectICmpAndOr() local
361 ICmpInst::Predicate Pred = ICI->getPredicate(); in foldSelectCttzCtlz() local
407 ICmpInst::Predicate Pred = ICI->getPredicate(); in visitSelectInstWithICmp() local
1077 CmpInst::Predicate Pred = getCmpPredicateForMinMax(SPF, SPR.Ordered); in visitSelectInst() local
DInstCombineCompares.cpp813 ICmpInst::Predicate Pred) { in FoldICmpAddOpCst()
899 ICmpInst::Predicate Pred = ICI.getPredicate(); in FoldICmpDivCst() local
1115 auto getICmp = [&I](CmpInst::Predicate Pred, Value *LHS, Value *RHS) { in FoldICmpCstShrCst()
1179 auto getICmp = [&I](CmpInst::Predicate Pred, Value *LHS, Value *RHS) { in FoldICmpCstShlCst()
1281 ICmpInst::Predicate Pred = ICI.isSigned() in visitICmpInstWithInstAndIntCst() local
1291 ICmpInst::Predicate Pred = ICI.isSigned() in visitICmpInstWithInstAndIntCst() local
1604 ICmpInst::Predicate Pred = ICI.getPredicate(); in visitICmpInstWithInstAndIntCst() local
3343 CmpInst::Predicate Pred = I.getPredicate(); in visitICmpInst() local
3556 ICmpInst::Predicate Pred = I.isSigned() in visitICmpInst() local
3564 ICmpInst::Predicate Pred = I.isSigned() in visitICmpInst() local
[all …]
/external/llvm/utils/TableGen/
DDAGISelMatcherEmitter.cpp69 unsigned getNodePredicate(TreePredicateFn Pred) { in getNodePredicate()
270 StringRef Pred =cast<CheckPatternPredicateMatcher>(N)->getPredicate(); in EmitMatcher() local
278 TreePredicateFn Pred = cast<CheckPredicateMatcher>(N)->getPredicate(); in EmitMatcher() local

123456