Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp14900 UserDefinedLiteral *UDL = UserDefinedLiteral::Create( in BuildLiteralOperatorCall() local
14904 if (CheckCallReturnType(FD->getReturnType(), UDSuffixLoc, UDL, FD)) in BuildLiteralOperatorCall()
14907 if (CheckFunctionCall(FD, UDL, nullptr)) in BuildLiteralOperatorCall()
14910 return CheckForImmediateInvocation(MaybeBindToTemporary(UDL), FD); in BuildLiteralOperatorCall()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20181058 Implement UDL changes from P0732R2.
3671 * decl.c (grokfndecl): Handle standard UDL diagnostics here..
H A DChangeLog-20153877 Also give higher priority to standard string UDL operator.
/netbsd-src/external/lgpl3/gmp/dist/doc/
H A Dgmp.info-21850 (move constructors, explicit bool conversion, UDL), make the conversion
H A Dgmp.texi10772 features (move constructors, explicit bool conversion, UDL), make the
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-2013953 part 2 of UDL for Standard Library Types
H A DChangeLog-20146179 Simplify UDL operator templates and check for overflow.