Home
last modified time | relevance | path

Searched refs:CMF (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/tools/bugpoint/
H A DCrashDebugger.cpp252 Function *CMF = cast<Function>(VMap[Funcs[i]]); in TestFuncs() local
253 assert(CMF && "Function not in module?!"); in TestFuncs()
254 assert(CMF->getFunctionType() == Funcs[i]->getFunctionType() && "wrong ty"); in TestFuncs()
255 assert(CMF->getName() == Funcs[i]->getName() && "wrong name"); in TestFuncs()
256 Functions.insert(CMF); in TestFuncs()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp2333 ClassMapTy::Factory &CMF = State->get_context<ClassMap>(); in mergeImpl() local
2349 Classes = CMF.add(Classes, Sym, *this); in mergeImpl()
2551 ClassMapTy::Factory &CMF = State->get_context<ClassMap>(); in removeMember() local
2552 Classes = CMF.remove(Classes, Old); in removeMember()