Searched refs:StrType (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/format/internal/ |
H A D | write.d | 1293 static foreach (StrType; AliasSeq!(string, wstring, dstring)) 1296 formatTest([cast(StrType)"hello"], 1300 formatTest([cast(StrType)"\"'\0\\\a\b\f\n\r\t\v"], 1304 formatTest([cast(StrType)"\'\?"], 1308 formatTest([cast(StrType)"\x10\x1F\x20test"], 1312 formatTest([cast(StrType)"\u200B..\u200F"], 1316 formatTest([cast(StrType)"\U000E0020..\U000E007F"],
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | format.d | 2791 foreach (StrType; AliasSeq!(string, wstring, dstring)) 2794 formatTest( [cast(StrType)"hello"], 2798 formatTest( [cast(StrType)"\"'\0\\\a\b\f\n\r\t\v"], 2802 formatTest( [cast(StrType)"\'\?"], 2806 formatTest( [cast(StrType)"\x10\x1F\x20test"], 2810 formatTest( [cast(StrType)"\u200B..\u200F"], 2814 formatTest( [cast(StrType)"\U000E0020..\U000E007F"],
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 500 QualType StrType = Context->getConstantArrayType( in getStringLiteral() local 504 /*Pascal=*/false, StrType, SourceLocation()); in getStringLiteral()
|
H A D | RewriteModernObjC.cpp | 600 QualType StrType = Context->getConstantArrayType( in getStringLiteral() local 604 /*Pascal=*/false, StrType, SourceLocation()); in getStringLiteral()
|