HomeSort by relevance Sort by last modified time
    Searched refs:Pred (Results 1 - 25 of 549) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaTemplate/
rdar9173693.cpp 6 template< typename Pred > assert<false> assert_not_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type ); // expected-error 5 {{}}
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
entry_pred.hpp 49 template<typename _VTp, typename Pred, typename _Alloc, bool No_Throw>
53 template<typename _VTp, typename Pred, typename _Alloc>
54 struct entry_pred<_VTp, Pred, _Alloc, true>
56 typedef Pred type;
60 template<typename _VTp, typename Pred, typename _Alloc>
61 struct entry_pred<_VTp, Pred, _Alloc, false>
69 struct type : public Pred
75 type(const Pred& other) : Pred(other) { }
79 { return Pred::operator()(*p_v);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
entry_pred.hpp 49 template<typename _VTp, typename Pred, typename _Alloc, bool No_Throw>
53 template<typename _VTp, typename Pred, typename _Alloc>
54 struct entry_pred<_VTp, Pred, _Alloc, true>
56 typedef Pred type;
60 template<typename _VTp, typename Pred, typename _Alloc>
61 struct entry_pred<_VTp, Pred, _Alloc, false>
69 struct type : public Pred
75 type(const Pred& other) : Pred(other) { }
79 { return Pred::operator()(*p_v);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binary_heap_/
entry_pred.hpp 49 template<typename _VTp, typename Pred, typename _Alloc, bool No_Throw>
53 template<typename _VTp, typename Pred, typename _Alloc>
54 struct entry_pred<_VTp, Pred, _Alloc, true>
56 typedef Pred type;
60 template<typename _VTp, typename Pred, typename _Alloc>
61 struct entry_pred<_VTp, Pred, _Alloc, false>
69 struct type : public Pred
75 type(const Pred& other) : Pred(other) { }
79 { return Pred::operator()(*p_v);
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/
entry_pred.hpp 49 template<typename _VTp, typename Pred, typename _Alloc, bool No_Throw>
53 template<typename _VTp, typename Pred, typename _Alloc>
54 struct entry_pred<_VTp, Pred, _Alloc, true>
56 typedef Pred type;
60 template<typename _VTp, typename Pred, typename _Alloc>
61 struct entry_pred<_VTp, Pred, _Alloc, false>
69 struct type : public Pred
75 type(const Pred& other) : Pred(other) { }
79 { return Pred::operator()(*p_v);
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/
entry_pred.hpp 49 template<typename _VTp, typename Pred, typename _Alloc, bool No_Throw>
53 template<typename _VTp, typename Pred, typename _Alloc>
54 struct entry_pred<_VTp, Pred, _Alloc, true>
56 typedef Pred type;
60 template<typename _VTp, typename Pred, typename _Alloc>
61 struct entry_pred<_VTp, Pred, _Alloc, false>
69 struct type : public Pred
75 type(const Pred& other) : Pred(other) { }
79 { return Pred::operator()(*p_v);
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/
entry_pred.hpp 49 template<typename _VTp, typename Pred, typename _Alloc, bool No_Throw>
53 template<typename _VTp, typename Pred, typename _Alloc>
54 struct entry_pred<_VTp, Pred, _Alloc, true>
56 typedef Pred type;
60 template<typename _VTp, typename Pred, typename _Alloc>
61 struct entry_pred<_VTp, Pred, _Alloc, false>
69 struct type : public Pred
75 type(const Pred& other) : Pred(other) { }
79 { return Pred::operator()(*p_v);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineObjC.cpp 23 ExplodedNode *Pred,
25 ProgramStateRef state = Pred->getState();
26 const LocationContext *LCtx = Pred->getLocationContext();
31 StmtNodeBuilder Bldr(Pred, dstIvar, *currBldrCtx);
32 Bldr.generateNode(Ex, Pred, state->BindExpr(Ex, LCtx, location));
40 ExplodedNode *Pred,
42 getCheckerManager().runCheckersForPreStmt(Dst, Pred, S, *this);
46 ExplodedNode *Pred,
75 ProgramStateRef state = Pred->getState();
81 elementV = state->getLValue(elemD, Pred->getLocationContext())
    [all...]
CoreEngine.cpp 242 void CoreEngine::dispatchWorkItem(ExplodedNode* Pred, ProgramPoint Loc,
247 HandleBlockEdge(Loc.castAs<BlockEdge>(), Pred);
251 HandleBlockEntrance(Loc.castAs<BlockEntrance>(), Pred);
259 HandleCallEnter(Loc.castAs<CallEnter>(), Pred);
264 SubEng.processCallExit(Pred);
268 assert(Pred->hasSinglePred() &&
270 ExplodedNode *PNode = Pred->getFirstPred();
271 dispatchWorkItem(Pred, PNode->getLocation(), WU);
279 HandlePostStmt(WU.getBlock(), WU.getIndex(), Pred);
296 void CoreEngine::HandleBlockEdge(const BlockEdge &L, ExplodedNode *Pred) {
    [all...]
ExprEngineCXX.cpp 26 ExplodedNode *Pred,
28 StmtNodeBuilder Bldr(Pred, Dst, *currBldrCtx);
30 ProgramStateRef state = Pred->getState();
31 const LocationContext *LCtx = Pred->getLocationContext();
34 Bldr.generateNode(ME, Pred, state);
39 void ExprEngine::performTrivialCopy(NodeBuilder &Bldr, ExplodedNode *Pred,
56 const LocationContext *LCtx = Pred->getLocationContext();
59 Bldr.takeNodes(Pred);
66 V = Pred->getState()->getSVal(*L);
71 evalBind(Dst, CallExpr, Pred, ThisVal, V, true)
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 194 void processCFGElement(const CFGElement E, ExplodedNode *Pred,
197 void ProcessStmt(const CFGStmt S, ExplodedNode *Pred);
199 void ProcessInitializer(const CFGInitializer I, ExplodedNode *Pred);
201 void ProcessImplicitDtor(const CFGImplicitDtor D, ExplodedNode *Pred);
203 void ProcessNewAllocator(const CXXNewExpr *NE, ExplodedNode *Pred);
206 ExplodedNode *Pred, ExplodedNodeSet &Dst);
208 ExplodedNode *Pred, ExplodedNodeSet &Dst);
210 ExplodedNode *Pred, ExplodedNodeSet &Dst);
212 ExplodedNode *Pred, ExplodedNodeSet &Dst);
214 ExplodedNode *Pred, ExplodedNodeSet &Dst)
    [all...]
CoreEngine.h 89 ExplodedNode *Pred);
91 void HandleBlockEdge(const BlockEdge &E, ExplodedNode *Pred);
92 void HandleBlockEntrance(const BlockEntrance &E, ExplodedNode *Pred);
93 void HandleBlockExit(const CFGBlock *B, ExplodedNode *Pred);
95 void HandleCallEnter(const CallEnter &CE, ExplodedNode *Pred);
97 void HandlePostStmt(const CFGBlock *B, unsigned StmtIdx, ExplodedNode *Pred);
100 ExplodedNode *Pred);
102 const CFGBlock *B, ExplodedNode *Pred);
106 ExplodedNode *Pred);
134 /// Use Pred parameter as the predecessor state
    [all...]
SubEngine.h 56 virtual void processCFGElement(const CFGElement E, ExplodedNode* Pred,
64 ExplodedNode *Pred) = 0;
70 ExplodedNode *Pred,
80 ExplodedNode *Pred,
89 ExplodedNode *Pred,
105 ExplodedNode *Pred,
112 ExplodedNode *Pred) = 0;
116 ExplodedNode *Pred) = 0;
119 virtual void processCallExit(ExplodedNode *Pred) = 0;
  /external/libchrome/base/containers/
hash_tables.h 47 class Pred = std::equal_to<Key>,
49 using hash_map = std::unordered_map<Key, T, Hash, Pred, Alloc>;
55 class Pred = std::equal_to<Key>,
57 using hash_multimap = std::unordered_multimap<Key, T, Hash, Pred, Alloc>;
62 class Pred = std::equal_to<Key>,
64 using hash_multiset = std::unordered_multiset<Key, Hash, Pred, Alloc>;
69 class Pred = std::equal_to<Key>,
71 using hash_set = std::unordered_set<Key, Hash, Pred, Alloc>;
  /frameworks/base/tools/aapt2/optimize/
VersionCollapser.cpp 26 template <typename Iterator, typename Pred>
29 FilterIterator(Iterator begin, Iterator end, Pred pred = Pred())
30 : current_(begin), end_(end), pred_(pred) {
55 Pred pred_;
58 template <typename Iterator, typename Pred>
59 FilterIterator<Iterator, Pred> make_filter_iterator(Iterator begin,
61 Pred pred = Pred())
90 auto pred = [&](const std::unique_ptr<ResourceConfigValue>& val) -> bool { local
    [all...]
  /external/libcxx/test/std/thread/thread.condition/thread.condition.condvar/
wait_pred.pass.cpp 17 // void wait(unique_lock<mutex>& lock, Predicate pred);
31 class Pred
35 explicit Pred(int& i) : i_(i) {}
46 cv.wait(lk, Pred(test2));
  /external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
wait_pred.pass.cpp 17 // void wait(Lock& lock, Predicate pred);
35 class Pred
39 explicit Pred(int& i) : i_(i) {}
50 cv.wait(lk, Pred(test2));
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/
wait_pred.pass.cpp 15 // void wait(unique_lock<mutex>& lock, Predicate pred);
29 class Pred
33 explicit Pred(int& i) : i_(i) {}
44 cv.wait(lk, Pred(test2));
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvarany/
wait_pred.pass.cpp 15 // void wait(Lock& lock, Predicate pred);
33 class Pred
37 explicit Pred(int& i) : i_(i) {}
48 cv.wait(lk, Pred(test2));
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/thread/thread.condition/thread.condition.condvar/
wait_pred.pass.cpp 17 // void wait(unique_lock<mutex>& lock, Predicate pred);
31 class Pred
35 explicit Pred(int& i) : i_(i) {}
46 cv.wait(lk, Pred(test2));
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/thread/thread.condition/thread.condition.condvarany/
wait_pred.pass.cpp 17 // void wait(Lock& lock, Predicate pred);
35 class Pred
39 explicit Pred(int& i) : i_(i) {}
50 cv.wait(lk, Pred(test2));
  /external/llvm/lib/Transforms/Scalar/
LoopSimplifyCFG.cpp 52 BasicBlock *Pred = Succ->getSinglePredecessor();
53 if (!Pred || !Pred->getSingleSuccessor() || LI.getLoopFor(Pred) != &L)
56 // Pred is going to disappear, so we need to update the loop info.
57 if (L.getHeader() == Pred)
59 LI.removeBlock(Pred);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/rc_binomial_heap_/
split_join_fn_imps.hpp 42 template<typename Pred>
45 split(Pred pred, PB_DS_CLASS_C_DEC& other)
52 base_type::split(pred, other);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/rc_binomial_heap_/
split_join_fn_imps.hpp 42 template<typename Pred>
45 split(Pred pred, PB_DS_CLASS_C_DEC& other)
52 base_type::split(pred, other);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/rc_binomial_heap_/
split_join_fn_imps.hpp 42 template<typename Pred>
45 split(Pred pred, PB_DS_CLASS_C_DEC& other)
52 base_type::split(pred, other);

Completed in 733 milliseconds

1 2 3 4 5 6 7 8 91011>>