Home
last modified time | relevance | path

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

12345

/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()
156 ExplodedNode *Pred = *DI; in VisitObjCMessage() local
DExprEngineCXX.cpp26 ExplodedNode *Pred, in CreateCXXTemporaryObject()
39 void ExprEngine::performTrivialCopy(NodeBuilder &Bldr, ExplodedNode *Pred, in performTrivialCopy()
107 const CXXConstructExpr *CE, ExplodedNode *Pred, ExprEngine &Eng, in getRegionForConstructedObject()
178 ExplodedNode *Pred, in VisitCXXConstructExpr()
303 ExplodedNode *Pred, in VisitCXXDestructor()
345 ExplodedNode *Pred, in VisitCXXNewAllocatorCall()
370 void ExprEngine::VisitCXXNewExpr(const CXXNewExpr *CNE, ExplodedNode *Pred, in VisitCXXNewExpr()
476 ExplodedNode *Pred, ExplodedNodeSet &Dst) { in VisitCXXDeleteExpr()
483 ExplodedNode *Pred, in VisitCXXCatchStmt()
501 void ExprEngine::VisitCXXThisExpr(const CXXThisExpr *TE, ExplodedNode *Pred, in VisitCXXThisExpr()
DExprEngineC.cpp23 ExplodedNode *Pred, in VisitBinaryOperator()
187 void ExprEngine::VisitBlockExpr(const BlockExpr *BE, ExplodedNode *Pred, in VisitBlockExpr()
228 ExplodedNode *Pred, ExplodedNodeSet &Dst) { in VisitCast()
411 ExplodedNode *Pred, in VisitCompoundLiteralExpr()
443 void ExprEngine::VisitDeclStmt(const DeclStmt *DS, ExplodedNode *Pred, in VisitDeclStmt()
516 void ExprEngine::VisitLogicalExpr(const BinaryOperator* B, ExplodedNode *Pred, in VisitLogicalExpr()
586 ExplodedNode *Pred, in VisitInitListExpr()
637 ExplodedNode *Pred, in VisitGuardedExpr()
698 ExplodedNode *Pred, ExplodedNodeSet &Dst) { in VisitOffsetOfExpr()
717 ExplodedNode *Pred, in VisitUnaryExprOrTypeTraitExpr()
[all …]
DExprEngine.cpp287 void ExprEngine::processCFGElement(const CFGElement E, ExplodedNode *Pred, in processCFGElement()
316 const ExplodedNode *Pred, in shouldRemoveDeadBindings()
341 void ExprEngine::removeDead(ExplodedNode *Pred, ExplodedNodeSet &Out, in removeDead()
424 ExplodedNode *Pred) { in ProcessStmt()
455 ExplodedNode *Pred) { in ProcessInitializer()
539 ExplodedNode *Pred) { in ProcessImplicitDtor()
566 ExplodedNode *Pred) { in ProcessNewAllocator()
585 ExplodedNode *Pred, in ProcessAutomaticObjDtor()
604 ExplodedNode *Pred, in ProcessDeleteDtor()
633 ExplodedNode *Pred, ExplodedNodeSet &Dst) { in ProcessBaseDtor()
[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()
DExprEngineCallAndReturn.cpp40 void ExprEngine::processCallEnter(CallEnter CE, ExplodedNode *Pred) { in processCallEnter()
160 ExplodedNode *Pred, in removeDeadOnEndOfFunction()
482 void ExprEngine::VisitCallExpr(const CallExpr *CE, ExplodedNode *Pred, in VisitCallExpr()
510 void ExprEngine::evalCall(ExplodedNodeSet &Dst, ExplodedNode *Pred, in evalCall()
575 ExplodedNode *Pred, in conservativeEvalCall()
591 const ExplodedNode *Pred, in mayInlineCallKind()
801 const ExplodedNode *Pred) { in shouldInlineCall()
900 void ExprEngine::defaultEvalCall(NodeBuilder &Bldr, ExplodedNode *Pred, in defaultEvalCall()
953 NodeBuilder &Bldr, ExplodedNode *Pred) { in BifurcateCall()
991 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/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/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.cpp332 BasicBlock *Pred = *i; in UpdateAnalysisInformation() local
363 BasicBlock *Pred = *i; in UpdateAnalysisInformation() local
578 BasicBlock *Pred = *i++; in SplitLandingPadPredecessors() local
641 BasicBlock *Pred) { in FoldReturnIntoUncondBranch()
/external/llvm/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp382 ARMCC::CondCodes Pred, unsigned PredReg) { in UpdateBaseRegUses()
481 int Opcode, ARMCC::CondCodes Pred, in MergeOps()
734 ARMCC::CondCodes Pred, unsigned PredReg, in MergeOpsUpdate()
833 ARMCC::CondCodes Pred, unsigned PredReg, in MergeLDR_STR()
910 ARMCC::CondCodes Pred, unsigned PredReg) { in isMatchingDecrement()
945 ARMCC::CondCodes Pred, unsigned PredReg) { in isMatchingIncrement()
1112 ARMCC::CondCodes Pred = getInstrPredicate(MI, PredReg); in MergeBaseUpdateLSMultiple() local
1269 ARMCC::CondCodes Pred = getInstrPredicate(MI, PredReg); in MergeBaseUpdateLoadStore() local
1456 ARMCC::CondCodes Pred, unsigned PredReg, in InsertLDR_STR()
1507 ARMCC::CondCodes Pred = getInstrPredicate(MI, PredReg); in FixInvalidRegPairOp() local
[all …]
DThumb2SizeReduction.cpp293 bool is2Addr, ARMCC::CondCodes Pred, in VerifyPredAndCC()
686 ARMCC::CondCodes Pred = getInstrPredicate(MI, PredReg); in ReduceTo2Addr() local
783 ARMCC::CondCodes Pred = getInstrPredicate(MI, PredReg); in ReduceToNarrow() local
925 for (auto *Pred : MBB.predecessors()) { in ReduceMBB() local
DThumbRegisterInfo.cpp66 ARMCC::CondCodes Pred, unsigned PredReg, in emitThumb1LoadConstPool()
86 ARMCC::CondCodes Pred, unsigned PredReg, in emitThumb2LoadConstPool()
105 unsigned DestReg, unsigned SubIdx, int Val, ARMCC::CondCodes Pred, in emitLoadConstPool()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp743 ICmpInst::Predicate Pred) { in FoldICmpAddOpCst()
829 ICmpInst::Predicate Pred = ICI.getPredicate(); in FoldICmpDivCst() local
1047 auto getICmp = [&I](CmpInst::Predicate Pred, Value *LHS, Value *RHS) { in FoldICmpCstShrCst()
1107 auto getICmp = [&I](CmpInst::Predicate Pred, Value *LHS, Value *RHS) { in FoldICmpCstShlCst()
1201 ICmpInst::Predicate Pred = ICI.isSigned() in visitICmpInstWithInstAndIntCst() local
1211 ICmpInst::Predicate Pred = ICI.isSigned() in visitICmpInstWithInstAndIntCst() local
1498 ICmpInst::Predicate Pred = ICI.getPredicate(); in visitICmpInstWithInstAndIntCst() local
3240 CmpInst::Predicate Pred = I.getPredicate(); in visitICmpInst() local
3433 ICmpInst::Predicate Pred = I.isSigned() in visitICmpInst() local
3441 ICmpInst::Predicate Pred = I.isSigned() in visitICmpInst() local
[all …]
DInstCombineSelect.cpp34 ICmpInst::Predicate Pred = ICI->getPredicate(); in MatchSelectPattern() local
432 ICmpInst::Predicate Pred = IC->getPredicate(); in foldSelectICmpAndOr() local
454 ICmpInst::Predicate Pred = ICI->getPredicate(); in foldSelectCttzCtlz() local
502 ICmpInst::Predicate Pred = ICI->getPredicate(); in visitSelectInstWithICmp() local
/external/llvm/utils/TableGen/
DDAGISelMatcherEmitter.cpp64 unsigned getNodePredicate(TreePredicateFn Pred) { in getNodePredicate()
252 StringRef Pred =cast<CheckPatternPredicateMatcher>(N)->getPredicate(); in EmitMatcher() local
260 TreePredicateFn Pred = cast<CheckPredicateMatcher>(N)->getPredicate(); in EmitMatcher() local
/external/llvm/lib/CodeGen/
DLatencyPriorityQueue.cpp60 SUnit &Pred = *I->getSUnit(); in getSingleUnscheduledPred() local

12345