Home
last modified time | relevance | path

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

12345678910

/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/
Dcopy_if.pass.cpp36 struct Pred struct
51 OutIter r = std::copy_if(InIter(ia), InIter(ia+N), OutIter(ib), Pred()); in test() argument
/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 …]
DCoreEngine.cpp242 void CoreEngine::dispatchWorkItem(ExplodedNode* Pred, ProgramPoint Loc, in dispatchWorkItem()
296 void CoreEngine::HandleBlockEdge(const BlockEdge &L, ExplodedNode *Pred) { in HandleBlockEdge()
336 ExplodedNode *Pred) { in HandleBlockEntrance()
355 void CoreEngine::HandleBlockExit(const CFGBlock * B, ExplodedNode *Pred) { in HandleBlockExit()
471 void CoreEngine::HandleCallEnter(const CallEnter &CE, ExplodedNode *Pred) { in HandleCallEnter()
477 const CFGBlock * B, ExplodedNode *Pred) { in HandleBranch()
489 ExplodedNode *Pred) { in HandleCleanupTemporaryBranch()
500 ExplodedNode *Pred) { in HandleStaticInit()
512 ExplodedNode *Pred) { in HandlePostStmt()
528 ExplodedNode *Pred) { in generateNode()
DExprEngineC.cpp23 ExplodedNode *Pred, in VisitBinaryOperator()
187 void ExprEngine::VisitBlockExpr(const BlockExpr *BE, ExplodedNode *Pred, in VisitBlockExpr()
250 ExplodedNode *Pred, ExplodedNodeSet &Dst) { in VisitCast()
444 ExplodedNode *Pred, in VisitCompoundLiteralExpr()
476 void ExprEngine::VisitDeclStmt(const DeclStmt *DS, ExplodedNode *Pred, in VisitDeclStmt()
552 void ExprEngine::VisitLogicalExpr(const BinaryOperator* B, ExplodedNode *Pred, in VisitLogicalExpr()
622 ExplodedNode *Pred, in VisitInitListExpr()
673 ExplodedNode *Pred, in VisitGuardedExpr()
732 ExplodedNode *Pred, ExplodedNodeSet &Dst) { in VisitOffsetOfExpr()
751 ExplodedNode *Pred, in VisitUnaryExprOrTypeTraitExpr()
[all …]
DExprEngine.cpp289 void ExprEngine::processCFGElement(const CFGElement E, ExplodedNode *Pred, in processCFGElement()
318 const ExplodedNode *Pred, in shouldRemoveDeadBindings()
343 void ExprEngine::removeDead(ExplodedNode *Pred, ExplodedNodeSet &Out, in removeDead()
426 ExplodedNode *Pred) { in ProcessStmt()
457 ExplodedNode *Pred) { in ProcessInitializer()
545 ExplodedNode *Pred) { in ProcessImplicitDtor()
572 ExplodedNode *Pred) { in ProcessNewAllocator()
591 ExplodedNode *Pred, in ProcessAutomaticObjDtor()
610 ExplodedNode *Pred, in ProcessDeleteDtor()
639 ExplodedNode *Pred, ExplodedNodeSet &Dst) { in ProcessBaseDtor()
[all …]
DExprEngineCallAndReturn.cpp41 ExplodedNode *Pred) { in processCallEnter()
163 ExplodedNode *Pred, in removeDeadOnEndOfFunction()
470 void ExprEngine::VisitCallExpr(const CallExpr *CE, ExplodedNode *Pred, in VisitCallExpr()
498 void ExprEngine::evalCall(ExplodedNodeSet &Dst, ExplodedNode *Pred, in evalCall()
563 ExplodedNode *Pred, in conservativeEvalCall()
579 const ExplodedNode *Pred, in mayInlineCallKind()
790 const ExplodedNode *Pred) { in shouldInlineCall()
890 void ExprEngine::defaultEvalCall(NodeBuilder &Bldr, ExplodedNode *Pred, in defaultEvalCall()
943 NodeBuilder &Bldr, ExplodedNode *Pred) { in BifurcateCall()
979 void ExprEngine::VisitReturnStmt(const ReturnStmt *RS, ExplodedNode *Pred, in VisitReturnStmt()
/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/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DArrayRef.h193 template <class PredicateT> ArrayRef<T> drop_while(PredicateT Pred) const { in drop_while()
199 template <class PredicateT> ArrayRef<T> drop_until(PredicateT Pred) const { in drop_until()
219 template <class PredicateT> ArrayRef<T> take_while(PredicateT Pred) const { in take_while()
225 template <class PredicateT> ArrayRef<T> take_until(PredicateT Pred) const { in take_until()
368 MutableArrayRef<T> drop_while(PredicateT Pred) const { in drop_while()
375 MutableArrayRef<T> drop_until(PredicateT Pred) const { in drop_until()
396 MutableArrayRef<T> take_while(PredicateT Pred) const { in take_while()
403 MutableArrayRef<T> take_until(PredicateT Pred) const { in take_until()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DBlockFrequencyImpl.h163 BlockT *Pred = *PI; in getSingleBlockPred() local
183 if(BlockT *Pred = getSingleBlockPred(BB)) { in doBlock() local
197 BlockT *Pred = *PI; in doBlock() local
241 BlockT *Pred = *PI; in doLoop() local
294 BlockT *Pred = *PI; in doFunction() local
/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/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXISelDAGToDAG.cpp93 SDValue Pred = Node->getOperand(1); in SelectBRCOND() local
133 SDValue Pred = CurDAG->getRegister(PTX::NoRegister, MVT::i1); in SelectREADPARAM() local
171 SDValue Pred = CurDAG->getRegister(PTX::NoRegister, MVT::i1); in SelectWRITEPARAM() local
/external/libbrillo/brillo/
Dvalue_conversion.h87 std::map<std::string, T, Pred, Alloc>* out_value) { in FromValue() argument
128 const std::map<std::string, T, Pred, Alloc>& dictionary) { in ToValue() argument
/external/llvm/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h128 BlkT *Pred = Preds[p]; in BuildBlockList() local
241 BBInfo *Pred = Info->Preds[p]; in FindDominators() local
271 bool IsDefInDomFrontier(const BBInfo *Pred, const BBInfo *IDom) { in IsDefInDomFrontier()
363 BlkT *Pred = PredInfo->BB; in FindAvailableVals() local
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h117 BlkT *Pred = Preds[p]; in BuildBlockList() local
230 BBInfo *Pred = Info->Preds[p]; in FindDominators() local
260 bool IsDefInDomFrontier(const BBInfo *Pred, const BBInfo *IDom) { in IsDefInDomFrontier()
352 BlkT *Pred = PredInfo->BB; in FindAvailableVals() local
/external/llvm/lib/Transforms/Utils/
DCmpInstAnalysis.cpp45 ICmpInst::Predicate Pred = InvertPred ? ICI->getInversePredicate() in getICmpCode() local
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyCFGStackify.cpp144 for (const MachineBasicBlock *Pred : MBB.predecessors()) in SortBlocks() local
260 for (auto Pred : MBB.predecessors()) in SortBlocks() local
267 for (auto Pred : MBB.predecessors()) in SortBlocks() local
288 static bool ExplicitlyBranchesTo(MachineBasicBlock *Pred, in ExplicitlyBranchesTo()
/external/libcxx/test/std/utilities/utility/pairs/pairs.pair/
Ddefault-sfinae.pass.cpp27 #define STATIC_ASSERT_CXX14(Pred) static_assert(Pred, "") argument
30 #define STATIC_ASSERT_CXX14(Pred) assert(Pred) argument
/external/llvm/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp459 ARMCC::CondCodes Pred, in UpdateBaseRegUses()
596 ARMCC::CondCodes Pred, unsigned PredReg, const DebugLoc &DL, in CreateLoadStoreMulti()
793 ARMCC::CondCodes Pred, unsigned PredReg, const DebugLoc &DL, in CreateLoadStoreDouble()
861 ARMCC::CondCodes Pred = getInstrPredicate(*First, PredReg); in MergeOpsUpdate() local
1127 ARMCC::CondCodes Pred, unsigned PredReg) { in isIncrementOrDecrement()
1157 ARMCC::CondCodes Pred, unsigned PredReg, int &Offset) { in findIncDecBefore()
1177 ARMCC::CondCodes Pred, unsigned PredReg, int &Offset) { in findIncDecAfter()
1212 ARMCC::CondCodes Pred = getInstrPredicate(*MI, PredReg); in MergeBaseUpdateLSMultiple() local
1354 ARMCC::CondCodes Pred = getInstrPredicate(*MI, PredReg); in MergeBaseUpdateLoadStore() local
1451 ARMCC::CondCodes Pred = getInstrPredicate(MI, PredReg); in MergeBaseUpdateLSDouble() local
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DThumb2RegisterInfo.cpp40 ARMCC::CondCodes Pred, unsigned PredReg, in emitLoadConstPool()

12345678910