Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFGStmtMap.cpp22 static SMap *AsMap(void *m) { return (SMap*) m; } in AsMap() function
24 CFGStmtMap::~CFGStmtMap() { delete AsMap(M); } in ~CFGStmtMap()
27 SMap *SM = AsMap(M); in getBlock()