HomeSort by relevance Sort by last modified time
    Searched refs:Pred (Results 1 - 25 of 1009) 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.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/clang/host/darwin-x86/clang-4579689/include/llvm/FuzzMutate/
OpDescriptor.h 55 PredT Pred;
60 SourcePred(PredT Pred, MakeT Make) : Pred(Pred), Make(Make) {}
61 SourcePred(PredT Pred, NoneType) : Pred(Pred) {
62 Make = [Pred](ArrayRef<Value *> Cur, ArrayRef<Type *> BaseTypes) {
63 // Default filter just calls Pred on each of the base types.
67 if (Pred(Cur, V)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/FuzzMutate/
OpDescriptor.h 55 PredT Pred;
60 SourcePred(PredT Pred, MakeT Make) : Pred(Pred), Make(Make) {}
61 SourcePred(PredT Pred, NoneType) : Pred(Pred) {
62 Make = [Pred](ArrayRef<Value *> Cur, ArrayRef<Type *> BaseTypes) {
63 // Default filter just calls Pred on each of the base types.
67 if (Pred(Cur, V)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/FuzzMutate/
OpDescriptor.h 55 PredT Pred;
60 SourcePred(PredT Pred, MakeT Make) : Pred(Pred), Make(Make) {}
61 SourcePred(PredT Pred, NoneType) : Pred(Pred) {
62 Make = [Pred](ArrayRef<Value *> Cur, ArrayRef<Type *> BaseTypes) {
63 // Default filter just calls Pred on each of the base types.
67 if (Pred(Cur, V)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/FuzzMutate/
OpDescriptor.h 55 PredT Pred;
60 SourcePred(PredT Pred, MakeT Make) : Pred(Pred), Make(Make) {}
61 SourcePred(PredT Pred, NoneType) : Pred(Pred) {
62 Make = [Pred](ArrayRef<Value *> Cur, ArrayRef<Type *> BaseTypes) {
63 // Default filter just calls Pred on each of the base types.
67 if (Pred(Cur, V)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/FuzzMutate/
OpDescriptor.h 55 PredT Pred;
60 SourcePred(PredT Pred, MakeT Make) : Pred(Pred), Make(Make) {}
61 SourcePred(PredT Pred, NoneType) : Pred(Pred) {
62 Make = [Pred](ArrayRef<Value *> Cur, ArrayRef<Type *> BaseTypes) {
63 // Default filter just calls Pred on each of the base types.
67 if (Pred(Cur, V)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/FuzzMutate/
OpDescriptor.h 55 PredT Pred;
60 SourcePred(PredT Pred, MakeT Make) : Pred(Pred), Make(Make) {}
61 SourcePred(PredT Pred, NoneType) : Pred(Pred) {
62 Make = [Pred](ArrayRef<Value *> Cur, ArrayRef<Type *> BaseTypes) {
63 // Default filter just calls Pred on each of the base types.
67 if (Pred(Cur, V)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/FuzzMutate/
OpDescriptor.h 55 PredT Pred;
60 SourcePred(PredT Pred, MakeT Make) : Pred(Pred), Make(Make) {}
61 SourcePred(PredT Pred, NoneType) : Pred(Pred) {
62 Make = [Pred](ArrayRef<Value *> Cur, ArrayRef<Type *> BaseTypes) {
63 // Default filter just calls Pred on each of the base types.
67 if (Pred(Cur, V)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/FuzzMutate/
OpDescriptor.h 55 PredT Pred;
60 SourcePred(PredT Pred, MakeT Make) : Pred(Pred), Make(Make) {}
61 SourcePred(PredT Pred, NoneType) : Pred(Pred) {
62 Make = [Pred](ArrayRef<Value *> Cur, ArrayRef<Type *> BaseTypes) {
63 // Default filter just calls Pred on each of the base types.
67 if (Pred(Cur, 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...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/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 ProcessLoopExit(const Stmt* S, ExplodedNode *Pred);
201 void ProcessInitializer(const CFGInitializer I, ExplodedNode *Pred);
203 void ProcessImplicitDtor(const CFGImplicitDtor D, ExplodedNode *Pred);
205 void ProcessNewAllocator(const CXXNewExpr *NE, ExplodedNode *Pred);
208 ExplodedNode *Pred, ExplodedNodeSet &Dst);
210 ExplodedNode *Pred, ExplodedNodeSet &Dst);
212 ExplodedNode *Pred, ExplodedNodeSet &Dst);
214 ExplodedNode *Pred, ExplodedNodeSet &Dst)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/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 ProcessLoopExit(const Stmt* S, ExplodedNode *Pred);
201 void ProcessInitializer(const CFGInitializer I, ExplodedNode *Pred);
203 void ProcessImplicitDtor(const CFGImplicitDtor D, ExplodedNode *Pred);
205 void ProcessNewAllocator(const CXXNewExpr *NE, ExplodedNode *Pred);
208 ExplodedNode *Pred, ExplodedNodeSet &Dst);
210 ExplodedNode *Pred, ExplodedNodeSet &Dst);
212 ExplodedNode *Pred, ExplodedNodeSet &Dst);
214 ExplodedNode *Pred, ExplodedNodeSet &Dst)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/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 ProcessLoopExit(const Stmt* S, ExplodedNode *Pred);
201 void ProcessInitializer(const CFGInitializer I, ExplodedNode *Pred);
203 void ProcessImplicitDtor(const CFGImplicitDtor D, ExplodedNode *Pred);
205 void ProcessNewAllocator(const CXXNewExpr *NE, ExplodedNode *Pred);
208 ExplodedNode *Pred, ExplodedNodeSet &Dst);
210 ExplodedNode *Pred, ExplodedNodeSet &Dst);
212 ExplodedNode *Pred, ExplodedNodeSet &Dst);
214 ExplodedNode *Pred, ExplodedNodeSet &Dst)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/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 ProcessLoopExit(const Stmt* S, ExplodedNode *Pred);
201 void ProcessInitializer(const CFGInitializer I, ExplodedNode *Pred);
203 void ProcessImplicitDtor(const CFGImplicitDtor D, ExplodedNode *Pred);
205 void ProcessNewAllocator(const CXXNewExpr *NE, ExplodedNode *Pred);
208 ExplodedNode *Pred, ExplodedNodeSet &Dst);
210 ExplodedNode *Pred, ExplodedNodeSet &Dst);
212 ExplodedNode *Pred, ExplodedNodeSet &Dst);
214 ExplodedNode *Pred, ExplodedNodeSet &Dst)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/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 ProcessLoopExit(const Stmt* S, ExplodedNode *Pred);
201 void ProcessInitializer(const CFGInitializer I, ExplodedNode *Pred);
203 void ProcessImplicitDtor(const CFGImplicitDtor D, ExplodedNode *Pred);
205 void ProcessNewAllocator(const CXXNewExpr *NE, ExplodedNode *Pred);
208 ExplodedNode *Pred, ExplodedNodeSet &Dst);
210 ExplodedNode *Pred, ExplodedNodeSet &Dst);
212 ExplodedNode *Pred, ExplodedNodeSet &Dst);
214 ExplodedNode *Pred, ExplodedNodeSet &Dst)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/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 ProcessLoopExit(const Stmt* S, ExplodedNode *Pred);
201 void ProcessInitializer(const CFGInitializer I, ExplodedNode *Pred);
203 void ProcessImplicitDtor(const CFGImplicitDtor D, ExplodedNode *Pred);
205 void ProcessNewAllocator(const CXXNewExpr *NE, ExplodedNode *Pred);
208 ExplodedNode *Pred, ExplodedNodeSet &Dst);
210 ExplodedNode *Pred, ExplodedNodeSet &Dst);
212 ExplodedNode *Pred, ExplodedNodeSet &Dst);
214 ExplodedNode *Pred, ExplodedNodeSet &Dst)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/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 ProcessLoopExit(const Stmt* S, ExplodedNode *Pred);
201 void ProcessInitializer(const CFGInitializer I, ExplodedNode *Pred);
203 void ProcessImplicitDtor(const CFGImplicitDtor D, ExplodedNode *Pred);
205 void ProcessNewAllocator(const CXXNewExpr *NE, ExplodedNode *Pred);
208 ExplodedNode *Pred, ExplodedNodeSet &Dst);
210 ExplodedNode *Pred, ExplodedNodeSet &Dst);
212 ExplodedNode *Pred, ExplodedNodeSet &Dst);
214 ExplodedNode *Pred, ExplodedNodeSet &Dst)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/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 ProcessLoopExit(const Stmt* S, ExplodedNode *Pred);
201 void ProcessInitializer(const CFGInitializer I, ExplodedNode *Pred);
203 void ProcessImplicitDtor(const CFGImplicitDtor D, ExplodedNode *Pred);
205 void ProcessNewAllocator(const CXXNewExpr *NE, ExplodedNode *Pred);
208 ExplodedNode *Pred, ExplodedNodeSet &Dst);
210 ExplodedNode *Pred, ExplodedNodeSet &Dst);
212 ExplodedNode *Pred, ExplodedNodeSet &Dst);
214 ExplodedNode *Pred, ExplodedNodeSet &Dst)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/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...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/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...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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...]

Completed in 1421 milliseconds

1 2 3 4 5 6 7 8 91011>>