Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dsumtype.d2080 enum handlerName(size_t hid) = "handler" ~ toCtString!hid;
2084 mixin("alias ", handlerName!hid, " = handler;");
2096 return mixin(handlerName!(matches[caseId]), "(", handlerArgs!caseId, ")");
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp3302 const std::string *handlerName = in EmitOverflowCheckedBinOp() local
3304 if (handlerName->empty()) { in EmitOverflowCheckedBinOp()
3335 CGF.CGM.CreateRuntimeFunction(handlerTy, *handlerName); in EmitOverflowCheckedBinOp()