Home
last modified time | relevance | path

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

1234

/llvm-project-15.0.7/clang/lib/Tooling/Transformer/
H A DStencil.cpp66 std::string toString() const override { in toString() function in __anonec868fe90111::RawTextStencil
90 std::string toString() const override { in toString() function in __anonec868fe90111::DebugPrintNodeStencil
119 std::string toString() const override { in toString() function in __anonec868fe90111::UnaryOperationStencil
219 std::string toString() const override { return "selection(...)"; } in toString() function in __anonec868fe90111::SelectorStencil
268 std::string toString() const override { in toString() function in __anonec868fe90111::AccessStencil
300 std::string toString() const override { in toString() function in __anonec868fe90111::IfBoundStencil
356 std::string toString() const override { in toString() function in __anonec868fe90111::SelectBoundStencil
388 std::string toString() const override { in toString() function in __anonec868fe90111::SequenceStencil
411 std::string toString() const override { return "run(...)"; } in toString() function in __anonec868fe90111::RunStencil
/llvm-project-15.0.7/lld/wasm/
H A DWriterUtils.cpp21 std::string toString(ValType type) { in toString() function
41 std::string toString(const WasmSignature &sig) { in toString() function
56 std::string toString(const WasmGlobalType &type) { in toString() function
61 static std::string toString(const llvm::wasm::WasmLimits &limits) { in toString() function
70 std::string toString(const WasmTableType &type) { in toString() function
H A DInputElement.h97 inline std::string toString(const wasm::InputElement *d) { in toString() function
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DAppleArm64ExceptionClass.h38 inline const char *toString(AppleArm64ExceptionClass EC) { in toString() function
/llvm-project-15.0.7/lld/Common/
H A DReproduce.cpp53 std::string lld::toString(const opt::Arg &arg) { in toString() function in lld
/llvm-project-15.0.7/llvm/lib/BinaryFormat/
H A DWasm.cpp11 llvm::StringRef llvm::wasm::toString(wasm::WasmSymbolType Type) { in toString() function in llvm::wasm
H A DMsgPackDocumentYAML.cpp35 std::string DocNode::toString() const { in toString() function in DocNode
/llvm-project-15.0.7/llvm/unittests/Demangle/
H A DOutputBufferTest.cpp17 static std::string toString(OutputBuffer &OB) { in toString() function
H A DItaniumDemangleTest.cpp85 static std::string toString(OutputBuffer &OB) { in toString() function
/llvm-project-15.0.7/libcxx/test/support/
H A Duses_alloc_types.h33 inline const char* toString(UsesAllocatorType UA) { in toString() function
/llvm-project-15.0.7/clang/lib/AST/
H A DFormatString.cpp581 analyze_format_string::LengthModifier::toString() const { in toString() function in analyze_format_string::LengthModifier
625 const char *ConversionSpecifier::toString() const { in toString() function in ConversionSpecifier
703 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
/llvm-project-15.0.7/clang/include/clang/Testing/
H A DTestClangConfig.h72 std::string toString() const { in toString() function
/llvm-project-15.0.7/lld/MachO/
H A DSymbols.cpp31 std::string lld::toString(const Symbol &sym) { in toString() function in lld
/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h177 inline Optional<const char *> toString(const Optional<DWARFFormValue> &V) { in toString() function
213 inline const char *toString(const Optional<DWARFFormValue> &V, in toString() function
H A DDWARFUnitIndex.h67 inline const char *toString(DWARFSectionKind Kind) { in toString() function
/llvm-project-15.0.7/lld/include/lld/Common/
H A DErrorHandler.h195 inline std::string toString(const Twine &s) { return s.str(); } in toString() function
/llvm-project-15.0.7/lld/COFF/
H A DSymbols.cpp46 std::string toString(coff::Symbol &b) { in toString() function
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPFixedPoint.h176 std::string toString() const { in toString() function
/llvm-project-15.0.7/llvm/lib/Support/
H A DAMDGPUMetadata.cpp219 std::error_code toString(Metadata HSAMetadata, std::string &String) { in toString() function
/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerCommand.h140 std::string toString() const { in toString() function
/llvm-project-15.0.7/compiler-rt/lib/orc/unittests/
H A Derror_test.cpp27 std::string toString() const override { in toString() function in __anon5752f2910111::CustomError
40 std::string toString() const override { in toString() function in __anon5752f2910111::CustomSubError
/llvm-project-15.0.7/openmp/libompd/src/
H A DTargetValue.h84 std::string toString() { in toString() function
/llvm-project-15.0.7/clang-tools-extra/unittests/clang-tidy/
H A DModernizeModuleTest.cpp54 static const char *toString(modernize::LiteralSize Value) { in toString() function

1234