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

12 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/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);
erase_fn_imps.hpp 86 template<typename Pred>
89 erase_if(Pred pred)
92 const size_type ersd = base_type::erase_if(pred);
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/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);
erase_fn_imps.hpp 86 template<typename Pred>
89 erase_if(Pred pred)
92 const size_type ersd = base_type::erase_if(pred);
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/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);
erase_fn_imps.hpp 86 template<typename Pred>
89 erase_if(Pred pred)
92 const size_type ersd = base_type::erase_if(pred);
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 289 void ExprEngine::processCFGElement(const CFGElement E, ExplodedNode *Pred,
291 PrettyStackTraceLocationContext CrashInfo(Pred->getLocationContext());
297 ProcessStmt(const_cast<Stmt*>(E.castAs<CFGStmt>().getStmt()), Pred);
300 ProcessInitializer(E.castAs<CFGInitializer>().getInitializer(), Pred);
304 Pred);
311 ProcessImplicitDtor(E.castAs<CFGImplicitDtor>(), Pred);
318 const ExplodedNode *Pred,
326 if (Pred->getLocation().getAs<BlockEntrance>())
343 void ExprEngine::removeDead(ExplodedNode *Pred, ExplodedNodeSet &Out,
359 ProgramStateRef CleanedState = Pred->getState()
    [all...]
ExprEngineC.cpp 23 ExplodedNode *Pred,
32 getCheckerManager().runCheckersForPreStmt(CheckedSet, Pred, B, *this);
187 void ExprEngine::VisitBlockExpr(const BlockExpr *BE, ExplodedNode *Pred,
195 Pred->getLocationContext(),
198 ProgramStateRef State = Pred->getState();
230 originalV = State->getSVal(copyExpr, Pred->getLocationContext());
240 StmtNodeBuilder Bldr(Pred, Tmp, *currBldrCtx);
241 Bldr.generateNode(BE, Pred,
242 State->BindExpr(BE, Pred->getLocationContext(), V),
250 ExplodedNode *Pred, ExplodedNodeSet &Dst)
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
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...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
BlockFrequencyImpl.h 163 BlockT *Pred = *PI;
169 return Pred;
183 if(BlockT *Pred = getSingleBlockPred(BB)) {
184 if (BlocksInLoop.count(Pred))
185 setBlockFreq(BB, getEdgeFreq(Pred, BB));
197 BlockT *Pred = *PI;
199 if (isReachable(Pred) && isBackedge(Pred, BB)) {
201 } else if (BlocksInLoop.count(Pred)) {
202 incBlockFreq(BB, getEdgeFreq(Pred, BB))
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 128 BlkT *Pred = Preds[p];
131 BBMap.FindAndConstruct(Pred);
138 ValT PredVal = AvailableVals->lookup(Pred);
139 BBInfo *PredInfo = new (Allocator) BBInfo(Pred, PredVal);
241 BBInfo *Pred = Info->Preds[p];
244 if (Pred->BlkNum == 0) {
245 Pred->AvailableVal = Traits::GetUndefVal(Pred->BB, Updater);
246 (*AvailableVals)[Pred->BB] = Pred->AvailableVal
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 117 BlkT *Pred = Preds[p];
120 BBMap.FindAndConstruct(Pred);
127 ValT PredVal = AvailableVals->lookup(Pred);
128 BBInfo *PredInfo = new (Allocator) BBInfo(Pred, PredVal);
230 BBInfo *Pred = Info->Preds[p];
233 if (Pred->BlkNum == 0) {
234 Pred->AvailableVal = Traits::GetUndefVal(Pred->BB, Updater);
235 (*AvailableVals)[Pred->BB] = Pred->AvailableVal
    [all...]
  /external/libbrillo/brillo/
value_conversion.h 65 template <typename T, typename Pred, typename Alloc>
67 std::map<std::string, T, Pred, Alloc>* out_value);
85 template <typename T, typename Pred, typename Alloc>
87 std::map<std::string, T, Pred, Alloc>* out_value) {
114 template <typename T, typename Pred, typename Alloc>
116 const std::map<std::string, T, Pred, Alloc>& dictionary);
126 template <typename T, typename Pred, typename Alloc>
128 const std::map<std::string, T, Pred, Alloc>& dictionary) {
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
Analysis.h 71 ISD::CondCode getFCmpCondCode(FCmpInst::Predicate Pred);
76 ISD::CondCode getICmpCondCode(ICmpInst::Predicate Pred);
  /external/v8/src/compiler/
node-cache.cc 24 template <typename Key, typename Hash, typename Pred>
25 struct NodeCache<Key, Hash, Pred>::Entry {
31 template <typename Key, typename Hash, typename Pred>
32 bool NodeCache<Key, Hash, Pred>::Resize(Zone* zone) {
64 template <typename Key, typename Hash, typename Pred>
65 Node** NodeCache<Key, Hash, Pred>::Find(Zone* zone, Key key) {
102 template <typename Key, typename Hash, typename Pred>
103 void NodeCache<Key, Hash, Pred>::GetCachedNodes(ZoneVector<Node*>* nodes) {
  /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_/
erase_fn_imps.hpp 86 template<typename Pred>
89 erase_if(Pred pred)
92 const size_type ersd = base_type::erase_if(pred);
  /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_/
erase_fn_imps.hpp 86 template<typename Pred>
89 erase_if(Pred pred)
92 const size_type ersd = base_type::erase_if(pred);
  /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_/
erase_fn_imps.hpp 86 template<typename Pred>
89 erase_if(Pred pred)
92 const size_type ersd = base_type::erase_if(pred);
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
Thumb2RegisterInfo.h 37 ARMCC::CondCodes Pred = ARMCC::AL,
  /art/runtime/base/
hash_map.h 52 class HashFn = std::hash<Key>, class Pred = std::equal_to<Key>,
57 HashMapWrapper<Pred>,
63 HashMapWrapper<Pred>,
  /external/libcxx/test/std/thread/thread.condition/thread.condition.condvar/
wait_for_pred.pass.cpp 20 // Predicate pred);
28 class Pred
32 explicit Pred(int& i) : i_(i) {}
54 bool r = cv.wait_for(lk, milliseconds(250), Pred(test2));
  /external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
wait_for_pred.pass.cpp 19 // Predicate pred);
27 class Pred
31 explicit Pred(int& i) : i_(i) {}
58 bool result = cv.wait_for(lk, milliseconds(250), Pred(test2));
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/
wait_for_pred.pass.cpp 18 // Predicate pred);
26 class Pred
30 explicit Pred(int& i) : i_(i) {}
52 bool r = cv.wait_for(lk, milliseconds(250), Pred(test2));
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvarany/
wait_for_pred.pass.cpp 17 // Predicate pred);
25 class Pred
29 explicit Pred(int& i) : i_(i) {}
55 bool r = cv.wait_for(lk, milliseconds(250), Pred(test2));
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/thread/thread.condition/thread.condition.condvar/
wait_for_pred.pass.cpp 20 // Predicate pred);
28 class Pred
32 explicit Pred(int& i) : i_(i) {}
54 bool r = cv.wait_for(lk, milliseconds(250), Pred(test2));

Completed in 809 milliseconds

12 3 4 5 6 7 8 91011>>