Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DExprMutationAnalyzer.h44 using ResultMap = llvm::DenseMap<const Expr *, const Stmt *>; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp1987 if (auto ResultMap = lookup(SearchOrder, std::move(Names), LookupKind::Static, in lookup() local