Home
last modified time | relevance | path

Searched defs:toString (Results 1 – 25 of 57) sorted by relevance

123

/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DStencil.cpp99 std::string toString() const override { in toString() function in __anon7ec9886d0111::RawTextStencil
123 std::string toString() const override { in toString() function in __anon7ec9886d0111::DebugPrintNodeStencil
152 std::string toString() const override { in toString() function in __anon7ec9886d0111::UnaryOperationStencil
252 std::string toString() const override { return "selection(...)"; } in toString() function in __anon7ec9886d0111::SelectorStencil
301 std::string toString() const override { in toString() function in __anon7ec9886d0111::AccessStencil
355 std::string toString() const override { in toString() function in __anon7ec9886d0111::IfBoundStencil
376 std::string toString() const override { in toString() function in __anon7ec9886d0111::SequenceStencil
399 std::string toString() const override { return "run(...)"; } in toString() function in __anon7ec9886d0111::RunStencil
/freebsd-13.1/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DWasm.cpp11 std::string llvm::wasm::toString(wasm::WasmSymbolType Type) { in toString() function in llvm::wasm
H A DMsgPackDocumentYAML.cpp36 std::string DocNode::toString() const { in toString() function in DocNode
/freebsd-13.1/contrib/opencsd/decoder/include/common/
H A Dtrc_printable_elem.h68 inline void trcPrintableElem::toString(std::string &str) const in toString() function
/freebsd-13.1/contrib/llvm-project/lld/Common/
H A DReproduce.cpp53 std::string lld::toString(const opt::Arg &arg) { in toString() function in lld
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DSymbols.cpp24 std::string lld::toString(const Symbol &sym) { return demangle(sym.getName()); } in toString() function in lld
H A DInputSection.cpp241 std::string lld::toString(const InputSection *isec) { in toString() function in lld
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp576 analyze_format_string::LengthModifier::toString() const { in toString() function in analyze_format_string::LengthModifier
620 const char *ConversionSpecifier::toString() const { in toString() function in ConversionSpecifier
698 void OptionalAmount::toString(raw_ostream &os) const { in toString() function in OptionalAmount
H A DScanfFormatString.cpp526 void ScanfSpecifier::toString(raw_ostream &os) const { in toString() function in ScanfSpecifier
/freebsd-13.1/contrib/opencsd/decoder/source/
H A Dtrc_gen_elem.cpp109 void OcsdTraceElement::toString(std::string &str) const in toString() function in OcsdTraceElement
/freebsd-13.1/contrib/opencsd/decoder/source/stm/
H A Dtrc_pkt_elem_stm.cpp85 void StmTrcPacket::toString(std::string &str) const in toString() function in StmTrcPacket
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/orc/
H A Derror.h411 inline std::string toString(Error Err) { in toString() function
420 std::string toString() const override { return ErrMsg; } in toString() function
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Testing/
H A DTestClangConfig.h72 std::string toString() const { in toString() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h166 inline Optional<const char *> toString(const Optional<DWARFFormValue> &V) { in toString() function
191 inline const char *toString(const Optional<DWARFFormValue> &V, in toString() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFixedPoint.h176 std::string toString() const { in toString() function
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DSymbols.cpp46 std::string toString(coff::Symbol &b) { in toString() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DAMDGPUMetadata.cpp219 std::error_code toString(Metadata HSAMetadata, std::string &String) { in toString() function
/freebsd-13.1/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_pkt_elem_etmv4i.cpp80 void EtmV4ITrcPacket::toString(std::string &str) const in toString() function in EtmV4ITrcPacket
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCommand.h140 std::string toString() const { in toString() function
/freebsd-13.1/contrib/llvm-project/lld/include/lld/Common/
H A DErrorHandler.h182 inline std::string toString(const Twine &s) { return s.str(); } in toString() function
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerRegistryData.cpp34 static StringRef toString(StateFromCmdLine Kind) { in toString() function
/freebsd-13.1/contrib/opencsd/decoder/source/ptm/
H A Dtrc_pkt_elem_ptm.cpp153 void PtmTrcPacket::toString(std::string &str) const in toString() function in PtmTrcPacket
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DTarget.cpp43 std::string lld::toString(RelType type) { in toString() function in lld
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h89 inline std::string toString(const til::SExpr *E) { in toString() function
315 std::string toString() const { in toString() function
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp203 std::string Diagnostics::toString() const { in toString() function in clang::ast_matchers::dynamic::Diagnostics

123