HomeSort by: relevance | last modified time | path
    Searched refs:PutS (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
primitives.d 257 puts the whole raw element `e` into `r`. doPut will not attempt to
736 static struct PutS(C)
751 PutS!char p;
765 //Testing PutC and PutS
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);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 1564 FunctionCallee PutS =
1567 CallInst *CI = B.CreateCall(PutS, castToCStr(Str, B), PutsName);
1569 dyn_cast<Function>(PutS.getCallee()->stripPointerCasts()))

Completed in 22 milliseconds