Home
last modified time | relevance | path

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

/external/jemalloc/bin/
Djeprof.in628 RunGV(TempName($main::next_tmpfile, "ps"), "");
630 RunEvince(TempName($main::next_tmpfile, "pdf"), "");
632 my $tmp = TempName($main::next_tmpfile, "svg");
897 $filename = TempName($main::next_tmpfile, "callgrind");
970 RunGV(TempName($main::next_tmpfile, "ps"), " &");
972 RunEvince(TempName($main::next_tmpfile, "pdf"), " &");
974 RunWeb(TempName($main::next_tmpfile, "svg"));
1101 sub TempName {
1431 $fname = TempName($main::next_tmpfile, "html");
2062 my $escaped_outfile = ShellEscape(TempName($main::next_tmpfile, "ps"));
[all …]
/external/spirv-llvm/lib/SPIRV/
DSPIRVReader.cpp1582 ostringstream TempName; in transValueWithoutDecoration() local
1583 TempName << ".p" << SPIRSPIRVAddrSpaceMap::rmap(BT->getPointerStorageClass()) << "i8"; in transValueWithoutDecoration()
1584 TempName << ".p" << SPIRSPIRVAddrSpaceMap::rmap(BS->getPointerStorageClass()) << "i8"; in transValueWithoutDecoration()
1585 FuncName += TempName.str(); in transValueWithoutDecoration()