Home
last modified time | relevance | path

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

/dports/graphics/cfdg/cfdg-3.3_1/src-common/
H A Dastreplacement.cpp139 static const std::map<std::string, pathOpEnum> PathOpNames = { in ASTreplacement() local
151 auto opname = PathOpNames.find(s); in ASTreplacement()
152 assert(opname != PathOpNames.end()); in ASTreplacement()