Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DVirtualCallChecker.cpp66 if (const MemberExpr *CME = dyn_cast<MemberExpr>(CE->getCallee())) { in REGISTER_MAP_WITH_PROGRAMSTATE() local
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp57 handleAllErrors(std::move(E), [&](const CoverageMapError &CME) { in increment()
H A DCoverageMapping.cpp914 std::move(E), [](const CoverageMapError &CME) { in handleMaybeNoDataFoundError()