Searched refs:Pred (Results 1 - 25 of 130) sorted by relevance

123456

/external/clang/test/SemaTemplate/
H A Drdar9173693.cpp6 template< typename Pred > assert<false> assert_not_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type ); // expected-error 5 {{}}
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp38 ExplodedNode *Pred,
40 StmtNodeBuilder Bldr(Pred, Dst, *currentBuilderContext);
42 ProgramStateRef state = Pred->getState();
43 const LocationContext *LCtx = Pred->getLocationContext();
47 SVal V = state->getSVal(tempExpr, Pred->getLocationContext());
53 Bldr.generateNode(ME, Pred, state->BindExpr(ME, LCtx, loc::MemRegionVal(R)));
57 ExplodedNode *Pred,
59 VisitCXXConstructExpr(expr, 0, Pred, Dst);
64 ExplodedNode *Pred,
81 destNodes.Add(Pred);
37 CreateCXXTemporaryObject(const MaterializeTemporaryExpr *ME, ExplodedNode *Pred, ExplodedNodeSet &Dst) argument
56 VisitCXXTemporaryObjectExpr(const CXXTemporaryObjectExpr *expr, ExplodedNode *Pred, ExplodedNodeSet &Dst) argument
62 VisitCXXConstructExpr(const CXXConstructExpr *E, const MemRegion *Dest, ExplodedNode *Pred, ExplodedNodeSet &destNodes) argument
137 ExplodedNode *Pred = *i; local
149 VisitCXXDestructor(const CXXDestructorDecl *DD, const MemRegion *Dest, const Stmt *S, ExplodedNode *Pred, ExplodedNodeSet &Dst) argument
173 VisitCXXNewExpr(const CXXNewExpr *CNE, ExplodedNode *Pred, ExplodedNodeSet &Dst) argument
260 VisitCXXDeleteExpr(const CXXDeleteExpr *CDE, ExplodedNode *Pred, ExplodedNodeSet &Dst) argument
267 VisitCXXCatchStmt(const CXXCatchStmt *CS, ExplodedNode *Pred, ExplodedNodeSet &Dst) argument
286 VisitCXXThisExpr(const CXXThisExpr *TE, ExplodedNode *Pred, ExplodedNodeSet &Dst) argument
[all...]
H A DExprEngineObjC.cpp23 ExplodedNode *Pred,
25 ProgramStateRef state = Pred->getState();
26 const LocationContext *LCtx = Pred->getLocationContext();
31 StmtNodeBuilder Bldr(Pred, dstIvar, *currentBuilderContext);
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();
77 StmtNodeBuilder Bldr(Pred, Ds
22 VisitLvalObjCIvarRefExpr(const ObjCIvarRefExpr *Ex, ExplodedNode *Pred, ExplodedNodeSet &Dst) argument
39 VisitObjCAtSynchronizedStmt(const ObjCAtSynchronizedStmt *S, ExplodedNode *Pred, ExplodedNodeSet &Dst) argument
45 VisitObjCForCollectionStmt(const ObjCForCollectionStmt *S, ExplodedNode *Pred, ExplodedNodeSet &Dst) argument
131 VisitObjCMessage(const ObjCMessage &msg, ExplodedNode *Pred, ExplodedNodeSet &Dst) argument
147 ExplodedNode *Pred = *DI; local
229 evalObjCMessage(StmtNodeBuilder &Bldr, const ObjCMessage &msg, ExplodedNode *Pred, ProgramStateRef state, bool GenSink) argument
[all...]
H A DExprEngineC.cpp22 ExplodedNode *Pred,
31 getCheckerManager().runCheckersForPreStmt(CheckedSet, Pred, B, *this);
161 void ExprEngine::VisitBlockExpr(const BlockExpr *BE, ExplodedNode *Pred, argument
166 Pred->getLocationContext());
169 StmtNodeBuilder Bldr(Pred, Tmp, *currentBuilderContext);
170 Bldr.generateNode(BE, Pred,
171 Pred->getState()->BindExpr(BE, Pred->getLocationContext(),
181 ExplodedNode *Pred, ExplodedNodeSet &Dst) {
184 getCheckerManager().runCheckersForPreStmt(dstPreStmt, Pred, Cast
21 VisitBinaryOperator(const BinaryOperator* B, ExplodedNode *Pred, ExplodedNodeSet &Dst) argument
180 VisitCast(const CastExpr *CastE, const Expr *Ex, ExplodedNode *Pred, ExplodedNodeSet &Dst) argument
357 VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL, ExplodedNode *Pred, ExplodedNodeSet &Dst) argument
376 VisitDeclStmt(const DeclStmt *DS, ExplodedNode *Pred, ExplodedNodeSet &Dst) argument
439 VisitLogicalExpr(const BinaryOperator* B, ExplodedNode *Pred, ExplodedNodeSet &Dst) argument
490 VisitInitListExpr(const InitListExpr *IE, ExplodedNode *Pred, ExplodedNodeSet &Dst) argument
534 VisitGuardedExpr(const Expr *Ex, const Expr *L, const Expr *R, ExplodedNode *Pred, ExplodedNodeSet &Dst) argument
554 VisitOffsetOfExpr(const OffsetOfExpr *OOE, ExplodedNode *Pred, ExplodedNodeSet &Dst) argument
572 VisitUnaryExprOrTypeTraitExpr(const UnaryExprOrTypeTraitExpr *Ex, ExplodedNode *Pred, ExplodedNodeSet &Dst) argument
605 VisitUnaryOperator(const UnaryOperator* U, ExplodedNode *Pred, ExplodedNodeSet &Dst) argument
725 VisitIncrementDecrementOperator(const UnaryOperator* U, ExplodedNode *Pred, ExplodedNodeSet &Dst) argument
[all...]
H A DCoreEngine.cpp224 void CoreEngine::dispatchWorkItem(ExplodedNode* Pred, ProgramPoint Loc, argument
229 HandleBlockEdge(cast<BlockEdge>(Loc), Pred); local
233 HandleBlockEntrance(cast<BlockEntrance>(Loc), Pred); local
247 SubEng.processCallEnter(CEnter, Pred);
252 SubEng.processCallExit(Pred);
256 assert(Pred->hasSinglePred() &&
258 ExplodedNode *PNode = Pred->getFirstPred();
259 dispatchWorkItem(Pred, PNode->getLocation(), WU);
265 HandlePostStmt(WU.getBlock(), WU.getIndex(), Pred);
282 void CoreEngine::HandleBlockEdge(const BlockEdge &L, ExplodedNode *Pred) { argument
321 HandleBlockEntrance(const BlockEntrance &L, ExplodedNode *Pred) argument
341 HandleBlockExit(const CFGBlock * B, ExplodedNode *Pred) argument
372 Pred->State, Pred); local
444 Pred->State, Pred); local
447 HandleBranch(const Stmt *Cond, const Stmt *Term, const CFGBlock * B, ExplodedNode *Pred) argument
458 HandlePostStmt(const CFGBlock *B, unsigned StmtIdx, ExplodedNode *Pred) argument
473 generateNode(const ProgramPoint &Loc, ProgramStateRef State, ExplodedNode *Pred) argument
[all...]
H A DExprEngine.cpp213 void ExprEngine::processCFGElement(const CFGElement E, ExplodedNode *Pred, argument
222 ProcessStmt(const_cast<Stmt*>(E.getAs<CFGStmt>()->getStmt()), Pred); local
225 ProcessInitializer(E.getAs<CFGInitializer>()->getInitializer(), Pred);
231 ProcessImplicitDtor(*E.getAs<CFGImplicitDtor>(), Pred);
238 const ExplodedNode *Pred,
246 if (isa<BlockEntrance>(Pred->getLocation()))
264 ExplodedNode *Pred) {
273 EntryNode = Pred;
282 if (shouldRemoveDeadBindings(AMgr, S, Pred, LC)) {
305 StmtNodeBuilder Bldr(Pred, Tm
236 shouldRemoveDeadBindings(AnalysisManager &AMgr, const CFGStmt S, const ExplodedNode *Pred, const LocationContext *LC) argument
263 ProcessStmt(const CFGStmt S, ExplodedNode *Pred) argument
360 ProcessInitializer(const CFGInitializer Init, ExplodedNode *Pred) argument
410 ProcessImplicitDtor(const CFGImplicitDtor D, ExplodedNode *Pred) argument
415 ProcessAutomaticObjDtor(cast<CFGAutomaticObjDtor>(D), Pred, Dst); local
418 ProcessBaseDtor(cast<CFGBaseDtor>(D), Pred, Dst); local
421 ProcessMemberDtor(cast<CFGMemberDtor>(D), Pred, Dst); local
424 ProcessTemporaryDtor(cast<CFGTemporaryDtor>(D), Pred, Dst); local
434 ProcessAutomaticObjDtor(const CFGAutomaticObjDtor Dtor, ExplodedNode *Pred, ExplodedNodeSet &Dst) argument
455 ProcessBaseDtor(const CFGBaseDtor D, ExplodedNode *Pred, ExplodedNodeSet &Dst) argument
458 ProcessMemberDtor(const CFGMemberDtor D, ExplodedNode *Pred, ExplodedNodeSet &Dst) argument
461 ProcessTemporaryDtor(const CFGTemporaryDtor D, ExplodedNode *Pred, ExplodedNodeSet &Dst) argument
465 Visit(const Stmt *S, ExplodedNode *Pred, ExplodedNodeSet &DstTop) argument
558 VisitObjCAtSynchronizedStmt(cast<ObjCAtSynchronizedStmt>(S), Pred, Dst); local
664 VisitLvalArraySubscriptExpr(cast<ArraySubscriptExpr>(S), Pred, Dst); local
670 VisitAsmStmt(cast<AsmStmt>(S), Pred, Dst); local
676 VisitBlockExpr(cast<BlockExpr>(S), Pred, Dst); local
702 VisitBinaryOperator(cast<BinaryOperator>(S), Pred, Tmp); local
706 VisitBinaryOperator(cast<BinaryOperator>(S), Pred, Dst); local
717 VisitCallExpr(cast<CallExpr>(S), Pred, Dst); local
724 VisitCXXCatchStmt(cast<CXXCatchStmt>(S), Pred, Dst); local
768 VisitBinaryOperator(cast<BinaryOperator>(S), Pred, Dst); local
774 VisitCompoundLiteralExpr(cast<CompoundLiteralExpr>(S), Pred, Dst); local
790 VisitCXXThisExpr(cast<CXXThisExpr>(S), Pred, Dst); local
804 VisitDeclStmt(cast<DeclStmt>(S), Pred, Dst); local
849 VisitInitListExpr(cast<InitListExpr>(S), Pred, Dst); local
855 VisitMemberExpr(cast<MemberExpr>(S), Pred, Dst); local
861 VisitLvalObjCIvarRefExpr(cast<ObjCIvarRefExpr>(S), Pred, Dst); local
867 VisitObjCForCollectionStmt(cast<ObjCForCollectionStmt>(S), Pred, Dst); local
884 VisitObjCMessage(ObjCMessage(ME, PR, isSetter), Pred, Dst); local
888 VisitObjCMessage(ObjCMessage(ME, 0, true), Pred, Dst); local
908 VisitReturnStmt(cast<ReturnStmt>(S), Pred, Dst); local
914 VisitOffsetOfExpr(cast<OffsetOfExpr>(S), Pred, Dst); local
921 Pred, Dst); local
1175 processBranch(const Stmt *Condition, const Stmt *Term, NodeBuilderContext& BldCtx, ExplodedNode *Pred, ExplodedNodeSet &Dst, const CFGBlock *DstT, const CFGBlock *DstF) argument
1427 VisitCommonDeclRefExpr(const Expr *Ex, const NamedDecl *D, ExplodedNode *Pred, ExplodedNodeSet &Dst) argument
1476 VisitLvalArraySubscriptExpr(const ArraySubscriptExpr *A, ExplodedNode *Pred, ExplodedNodeSet &Dst) argument
1503 VisitMemberExpr(const MemberExpr *M, ExplodedNode *Pred, ExplodedNodeSet &TopDst) argument
1553 evalBind(ExplodedNodeSet &Dst, const Stmt *StoreE, ExplodedNode *Pred, SVal location, SVal Val, bool atDeclInit) argument
1600 evalStore(ExplodedNodeSet &Dst, const Expr *AssignE, const Expr *LocationE, ExplodedNode *Pred, ProgramStateRef state, SVal location, SVal Val, const ProgramPointTag *tag) argument
1627 evalLoad(ExplodedNodeSet &Dst, const Expr *NodeEx, const Expr *BoundEx, ExplodedNode *Pred, ProgramStateRef state, SVal location, const ProgramPointTag *tag, QualType LoadTy) argument
1667 evalLoadCommon(ExplodedNodeSet &Dst, const Expr *NodeEx, const Expr *BoundEx, ExplodedNode *Pred, ProgramStateRef state, SVal location, const ProgramPointTag *tag, QualType LoadTy) argument
1710 evalLocation(ExplodedNodeSet &Dst, const Stmt *NodeEx, const Stmt *BoundEx, ExplodedNode *Pred, ProgramStateRef state, SVal location, const ProgramPointTag *tag, bool isLoad) argument
1760 ExplodedNode *Pred = *I; local
1793 VisitAsmStmt(const AsmStmt *A, ExplodedNode *Pred, ExplodedNodeSet &Dst) argument
[all...]
H A DExprEngineCallAndReturn.cpp24 void ExprEngine::processCallEnter(CallEnter CE, ExplodedNode *Pred) { argument
42 const LocationContext *callerCtx = Pred->getLocationContext();
43 ProgramStateRef state = Pred->getState()->enterStackFrame(callerCtx,
49 Node->addPredecessor(Pred, G);
72 void ExprEngine::processCallExit(ExplodedNode *Pred) { argument
73 ProgramStateRef state = Pred->getState();
75 Pred->getLocationContext()->getCurrentStackFrame();
80 if (const ReturnStmt *RS = getReturnStmt(Pred)) {
81 const LocationContext *LCtx = Pred->getLocationContext();
93 state = state->BindExpr(CCE, Pred
133 shouldInlineDecl(const FunctionDecl *FD, ExplodedNode *Pred) argument
178 InlineCall(ExplodedNodeSet &Dst, const CallExpr *CE, ExplodedNode *Pred) argument
400 VisitCallExpr(const CallExpr *CE, ExplodedNode *Pred, ExplodedNodeSet &dst) argument
414 expandGraph(ExplodedNodeSet &Dst, ExplodedNode *Pred) argument
473 VisitReturnStmt(const ReturnStmt *RS, ExplodedNode *Pred, ExplodedNodeSet &Dst) argument
[all...]
H A DCheckerManager.cpp152 NodeBuilder &Bldr, ExplodedNode *Pred) {
157 Pred->getLocationContext(), checkFn.Checker);
158 CheckerContext C(Bldr, Eng, Pred, L, wasInlined);
192 NodeBuilder &Bldr, ExplodedNode *Pred) {
197 K, Pred->getLocationContext(),
199 CheckerContext C(Bldr, Eng, Pred, L);
240 NodeBuilder &Bldr, ExplodedNode *Pred) {
245 Pred->getLocationContext(),
247 CheckerContext C(Bldr, Eng, Pred, L);
285 NodeBuilder &Bldr, ExplodedNode *Pred) {
151 runChecker(CheckerManager::CheckStmtFunc checkFn, NodeBuilder &Bldr, ExplodedNode *Pred) argument
191 runChecker(CheckerManager::CheckObjCMessageFunc checkFn, NodeBuilder &Bldr, ExplodedNode *Pred) argument
239 runChecker(CheckerManager::CheckLocationFunc checkFn, NodeBuilder &Bldr, ExplodedNode *Pred) argument
284 runChecker(CheckerManager::CheckBindFunc checkFn, NodeBuilder &Bldr, ExplodedNode *Pred) argument
318 ExplodedNode *Pred = BC.Pred; local
349 runChecker(CheckerManager::CheckBranchConditionFunc checkFn, NodeBuilder &Bldr, ExplodedNode *Pred) argument
360 runCheckersForBranchCondition(const Stmt *Condition, ExplodedNodeSet &Dst, ExplodedNode *Pred, ExprEngine &Eng) argument
392 runChecker(CheckerManager::CheckDeadSymbolsFunc checkFn, NodeBuilder &Bldr, ExplodedNode *Pred) argument
472 ExplodedNode *Pred = *NI; local
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h156 void processCFGElement(const CFGElement E, ExplodedNode *Pred,
159 void ProcessStmt(const CFGStmt S, ExplodedNode *Pred);
161 void ProcessInitializer(const CFGInitializer I, ExplodedNode *Pred);
163 void ProcessImplicitDtor(const CFGImplicitDtor D, ExplodedNode *Pred);
166 ExplodedNode *Pred, ExplodedNodeSet &Dst);
168 ExplodedNode *Pred, ExplodedNodeSet &Dst);
170 ExplodedNode *Pred, ExplodedNodeSet &Dst);
172 ExplodedNode *Pred, ExplodedNodeSet &Dst);
182 ExplodedNode *Pred,
200 void processCallEnter(CallEnter CE, ExplodedNode *Pred);
[all...]
H A DCheckerContext.h26 ExplodedNode *Pred; member in class:clang::ento::CheckerContext
46 Pred(pred),
51 assert(Pred->getState() &&
70 ExplodedNode *getPredecessor() { return Pred; }
71 ProgramStateRef getState() const { return Pred->getState(); }
92 return Pred->getLocationContext();
120 return Pred->getLocationContext()->getAnalysisDeclContext();
158 /// @param Pred The transition will be generated from the specified Pred node
164 ExplodedNode *Pred,
163 addTransition(ProgramStateRef State, ExplodedNode *Pred, const ProgramPointTag *Tag = 0, bool IsSink = false) argument
[all...]
H A DCoreEngine.h93 ExplodedNode *Pred);
95 void HandleBlockEdge(const BlockEdge &E, ExplodedNode *Pred);
96 void HandleBlockEntrance(const BlockEntrance &E, ExplodedNode *Pred);
97 void HandleBlockExit(const CFGBlock *B, ExplodedNode *Pred);
98 void HandlePostStmt(const CFGBlock *B, unsigned StmtIdx, ExplodedNode *Pred);
101 ExplodedNode *Pred);
142 /// Use Pred parameter as the predecessor state.
143 void dispatchWorkItem(ExplodedNode* Pred, ProgramPoint Loc,
193 ExplodedNode *Pred; member in struct:clang::ento::NodeBuilderContext
195 : Eng(E), Block(B), Pred(
276 generateNode(const ProgramPoint &PP, ProgramStateRef State, ExplodedNode *Pred, bool MarkAsSink = false) argument
322 NodeBuilderWithSinks(ExplodedNode *Pred, ExplodedNodeSet &DstSet, const NodeBuilderContext &Ctx, ProgramPoint &L) argument
325 generateNode(ProgramStateRef State, ExplodedNode *Pred, const ProgramPointTag *Tag = 0, bool MarkAsSink = false) argument
371 generateNode(const Stmt *S, ExplodedNode *Pred, ProgramStateRef St, bool MarkAsSink = false, const ProgramPointTag *tag = 0, ProgramPoint::Kind K = ProgramPoint::PostStmtKind) argument
382 generateNode(const ProgramPoint &PP, ExplodedNode *Pred, ProgramStateRef State, bool MarkAsSink = false) argument
443 ExplodedNode *Pred; member in class:clang::ento::IndirectGotoNodeBuilder
489 ExplodedNode *Pred; member in class:clang::ento::SwitchNodeBuilder
[all...]
H A DSubEngine.h56 virtual void processCFGElement(const CFGElement E, ExplodedNode* Pred,
69 ExplodedNode *Pred,
87 virtual void processCallEnter(CallEnter CE, ExplodedNode *Pred) = 0;
90 virtual void processCallExit(ExplodedNode *Pred) = 0;
/external/llvm/include/llvm/Analysis/
H A DBlockFrequencyImpl.h163 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; local
199 if (isReachable(Pred) && isBackedge(Pred, BB)) {
201 } else if (BlocksInLoop.count(Pred)) {
202 incBlockFreq(BB, getEdgeFreq(Pred, B
241 BlockT *Pred = *PI; local
294 BlockT *Pred = *PI; local
[all...]
/external/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h125 BlkT *Pred = Preds[p]; local
128 BBMap.FindAndConstruct(Pred);
135 ValT PredVal = AvailableVals->lookup(Pred);
136 BBInfo *PredInfo = new (Allocator) BBInfo(Pred, PredVal);
238 BBInfo *Pred = Info->Preds[p]; local
241 if (Pred->BlkNum == 0) {
242 Pred->AvailableVal = Traits::GetUndefVal(Pred->BB, Updater);
243 (*AvailableVals)[Pred->BB] = Pred
268 IsDefInDomFrontier(const BBInfo *Pred, const BBInfo *IDom) argument
360 BlkT *Pred = PredInfo->BB; local
[all...]
/external/llvm/lib/Target/ARM/
H A DThumb2RegisterInfo.h36 ARMCC::CondCodes Pred = ARMCC::AL,
/external/clang/lib/StaticAnalyzer/Checkers/
H A DOSAtomicChecker.cpp28 ExplodedNode *Pred, ExplodedNodeSet &Dst) const;
33 ExplodedNode *Pred,
54 ExplodedNode *Pred,
56 StringRef FName = getCalleeName(Pred->getState(),
57 CE, Pred->getLocationContext());
64 return evalOSAtomicCompareAndSwap(CE, Eng, Pred, Dst);
72 ExplodedNode *Pred,
107 ProgramStateRef state = Pred->getState();
108 const LocationContext *LCtx = Pred->getLocationContext();
123 Eng.evalLoad(Tmp, CE, theValueExpr, Pred,
52 inlineCall(const CallExpr *CE, ExprEngine &Eng, ExplodedNode *Pred, ExplodedNodeSet &Dst) const argument
70 evalOSAtomicCompareAndSwap(const CallExpr *CE, ExprEngine &Eng, ExplodedNode *Pred, ExplodedNodeSet &Dst) const argument
[all...]
/external/llvm/include/llvm/CodeGen/
H A DAnalysis.h72 ISD::CondCode getFCmpCondCode(FCmpInst::Predicate Pred);
81 ISD::CondCode getICmpCondCode(ICmpInst::Predicate Pred);
/external/llvm/lib/Target/PTX/MCTargetDesc/
H A DPTXBaseInfo.h66 Pred = 0, enumerator in enum:llvm::PTXRegisterType::__anon7631
101 case PTXRegisterType::Pred:
/external/llvm/lib/Transforms/Utils/
H A DCmpInstAnalysis.cpp45 ICmpInst::Predicate Pred = InvertPred ? ICI->getInversePredicate() local
47 switch (Pred) {
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest_pred_impl.h85 template <typename Pred,
89 Pred pred,
128 template <typename Pred,
134 Pred pred,
178 template <typename Pred,
186 Pred pred,
235 template <typename Pred,
245 Pred pred,
299 template <typename Pred,
311 Pred pre
[all...]
/external/chromium/testing/gtest/include/gtest/
H A Dgtest_pred_impl.h85 template <typename Pred,
89 Pred pred,
126 template <typename Pred,
132 Pred pred,
174 template <typename Pred,
182 Pred pred,
229 template <typename Pred,
239 Pred pred,
291 template <typename Pred,
303 Pred pre
[all...]
/external/gtest/include/gtest/
H A Dgtest_pred_impl.h85 template <typename Pred,
89 Pred pred,
126 template <typename Pred,
132 Pred pred,
174 template <typename Pred,
182 Pred pred,
229 template <typename Pred,
239 Pred pred,
291 template <typename Pred,
303 Pred pre
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest_pred_impl.h85 template <typename Pred,
89 Pred pred,
126 template <typename Pred,
132 Pred pred,
174 template <typename Pred,
182 Pred pred,
229 template <typename Pred,
239 Pred pred,
291 template <typename Pred,
303 Pred pre
[all...]
/external/protobuf/gtest/include/gtest/
H A Dgtest_pred_impl.h85 template <typename Pred,
89 Pred pred,
128 template <typename Pred,
134 Pred pred,
178 template <typename Pred,
186 Pred pred,
235 template <typename Pred,
245 Pred pred,
299 template <typename Pred,
311 Pred pre
[all...]
/external/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp119 MachineBasicBlock *Pred = *PI; local
122 if (Seen.test(Pred->getNumber())) {
123 if (VNInfo *VNI = LiveOut[Pred].first) {
132 tie(Start, End) = Indexes->getMBBRange(Pred);
134 // First time we see Pred. Try to determine the live-out value, but set
135 // it as null if Pred is live-through with an unknown value.
137 setLiveOutValue(Pred, VNI);
145 // No, we need a live-in value for Pred as well
146 if (Pred != KillMBB)
147 WorkList.push_back(Pred);
[all...]

Completed in 2722 milliseconds

123456