Searched refs:PutS (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/range/ |
| H A D | primitives.d | 596 static struct PutS(C) in PutS() function 611 PutS!char p; 626 foreach (Type; AliasSeq!(PutC!TC, PutS!TC)) 691 struct PutS(C) 724 … formattedWrite(PutS!C(), "", 1, 'a', cast(wchar)'a', cast(dchar)'a', "a"c, "a"w, "a"d);
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/range/ |
| H A D | primitives.d | 736 static struct PutS(C) in PutS() function 751 PutS!char p; 766 static foreach (Type; AliasSeq!(PutC!TC, PutS!TC)) 831 struct PutS(C) 864 … formattedWrite(PutS!C(), "", 1, 'a', cast(wchar)'a', cast(dchar)'a', "a"c, "a"w, "a"d);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | BuildLibCalls.cpp | 1564 FunctionCallee PutS = in emitPutS() local 1567 CallInst *CI = B.CreateCall(PutS, castToCStr(Str, B), PutsName); in emitPutS() 1569 dyn_cast<Function>(PutS.getCallee()->stripPointerCasts())) in emitPutS()
|