Home
last modified time | relevance | path

Searched defs:fromString (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.cpp33 uint32_t AArch64NamedImmMapper::fromString(StringRef Name, bool &Valid) const { in fromString() function in AArch64NamedImmMapper
764 AArch64SysReg::SysRegMapper::fromString(StringRef Name, bool &Valid) const { in fromString() function in AArch64SysReg::SysRegMapper
/minix3/external/bsd/llvm/dist/llvm/unittests/ADT/
H A DAPIntTest.cpp212 TEST(APIntTest, fromString) { in TEST() argument
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DAPInt.cpp2105 void APInt::fromString(unsigned numbits, StringRef str, uint8_t radix) { in fromString() function in APInt