Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DVirtualCallChecker.cpp66 if (const MemberExpr *CME = dyn_cast<MemberExpr>(CE->getCallee())) { in REGISTER_MAP_WITH_PROGRAMSTATE() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp338 std::move(E), [](const CoverageMapError &CME) { in handleMaybeNoDataFoundError()
H A DCoverageMappingReader.cpp56 handleAllErrors(std::move(E), [&](const CoverageMapError &CME) { in increment()