Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DCFGStmtMap.cpp23 static SMap *AsMap(void *m) { return (SMap*) m; } in AsMap() function
25 CFGStmtMap::~CFGStmtMap() { delete AsMap(M); } in ~CFGStmtMap()
28 SMap *SM = AsMap(M); in getBlock()