Searched refs:to_string (Results 76 - 100 of 131) sorted by relevance

123456

/freebsd-13-stable/contrib/kyua/utils/config/
H A Dtree_test.cpp120 to_string(void) const function in class:__anon1001::wrapped_int_node
604 ATF_REQUIRE_EQ("foo", state.to_string(-1));
/freebsd-13-stable/contrib/libucl/include/
H A Ducl++.h76 auto nstr = std::to_string (elt);
86 auto nstr = std::to_string (elt);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp608 FunctionName += std::to_string(OutlineRepeatedNum + 1) + "_";
609 FunctionName += std::to_string(Name);
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp292 PrintNote("Instr " + llvm::to_string(*Leaf.getInstr(InstrIdx)));
294 PrintNote("Edge " + llvm::to_string(*Leaf.getEdge(EdgeIdx)));
/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp763 Builder.PrintFatalError("Modifier value '" + std::to_string(Idx) +
765 std::to_string(ModifierMappings->size()) +
994 void addInt(int Val) { Result += std::to_string(Val); }
H A DSveEmitter.cpp1339 auto FlagString = std::to_string(Flags);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp214 GEPName += "." + std::to_string(Idx);
940 (isValidState() ? std::to_string(getNumReturnValues()) : "?") +
941 ")[#UC: " + std::to_string(UnresolvedCalls.size()) + "]";
2931 return "Live[#BB " + std::to_string(AssumedLiveBlocks.size()) + "/" +
2932 std::to_string(getAnchorScope()->size()) + "][#TBEP " +
2933 std::to_string(ToBeExploredFrom.size()) + "][#KDE " +
2934 std::to_string(KnownDeadEnds.size()) + "]";
3391 std::to_string(getKnownDereferenceableBytes()) + "-" +
3392 std::to_string(getAssumedDereferenceableBytes()) + ">";
3682 return getAssumedAlign() ? ("align<" + std::to_string(getKnownAlig
[all...]
H A DHotColdSplitting.cpp309 /* Suffix */ "cold." + std::to_string(Count));
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp587 request.TryCompleteCurrentArg(std::to_string(bp->GetID()), bp_info);
/freebsd-13-stable/contrib/llvm-project/libcxx/src/
H A Ddebug.cpp27 msg += ":" + to_string(__line_) + ": _LIBCPP_ASSERT '";
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.cpp345 Builder.defineMacro("__ARM_FEATURE_PAC_DEFAULT", std::to_string(Value));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp383 sys::path::append(DwoFile, std::to_string(Task) + ".dwo");
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h110 GUIDBuf = std::to_string(Function::getGUID(Name));
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp431 oso_file.GetPath().c_str(), llvm::to_string(oso_mod_time).c_str(),
432 llvm::to_string(comp_unit_info->oso_mod_time).c_str());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp249 Buffer.append(std::to_string(Line));
251 Buffer.append(std::to_string(Column));
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DLinux.cpp323 llvm::to_string(Major),
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp231 std::string Log = "fuzz-" + std::to_string(C) + ".log";
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp649 fatal("unknown comdat type " + std::to_string((int)def->Selection) +
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h58 return "[index " + std::to_string(Sec - &TableOrErr->front()) + "]";
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp225 return EdgeVal >= 0 ? "label = " + std::to_string(EdgeVal)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp3574 std::to_string(Field.LengthOf) + " elements, got " +
3575 std::to_string(Values.size()));
3615 std::to_string(Field.LengthOf) + " elements, got " +
3616 std::to_string(AsIntValues.size()));
3654 std::to_string(Field.LengthOf) + " elements, got " +
3655 std::to_string(Initializers.size()));
4030 std::to_string(AlignmentValue));
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp819 Fn->addFnAttr("patchable-function-entry", std::to_string(Count - Offset));
821 Fn->addFnAttr("patchable-function-prefix", std::to_string(Offset));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1634 write("shared with remark at line " + std::to_string(DL.getLine()) +
1635 " column " + std::to_string(DL.getCol()) + " (");
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp306 return info->FileName + ":" + std::to_string(info->Line) + ":(" +
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp306 std::max<int>(3, std::to_string(line_number).length() + 1);

Completed in 353 milliseconds

123456