Home
last modified time | relevance | path

Searched defs:ResultMap (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DExprMutationAnalyzer.h26 using ResultMap = llvm::DenseMap<const Expr *, const Stmt *>; member
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp1890 if (auto ResultMap = lookup(SearchOrder, std::move(Names), LookupKind::Static, in lookup() local