Home
last modified time | relevance | path

Searched defs:Str (Results 1 - 25 of 186) sorted by relevance

12345678

/third_party/rust/crates/clap/src/builder/
H A Dstr.rs6 pub struct Str { structure names
10 impl Str { impls
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DDiagnosticPrinter.cpp37 DiagnosticPrinter &DiagnosticPrinterRawOStream::operator<<(StringRef Str) { in operator <<() argument
38 Stream << Str; in operator <<() local
42 DiagnosticPrinter &DiagnosticPrinterRawOStream::operator<<(const char *Str) { in operator <<() argument
43 Stream << Str; in operator <<() local
49 Stream << Str; in operator <<() local
93 DiagnosticPrinter &DiagnosticPrinterRawOStream::operator<<(const Twine &Str) { in operator <<() argument
47 operator <<( const std::string &Str) operator <<() argument
/third_party/rust/crates/serde/test_suite/tests/ui/borrow/
H A Dduplicate_variant.rs4 struct Str<'a>(&'a str); structure names
H A Dstruct_variant.rs4 struct Str<'a>(&'a str); structure names
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPSInt.cpp20 APSInt::APSInt(StringRef Str) { in APSInt() argument
H A DScopedPrinter.cpp22 void ScopedPrinter::printBinaryImpl(StringRef Label, StringRef Str, in printBinaryImpl() argument
31 OS << ": " << Str; in printBinaryImpl() local
41 OS << " " << Str; in printBinaryImpl() local
/third_party/json/tests/thirdparty/Fuzzer/test/
H A DStrcmpTest.cpp11 bool Eq(const uint8_t *Data, size_t Size, const char *Str) { in Eq() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMIRPrintingPass.cpp43 std::string Str; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/
H A DOMPConstants.cpp22 Directive llvm::omp::getOpenMPDirectiveKind(StringRef Str) { in getOpenMPDirectiveKind() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
H A DRemarkStringTable.cpp31 std::pair<unsigned, StringRef> StringTable::add(StringRef Str) { in add() argument
59 OS << Str; in serialize() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DManagedStringPool.h40 std::string *Str = new std::string(S); in getManagedString() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
H A DPackedVersion.cpp23 bool PackedVersion::parse32(StringRef Str) { in parse32() argument
57 std::pair<bool, bool> PackedVersion::parse64(StringRef Str) { in parse64() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DFloatingPointMode.h36 inline DenormalMode parseDenormalFPAttribute(StringRef Str) { in parseDenormalFPAttribute() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
H A DBitcodeWriterPass.cpp77 ModulePass *llvm::createBitcodeWriterPass(raw_ostream &Str, in createBitcodeWriterPass() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DHash.cpp20 uint32_t pdb::hashStringV1(StringRef Str) { in hashStringV1() argument
56 uint32_t pdb::hashStringV2(StringRef Str) { in hashStringV2() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
H A DStringTable.h44 StringRef Str = S.getString(Offset); in operator <<() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DFormatProviders.h62 static Optional<size_t> parseNumericPrecision(StringRef Str) { in parseNumericPrecision() argument
[all...]
H A DPrettyStackTrace.h66 const char *Str; member in llvm::PrettyStackTraceString
76 llvm::SmallVector<char, 32> Str; member in llvm::PrettyStackTraceFormat
H A DSHA1.h39 void update(StringRef Str) { in update() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
H A DStringToOffsetTable.h31 unsigned GetOrAddStringOffset(StringRef Str, bool appendZero = true) { in GetOrAddStringOffset() argument
46 SmallString<256> Str; in EmitString() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFormatProviders.h63 static Optional<size_t> parseNumericPrecision(StringRef Str) { in parseNumericPrecision() argument
[all...]
H A DMD5.h74 inline uint64_t MD5Hash(StringRef Str) { in MD5Hash() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
H A DARCAsmPrinter.cpp50 SmallString<128> Str; in EmitInstruction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.cpp27 DwarfStringPool::getEntryImpl(AsmPrinter &Asm, StringRef Str) { in getEntryImpl() argument
41 getEntry(AsmPrinter &Asm, StringRef Str) getEntry() argument
47 getIndexedEntry(AsmPrinter &Asm, StringRef Str) getIndexedEntry() argument
/third_party/skia/third_party/externals/imgui/misc/cpp/
H A Dimgui_stdlib.cpp16 std::string* Str; member

Completed in 7 milliseconds

12345678