/netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/ |
H A D | MsgPackDocumentYAML.cpp | 70 StringRef DocNode::fromString(StringRef S, StringRef Tag) { in fromString() function in DocNode 117 N.fromString(toString(), ""); in getYAMLTag() 183 return S.fromString(Str, Tag); in input() 212 KeyObj.fromString(Key, ""); in inputOne()
|
H A D | AMDGPUMetadataVerifier.cpp | 36 Node.fromString(StringValue); in verifyScalar()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-refactor/ |
H A D | ClangRefactor.cpp | 60 static std::unique_ptr<SourceSelectionArgument> fromString(StringRef Value); 147 SourceSelectionArgument::fromString(StringRef Value) { in fromString() function in __anond439ce910111::SourceSelectionArgument 157 Optional<ParsedSourceRange> Range = ParsedSourceRange::fromString(Value); in fromString() 290 ParsedSelection = SourceSelectionArgument::fromString(*Selection); in parseSelectionArgument()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
H A D | CommandLineSourceLoc.h | 79 static Optional<ParsedSourceRange> fromString(StringRef Str) { in fromString() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | AMDGPUMetadata.h | 444 std::error_code fromString(StringRef String, Metadata &HSAMetadata);
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
H A D | MsgPackDocument.h | 195 StringRef fromString(StringRef S, StringRef Tag = "");
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | AMDGPUMetadata.cpp | 213 std::error_code fromString(StringRef String, Metadata &HSAMetadata) { in fromString() function
|
H A D | APInt.cpp | 121 fromString(numbits, Str, radix); in APInt() 2116 void APInt::fromString(unsigned numbits, StringRef str, uint8_t radix) { in fromString() function in APInt
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUTargetStreamer.cpp | 50 if (HSAMD::fromString(HSAMetadataString, HSAMetadata)) in EmitHSAMetadataV2()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUHSAMetadataStreamer.cpp | 62 if (fromString(HSAMetadataString, FromHSAMetadataString)) { in verify()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | APInt.h | 184 void fromString(unsigned numBits, StringRef str, uint8_t radix);
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/datetime/ |
H A D | date.d | 3114 that $(LREF DateTime) has no `fromString` function, whereas it does have 7580 $(LREF Date) has no `fromString` function, whereas it does have 9154 $(LREF TimeOfDay) has no `fromString` function, whereas it does have
|
H A D | systime.d | 8701 that $(LREF SysTime) has no `fromString` function, whereas it does have
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/ |
H A D | date.d | 2994 that $(LREF DateTime) has no `fromString` function, whereas it does have 7216 $(LREF Date) has no `fromString` function, whereas it does have 8722 $(LREF TimeOfDay) has no `fromString` function, whereas it does have
|