HomeSort by relevance Sort by last modified time
    Searched refs:Pred (Results 1 - 25 of 577) 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/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/
entry_pred.hpp 50 class Pred,
55 typedef Pred type;
58 template<typename Value_Type, class Pred, class Allocator>
61 Pred,
71 struct type : public Pred
79 type(const Pred& other) : Pred(other)
85 return Pred::operator()(*p_v);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binary_heap_/
entry_pred.hpp 50 class Pred,
55 typedef Pred type;
58 template<typename Value_Type, class Pred, class Allocator>
61 Pred,
71 struct type : public Pred
79 type(const Pred& other) : Pred(other)
85 return Pred::operator()(*p_v);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binary_heap_/
entry_pred.hpp 50 class Pred,
55 typedef Pred type;
58 template<typename Value_Type, class Pred, class Allocator>
61 Pred,
71 struct type : public Pred
79 type(const Pred& other) : Pred(other)
85 return Pred::operator()(*p_v);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
entry_pred.hpp 50 class Pred,
55 typedef Pred type;
58 template<typename Value_Type, class Pred, class Allocator>
61 Pred,
71 struct type : public Pred
79 type(const Pred& other) : Pred(other)
85 return Pred::operator()(*p_v);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
entry_pred.hpp 50 class Pred,
55 typedef Pred type;
58 template<typename Value_Type, class Pred, class Allocator>
61 Pred,
71 struct type : public Pred
79 type(const Pred& other) : Pred(other)
85 return Pred::operator()(*p_v);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
entry_pred.hpp 50 class Pred,
55 typedef Pred type;
58 template<typename Value_Type, class Pred, class Allocator>
61 Pred,
71 struct type : public Pred
79 type(const Pred& other) : Pred(other)
85 return Pred::operator()(*p_v);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/binary_heap_/
entry_pred.hpp 50 class Pred,
55 typedef Pred type;
58 template<typename Value_Type, class Pred, class Allocator>
61 Pred,
71 struct type : public Pred
79 type(const Pred& other) : Pred(other)
85 return Pred::operator()(*p_v);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binary_heap_/
entry_pred.hpp 50 class Pred,
55 typedef Pred type;
58 template<typename Value_Type, class Pred, class Allocator>
61 Pred,
71 struct type : public Pred
79 type(const Pred& other) : Pred(other)
85 return Pred::operator()(*p_v);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binary_heap_/
entry_pred.hpp 50 class Pred,
55 typedef Pred type;
58 template<typename Value_Type, class Pred, class Allocator>
61 Pred,
71 struct type : public Pred
79 type(const Pred& other) : Pred(other)
85 return Pred::operator()(*p_v);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/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/9/sources/cxx-stl/gnu-libstdc++/4.7/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/9/sources/cxx-stl/gnu-libstdc++/4.8/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
find_selectors.h 55 * @param pred Find predicate.
58 typename Pred>
60 operator()(RandomAccessIterator1 i1, RandomAccessIterator2 i2, Pred pred)
61 { return pred(*i1); }
67 * @param pred Find predicate.
70 typename Pred>
74 RandomAccessIterator2 begin2, Pred pred)
75 { return std::make_pair(find_if(begin1, end1, pred,
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 195 void processCFGElement(const CFGElement E, ExplodedNode *Pred,
198 void ProcessStmt(const CFGStmt S, ExplodedNode *Pred);
200 void ProcessInitializer(const CFGInitializer I, ExplodedNode *Pred);
202 void ProcessImplicitDtor(const CFGImplicitDtor D, ExplodedNode *Pred);
205 ExplodedNode *Pred, ExplodedNodeSet &Dst);
207 ExplodedNode *Pred, ExplodedNodeSet &Dst);
209 ExplodedNode *Pred, ExplodedNodeSet &Dst);
211 ExplodedNode *Pred, ExplodedNodeSet &Dst);
216 ExplodedNode *Pred);
222 ExplodedNode *Pred,
    [all...]
CheckerContext.h 73 ExplodedNode *Pred;
89 ExplodedNode *pred,
93 Pred(pred),
98 assert(Pred->getState() &&
117 ExplodedNode *getPredecessor() { return Pred; }
118 const ProgramStateRef &getState() const { return Pred->getState(); }
139 return Pred->getLocationContext();
143 return Pred->getStackFrame();
174 return Pred->getLocationContext()->getAnalysisDeclContext()
    [all...]
SubEngine.h 56 virtual void processCFGElement(const CFGElement E, ExplodedNode* Pred,
64 ExplodedNode *Pred) = 0;
70 ExplodedNode *Pred,
79 ExplodedNode *Pred,
95 ExplodedNode *Pred) = 0;
98 virtual void processCallEnter(CallEnter CE, ExplodedNode *Pred) = 0;
101 virtual void processCallExit(ExplodedNode *Pred) = 0;
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);
94 void HandlePostStmt(const CFGBlock *B, unsigned StmtIdx, ExplodedNode *Pred);
97 ExplodedNode *Pred);
101 ExplodedNode *Pred);
136 /// Use Pred parameter as the predecessor state.
137 void dispatchWorkItem(ExplodedNode* Pred, ProgramPoint Loc,
245 ExplodedNode *Pred,
    [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 228 void CoreEngine::dispatchWorkItem(ExplodedNode* Pred, ProgramPoint Loc,
233 HandleBlockEdge(Loc.castAs<BlockEdge>(), Pred);
237 HandleBlockEntrance(Loc.castAs<BlockEntrance>(), Pred);
246 SubEng.processCallEnter(CEnter, Pred);
251 SubEng.processCallExit(Pred);
255 assert(Pred->hasSinglePred() &&
257 ExplodedNode *PNode = Pred->getFirstPred();
258 dispatchWorkItem(Pred, PNode->getLocation(), WU);
266 HandlePostStmt(WU.getBlock(), WU.getIndex(), Pred);
283 void CoreEngine::HandleBlockEdge(const BlockEdge &L, ExplodedNode *Pred) {
    [all...]
ExprEngine.cpp 276 void ExprEngine::processCFGElement(const CFGElement E, ExplodedNode *Pred,
278 PrettyStackTraceLocationContext CrashInfo(Pred->getLocationContext());
284 ProcessStmt(const_cast<Stmt*>(E.castAs<CFGStmt>().getStmt()), Pred);
287 ProcessInitializer(E.castAs<CFGInitializer>().getInitializer(), Pred);
293 ProcessImplicitDtor(E.castAs<CFGImplicitDtor>(), Pred);
300 const ExplodedNode *Pred,
308 if (Pred->getLocation().getAs<BlockEntrance>())
325 void ExprEngine::removeDead(ExplodedNode *Pred, ExplodedNodeSet &Out,
341 ProgramStateRef CleanedState = Pred->getState();
369 StmtNodeBuilder Bldr(Pred, Out, *currBldrCtx)
    [all...]
ExprEngineC.cpp 23 ExplodedNode *Pred,
32 getCheckerManager().runCheckersForPreStmt(CheckedSet, Pred, B, *this);
180 void ExprEngine::VisitBlockExpr(const BlockExpr *BE, ExplodedNode *Pred,
187 Pred->getLocationContext());
189 ProgramStateRef State = Pred->getState();
210 StmtNodeBuilder Bldr(Pred, Tmp, *currBldrCtx);
211 Bldr.generateNode(BE, Pred,
212 State->BindExpr(BE, Pred->getLocationContext(), V),
220 ExplodedNode *Pred, ExplodedNodeSet &Dst) {
223 getCheckerManager().runCheckersForPreStmt(dstPreStmt, Pred, CastE, *this)
    [all...]
  /ndk/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));
  /ndk/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.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)
53 base_type::split(pred, other);

Completed in 1245 milliseconds

1 2 3 4 5 6 7 8 91011>>