Home
last modified time | relevance | path

Searched refs:hasDst (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/lib/Tooling/ASTDiff/
DASTDiff.cpp50 bool hasDst(NodeId Dst) const { return getSrc(Dst).isValid(); } in hasDst() function in clang::diff::__anon69f91f4d0111::Mapping
792 if (!M.hasSrc(Src) && !M.hasDst(Dst)) in addOptimalMapping()
822 if (M.hasDst(Id2)) in findCandidate()
837 !M.hasDst(T2.getRootId())) { in matchBottomUp()
885 if (identical(Id1, Id2) && !M.hasSrc(Id1) && !M.hasDst(Id2)) { in matchTopDown()
896 if (!M.hasDst(Id2)) in matchTopDown()
925 if (!M.hasDst(Id2)) { in computeChangeKinds()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_emit_nvc0.cpp2093 const bool hasDst = i->defExists(0); in emitATOM() local
2102 if (hasDst) in emitATOM()
2132 if (hasDst) in emitATOM()
2142 if (hasDst) in emitATOM()
2150 if (hasDst) in emitATOM()
2160 if (hasDst) in emitATOM()
2166 if (hasDst || casOrExch) { in emitATOM()
Dnv50_ir_emit_gk110.cpp2387 const bool hasDst = i->defExists(0); in emitATOM() local
2418 if (hasDst) { in emitATOM()
2425 if (hasDst || !exch) { in emitATOM()