Home
last modified time | relevance | path

Searched refs:Dst2 (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp642 ExplodedNodeSet Dst2; in VisitDeclStmt() local
643 evalBind(Dst2, DS, UpdatedN, state->getLValue(VD, LC), InitVal, true); in VisitDeclStmt()
644 B.addNodes(Dst2); in VisitDeclStmt()
1093 ExplodedNodeSet Dst2; in VisitIncrementDecrementOperator() local
1094 StmtNodeBuilder Bldr(Tmp, Dst2, *currBldrCtx); in VisitIncrementDecrementOperator()
1179 Dst.insert(Dst2); in VisitIncrementDecrementOperator()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp118 SDValue Dst2 = DAG.getNode(ISD::ADD, DL, PtrVT, Dst, in EmitTargetCodeForMemset() local
120 SDValue Chain2 = DAG.getStore(Chain, DL, Byte, Dst2, in EmitTargetCodeForMemset()