Home
last modified time | relevance | path

Searched defs:Pred (Results 1 – 25 of 119) 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.cpp278 void ExprEngine::processCFGElement(const CFGElement E, ExplodedNode *Pred, in processCFGElement()
307 const ExplodedNode *Pred, in shouldRemoveDeadBindings()
332 void ExprEngine::removeDead(ExplodedNode *Pred, ExplodedNodeSet &Out, in removeDead()
415 ExplodedNode *Pred) { in ProcessStmt()
446 ExplodedNode *Pred) { in ProcessInitializer()
530 ExplodedNode *Pred) { in ProcessImplicitDtor()
557 ExplodedNode *Pred) { in ProcessNewAllocator()
576 ExplodedNode *Pred, in ProcessAutomaticObjDtor()
595 ExplodedNode *Pred, in ProcessDeleteDtor()
624 ExplodedNode *Pred, ExplodedNodeSet &Dst) { in ProcessBaseDtor()
[all …]
DCoreEngine.cpp228 void CoreEngine::dispatchWorkItem(ExplodedNode* Pred, ProgramPoint Loc, in dispatchWorkItem()
283 void CoreEngine::HandleBlockEdge(const BlockEdge &L, ExplodedNode *Pred) { in HandleBlockEdge()
323 ExplodedNode *Pred) { in HandleBlockEntrance()
342 void CoreEngine::HandleBlockExit(const CFGBlock * B, ExplodedNode *Pred) { in HandleBlockExit()
454 const CFGBlock * B, ExplodedNode *Pred) { in HandleBranch()
466 ExplodedNode *Pred) { in HandleStaticInit()
478 ExplodedNode *Pred) { in HandlePostStmt()
494 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/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/thread/thread.condition/thread.condition.condvar/
Dwait_pred.pass.cpp29 class Pred class
33 explicit Pred(int& i) : i_(i) {} in Pred() function in Pred
Dwait_for_pred.pass.cpp26 class Pred class
30 explicit Pred(int& i) : i_(i) {} in Pred() function in Pred
Dwait_until_pred.pass.cpp43 class Pred class
47 explicit Pred(int& i) : i_(i) {} in Pred() function in Pred
/external/libcxx/test/thread/thread.condition/thread.condition.condvarany/
Dwait_pred.pass.cpp33 class Pred class
37 explicit Pred(int& i) : i_(i) {} in Pred() function in Pred
Dwait_for_pred.pass.cpp25 class Pred class
29 explicit Pred(int& i) : i_(i) {} in Pred() function in Pred
Dwait_until_pred.pass.cpp43 class Pred class
47 explicit Pred(int& i) : i_(i) {} in Pred() function in Pred
/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/Transforms/Utils/
DCmpInstAnalysis.cpp45 ICmpInst::Predicate Pred = InvertPred ? ICI->getInversePredicate() in getICmpCode() local
DBasicBlockUtils.cpp323 BasicBlock *Pred = *i; in UpdateAnalysisInformation() local
357 BasicBlock *Pred = *i; in UpdateAnalysisInformation() local
554 BasicBlock *Pred = *i++; in SplitLandingPadPredecessors() local
616 BasicBlock *Pred) { in FoldReturnIntoUncondBranch()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCoreEngine.h267 ExplodedNode *Pred) { in generateNode()
278 ExplodedNode *Pred) { in generateSink()
321 NodeBuilderWithSinks(ExplodedNode *Pred, ExplodedNodeSet &DstSet, in NodeBuilderWithSinks()
454 ExplodedNode *Pred; variable
500 ExplodedNode *Pred; variable
/external/llvm/lib/Target/ARM/
DThumb2RegisterInfo.cpp40 ARMCC::CondCodes Pred, unsigned PredReg, in emitLoadConstPool()
DARMLoadStoreOptimizer.cpp336 ARMCC::CondCodes Pred, unsigned PredReg) { in UpdateBaseRegUses()
416 int Opcode, ARMCC::CondCodes Pred, in MergeOps()
616 ARMCC::CondCodes Pred, unsigned PredReg, in MergeOpsUpdate()
710 ARMCC::CondCodes Pred, unsigned PredReg, in MergeLDR_STR()
795 ARMCC::CondCodes Pred, unsigned PredReg) { in isMatchingDecrement()
830 ARMCC::CondCodes Pred, unsigned PredReg) { in isMatchingIncrement()
995 ARMCC::CondCodes Pred = getInstrPredicate(MI, PredReg); in MergeBaseUpdateLSMultiple() local
1152 ARMCC::CondCodes Pred = getInstrPredicate(MI, PredReg); in MergeBaseUpdateLoadStore() local
1365 ARMCC::CondCodes Pred, unsigned PredReg, in InsertLDR_STR()
1416 ARMCC::CondCodes Pred = getInstrPredicate(MI, PredReg); in FixInvalidRegPairOp() local
[all …]
DThumb2SizeReduction.cpp292 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
/external/clang/lib/Analysis/
DThreadSafetyTIL.cpp51 unsigned BasicBlock::addPredecessor(BasicBlock *Pred) { in addPredecessor()
/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/Transforms/InstCombine/
DInstCombineCompares.cpp742 ICmpInst::Predicate Pred) { in FoldICmpAddOpCst()
843 ICmpInst::Predicate Pred = ICI.getPredicate(); in FoldICmpDivCst() local
1110 ICmpInst::Predicate Pred = ICI.isSigned() in visitICmpInstWithInstAndIntCst() local
1120 ICmpInst::Predicate Pred = ICI.isSigned() in visitICmpInstWithInstAndIntCst() local
1365 ICmpInst::Predicate Pred = ICI.getPredicate(); in visitICmpInstWithInstAndIntCst() local
2862 CmpInst::Predicate Pred = I.getPredicate(); in visitICmpInst() local
3049 ICmpInst::Predicate Pred = I.isSigned() in visitICmpInst() local
3057 ICmpInst::Predicate Pred = I.isSigned() in visitICmpInst() local
3241 ICmpInst::Predicate Pred = I.getPredicate() == ICmpInst::ICMP_NE in visitICmpInst() local
3321 ICmpInst::Predicate Pred; in FoldFCmp_IntToFP_Cst() local
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h51 void handlePredecessor(const CFGBlock *Pred) {} in handlePredecessor()
54 void handlePredecessorBackEdge(const CFGBlock *Pred) {} in handlePredecessorBackEdge()
/external/llvm/lib/CodeGen/
DLatencyPriorityQueue.cpp60 SUnit &Pred = *I->getSUnit(); in getSingleUnscheduledPred() local

12345