/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.take.while/ |
H A D | ctor.view.pass.cpp | 28 struct Pred { struct 31 constexpr Pred() = default; argument 32 constexpr Pred(Pred&&) : moved(true) {} in Pred() argument 33 constexpr Pred(const Pred&) : copied(true) {} in Pred() function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.drop.while/ |
H A D | ctor.view.pass.cpp | 28 struct Pred { struct 31 constexpr Pred() = default; argument 32 constexpr Pred(Pred&&) : moved(true) {} in Pred() function 33 constexpr Pred(const Pred&) : copied(true) {} in Pred() argument
|
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngine.cpp | 289 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 …]
|
H A D | ExprEngineCXX.cpp | 26 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 …]
|
H A D | ExprEngineC.cpp | 23 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 …]
|
H A D | CoreEngine.cpp | 242 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()
|
H A D | ExprEngineCallAndReturn.cpp | 41 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()
|
H A D | ExprEngineObjC.cpp | 23 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFixIrreducibleControlFlow.cpp | 80 for (auto *Pred : MBB->predecessors()) { in ReachabilityGraph() local 147 for (auto *Pred : MBB->predecessors()) { in calculate() local 166 for (auto *Pred : Looper->predecessors()) { in calculate() local 201 for (auto *Pred : Entry->predecessors()) { in calculate() local 212 for (auto *Pred : MBB->predecessors()) { in calculate() local 385 for (auto *Pred : Entry->predecessors()) { in makeSingleEntryLoop() local 394 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local 409 for (auto *Pred : AllPreds) in makeSingleEntryLoop() local 419 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local 450 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 77 static bool isSignTest(ICmpInst::Predicate &Pred, const APInt &C) { in isSignTest() 977 ICmpInst::Predicate Pred) { in foldICmpAddOpConst() 1031 auto getICmp = [&I](CmpInst::Predicate Pred, Value *LHS, Value *RHS) { in foldICmpShrConstConst() 1090 auto getICmp = [&I](CmpInst::Predicate Pred, Value *LHS, Value *RHS) { in foldICmpShlConstConst() 1220 ICmpInst::Predicate Pred; in foldIRemByPowerOfTwoToBitTest() local 1237 ICmpInst::Predicate Pred; in foldSignBitTest() local 1267 CmpInst::Predicate Pred = Cmp.getPredicate(); in foldICmpWithZero() local 1318 CmpInst::Predicate Pred = Cmp.getPredicate(); in foldICmpWithConstant() local 1378 CmpInst::Predicate Pred = Cmp.getPredicate(); in foldICmpWithDominatingICmp() local 1432 ICmpInst::Predicate Pred = Cmp.getPredicate(); in foldICmpTruncConstant() local [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFixIrreducibleControlFlow.cpp | 92 for (auto *Pred : MBB->predecessors()) { in ReachabilityGraph() local 159 for (auto *Pred : MBB->predecessors()) { in calculate() local 178 for (auto *Pred : Looper->predecessors()) { in calculate() local 213 for (auto *Pred : Entry->predecessors()) { in calculate() local 224 for (auto *Pred : MBB->predecessors()) { in calculate() local 394 for (auto *Pred : Entry->predecessors()) { in makeSingleEntryLoop() local 403 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local 418 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local 431 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local 461 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/ |
D | ArrayRef.h | 217 template <class PredicateT> ArrayRef<T> drop_while(PredicateT Pred) const { in drop_while() 223 template <class PredicateT> ArrayRef<T> drop_until(PredicateT Pred) const { in drop_until() 243 template <class PredicateT> ArrayRef<T> take_while(PredicateT Pred) const { in take_while() 249 template <class PredicateT> ArrayRef<T> take_until(PredicateT Pred) const { in take_until() 400 MutableArrayRef<T> drop_while(PredicateT Pred) const { in drop_while() 407 MutableArrayRef<T> drop_until(PredicateT Pred) const { in drop_until() 428 MutableArrayRef<T> take_while(PredicateT Pred) const { in take_while() 435 MutableArrayRef<T> take_until(PredicateT Pred) const { in take_until()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/ |
D | ArrayRef.h | 217 template <class PredicateT> ArrayRef<T> drop_while(PredicateT Pred) const { in drop_while() 223 template <class PredicateT> ArrayRef<T> drop_until(PredicateT Pred) const { in drop_until() 243 template <class PredicateT> ArrayRef<T> take_while(PredicateT Pred) const { in take_while() 249 template <class PredicateT> ArrayRef<T> take_until(PredicateT Pred) const { in take_until() 400 MutableArrayRef<T> drop_while(PredicateT Pred) const { in drop_while() 407 MutableArrayRef<T> drop_until(PredicateT Pred) const { in drop_until() 428 MutableArrayRef<T> take_while(PredicateT Pred) const { in take_while() 435 MutableArrayRef<T> take_until(PredicateT Pred) const { in take_until()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/ |
D | ArrayRef.h | 217 template <class PredicateT> ArrayRef<T> drop_while(PredicateT Pred) const { in drop_while() 223 template <class PredicateT> ArrayRef<T> drop_until(PredicateT Pred) const { in drop_until() 243 template <class PredicateT> ArrayRef<T> take_while(PredicateT Pred) const { in take_while() 249 template <class PredicateT> ArrayRef<T> take_until(PredicateT Pred) const { in take_until() 400 MutableArrayRef<T> drop_while(PredicateT Pred) const { in drop_while() 407 MutableArrayRef<T> drop_until(PredicateT Pred) const { in drop_until() 428 MutableArrayRef<T> take_while(PredicateT Pred) const { in take_while() 435 MutableArrayRef<T> take_until(PredicateT Pred) const { in take_until()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | ArrayRef.h | 193 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()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.chunk.by/ |
H A D | constraints.compile.pass.cpp | 39 struct Pred { struct 58 struct Pred {}; struct 75 struct Pred { struct 94 using Pred = bool (&)(int, int); typedef 111 struct Pred { struct
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.filter/ |
H A D | constraints.compile.pass.cpp | 42 struct Pred { bool operator()(int) const; }; struct 57 struct Pred { }; struct 72 struct Pred { bool operator()(int) const; }; struct 87 using Pred = bool(&)(int); typedef 102 struct Pred { bool operator()(int) const; }; struct
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | ArrayRef.h | 210 template <class PredicateT> ArrayRef<T> drop_while(PredicateT Pred) const { in drop_while() 216 template <class PredicateT> ArrayRef<T> drop_until(PredicateT Pred) const { in drop_until() 236 template <class PredicateT> ArrayRef<T> take_while(PredicateT Pred) const { in take_while() 242 template <class PredicateT> ArrayRef<T> take_until(PredicateT Pred) const { in take_until() 384 MutableArrayRef<T> drop_while(PredicateT Pred) const { in drop_while() 391 MutableArrayRef<T> drop_until(PredicateT Pred) const { in drop_until() 412 MutableArrayRef<T> take_while(PredicateT Pred) const { in take_while() 419 MutableArrayRef<T> take_until(PredicateT Pred) const { in take_until()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 76 static bool isSignTest(ICmpInst::Predicate &Pred, const APInt &C) { in isSignTest() 1103 ICmpInst::Predicate Pred) { in foldICmpAddOpConst() 1157 auto getICmp = [&I](CmpInst::Predicate Pred, Value *LHS, Value *RHS) { in foldICmpShrConstConst() 1216 auto getICmp = [&I](CmpInst::Predicate Pred, Value *LHS, Value *RHS) { in foldICmpShlConstConst() 1346 ICmpInst::Predicate Pred; in foldIRemByPowerOfTwoToBitTest() local 1363 ICmpInst::Predicate Pred; in foldSignBitTest() local 1393 CmpInst::Predicate Pred = Cmp.getPredicate(); in foldICmpWithZero() local 1445 CmpInst::Predicate Pred = Cmp.getPredicate(); in foldICmpWithConstant() local 1483 CmpInst::Predicate Pred = Cmp.getPredicate(); in foldICmpWithDominatingICmp() local 1531 ICmpInst::Predicate Pred = Cmp.getPredicate(); in foldICmpTruncConstant() local [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
H A D | ArrayRef.h | 215 template <class PredicateT> ArrayRef<T> drop_while(PredicateT Pred) const { in drop_while() 221 template <class PredicateT> ArrayRef<T> drop_until(PredicateT Pred) const { in drop_until() 241 template <class PredicateT> ArrayRef<T> take_while(PredicateT Pred) const { in take_while() 247 template <class PredicateT> ArrayRef<T> take_until(PredicateT Pred) const { in take_until() 398 MutableArrayRef<T> drop_while(PredicateT Pred) const { in drop_while() 405 MutableArrayRef<T> drop_until(PredicateT Pred) const { in drop_until() 426 MutableArrayRef<T> take_while(PredicateT Pred) const { in take_while() 433 MutableArrayRef<T> take_until(PredicateT Pred) const { in take_until()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/ |
D | ArrayRef.h | 217 template <class PredicateT> ArrayRef<T> drop_while(PredicateT Pred) const { in drop_while() 223 template <class PredicateT> ArrayRef<T> drop_until(PredicateT Pred) const { in drop_until() 243 template <class PredicateT> ArrayRef<T> take_while(PredicateT Pred) const { in take_while() 249 template <class PredicateT> ArrayRef<T> take_until(PredicateT Pred) const { in take_until() 400 MutableArrayRef<T> drop_while(PredicateT Pred) const { in drop_while() 407 MutableArrayRef<T> drop_until(PredicateT Pred) const { in drop_until() 428 MutableArrayRef<T> take_while(PredicateT Pred) const { in take_while() 435 MutableArrayRef<T> take_until(PredicateT Pred) const { in take_until()
|
/aosp_15_r20/external/llvm/lib/Target/ARM/ |
H A D | ARMLoadStoreOptimizer.cpp | 459 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 …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMLoadStoreOptimizer.cpp | 485 ARMCC::CondCodes Pred, in UpdateBaseRegUses() 626 ARMCC::CondCodes Pred, unsigned PredReg, const DebugLoc &DL, in CreateLoadStoreMulti() 833 ARMCC::CondCodes Pred, unsigned PredReg, const DebugLoc &DL, in CreateLoadStoreDouble() 904 ARMCC::CondCodes Pred = getInstrPredicate(*First, PredReg); in MergeOpsUpdate() local 1187 ARMCC::CondCodes Pred, unsigned PredReg) { in isIncrementOrDecrement() 1219 ARMCC::CondCodes Pred, unsigned PredReg, int &Offset) { in findIncDecBefore() 1239 ARMCC::CondCodes Pred, unsigned PredReg, int &Offset) { in findIncDecAfter() 1274 ARMCC::CondCodes Pred = getInstrPredicate(*MI, PredReg); in MergeBaseUpdateLSMultiple() local 1416 ARMCC::CondCodes Pred = getInstrPredicate(*MI, PredReg); in MergeBaseUpdateLoadStore() local 1529 ARMCC::CondCodes Pred = getInstrPredicate(MI, PredReg); in MergeBaseUpdateLSDouble() local [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/multi_index/ |
D | hashed_index.hpp | 215 hashed_index<KeyFromValue,Hash,Pred,SuperMeta,TagList,Category>& operator=( in operator =() argument 504 void swap(hashed_index<KeyFromValue,Hash,Pred,SuperMeta,TagList,Category>& x) in swap() argument 679 const hashed_index<KeyFromValue,Hash,Pred,SuperMeta,TagList,Category>& x): in hashed_index() argument 699 const hashed_index<KeyFromValue,Hash,Pred,SuperMeta,TagList,Category>& x, in hashed_index() argument 754 const hashed_index<KeyFromValue,Hash,Pred,SuperMeta,TagList,Category>& x, in copy_() argument 761 const hashed_index<KeyFromValue,Hash,Pred,SuperMeta,TagList,Category>& x, in copy_() argument 793 const hashed_index<KeyFromValue,Hash,Pred,SuperMeta,TagList,Category>& x, in copy_() argument 937 hashed_index<KeyFromValue,Hash,Pred,SuperMeta,TagList,Category>& x, in swap_() argument 955 hashed_index<KeyFromValue,Hash,Pred,SuperMeta,TagList,Category>& x) in swap_elements_() argument 1697 const hashed_index<KeyFromValue,Hash,Pred,SuperMeta,TagList,Category>& x, in operator ==() argument [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | CmpInstAnalysis.cpp | 21 unsigned llvm::getICmpCode(CmpInst::Predicate Pred) { in getICmpCode() 41 CmpInst::Predicate &Pred) { in getPredForICmpCode() 65 CmpInst::Predicate &Pred) { in getPredForFCmpCode() 77 CmpInst::Predicate &Pred, in decomposeBitTestICmp()
|