Home
last modified time | relevance | path

Searched defs:changesetlist_ty (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDeltaAlgorithm.h41 using changesetlist_ty = std::vector<changeset_ty>; variable
H A DDAGDeltaAlgorithm.h48 using changesetlist_ty = std::vector<changeset_ty>; variable
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp52 typedef DAGDeltaAlgorithm::changesetlist_ty changesetlist_ty; typedef in __anoncf29fe990111::DAGDeltaAlgorithmImpl