16 std::vector<std::string>
Args;
37extern std::map<std::string, nixf::PrimOpInfo>
PrimOpsInfo;
PrimopLookupResult lookupGlobalPrimOpInfo(const std::string &Name)
Look up information about a global primop by name.
std::map< std::string, nixf::PrimOpInfo > PrimOpsInfo
PrimopLookupResult
Result of looking up a primop by name.
@ PrefixedFound
The primop was found, but needs "builtin." prefix.
@ NotFound
The primop was not found.
@ Found
The primop was found with an exact match.
std::vector< std::string > Args