| /freebsd-12.1/contrib/llvm/tools/lld/Common/ |
| H A D | Args.cpp | 27 if (to_integer(A->getValue(), V, 10)) in getInteger() 48 if (!to_integer(KV.second, Result)) in getZOptionValue()
|
| H A D | Strings.cpp | 81 if (!to_integer(B, H, 16)) { in parseHex()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/Breakpad/ |
| H A D | ObjectFileBreakpad.cpp | 108 if (to_integer(consume_front(str, 8), t, 16)) in parseModuleId() 113 if (to_integer(consume_front(str, 4), t, 16)) in parseModuleId() 119 if (!to_integer(consume_front(str, 2), data.uuid3[i], 16)) in parseModuleId() 122 if (to_integer(str, t, 16)) in parseModuleId()
|
| /freebsd-12.1/bin/expr/ |
| H A D | expr.y | 73 int to_integer(struct val *); 158 to_integer(struct val *vp) in to_integer() function 181 if (!to_integer(vp)) in assert_to_integer() 264 return (*vp->u.s == 0 || (to_integer(vp) && vp->u.i == 0)); in is_zero_or_null()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-server/ |
| H A D | lldb-platform.cpp | 197 if (!llvm::to_integer(optarg, port_offset)) { in main_platform() 214 if (!llvm::to_integer(optarg, portnum)) { in main_platform()
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | ScriptParser.cpp | 893 if (!to_integer(Tok, V)) in parseFill() 1066 if (!to_integer(Tok.substr(2), Val, 16)) in parseInt() 1071 if (!to_integer(Tok.drop_back(), Val, 16)) in parseInt() 1078 if (!to_integer(Tok.drop_back(), Val, 10)) in parseInt() 1083 if (!to_integer(Tok.drop_back(), Val, 10)) in parseInt() 1087 if (!to_integer(Tok, Val, 10)) in parseInt()
|
| H A D | Driver.cpp | 562 if (!to_integer(S, VA, 16)) in parseSectionAddress() 676 if (Fields.size() != 3 || !to_integer(Fields[2], Count)) { in readCallGraph() 1197 if (!to_integer(S, V)) { in getImageBase()
|
| H A D | OutputSections.cpp | 387 if (!to_integer(S.substr(Pos + 1), V, 10)) in getPriority()
|
| H A D | Writer.cpp | 2337 if (to_integer(Config->Entry, Addr)) in getEntryAddr()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.cpp | 193 if (!to_integer(token, address, 16)) in AddSymbols()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | StructuredData.cpp | 119 if (llvm::to_integer(value, uval, 0)) in ParseJSONValue()
|
| H A D | Scalar.cpp | 2226 if (!llvm::to_integer(value_str, uval64)) in SetValueFromCString() 2264 if (!llvm::to_integer(value_str, sval64)) in SetValueFromCString()
|
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | StringExtras.h | 194 template <typename N> bool to_integer(StringRef S, N &Num, unsigned Base = 0) {
|
| /freebsd-12.1/contrib/llvm/tools/opt/ |
| H A D | Debugify.cpp | 269 (void)to_integer(DVI->getVariable()->getName(), Var, 10); in checkDebugifyMetadata()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/ |
| H A D | llvm-pdbutil.cpp | 1362 if (to_integer(opts::exportstream::Stream, Index)) { in exportStream() 1401 if (!to_integer(Matches[1], Parsed->Min)) in parseRange() 1406 if (!to_integer(Matches[3], *Parsed->Max)) in parseRange()
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | type_traits | 4858 to_integer(byte __b) noexcept { return static_cast<_Integer>(__b); }
|