Home
last modified time | relevance | path

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

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