Searched refs:ValueStr (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Remarks/ |
| H A D | YAMLRemarkParser.cpp | 368 Optional<StringRef> ValueStr; in parseArg() local 392 if (ValueStr) in parseArg() 397 ValueStr = *MaybeStr; in parseArg() 407 if (!ValueStr) in parseArg() 410 return Argument{*KeyStr, *ValueStr, Loc}; in parseArg()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CheckerHelpers.cpp | 135 StringRef ValueStr = StringRef(T.getLiteralData(), T.getLength()); in tryExpandAsInteger() local 138 if (ValueStr.getAsInteger(AutoSenseRadix, IntValue)) in tryExpandAsInteger()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldChecker.cpp | 467 StringRef ValueStr; in evalNumberExpr() local 469 std::tie(ValueStr, RemainingExpr) = parseNumberString(Expr); in evalNumberExpr() 471 if (ValueStr.empty() || !isdigit(ValueStr[0])) in evalNumberExpr() 475 ValueStr.getAsInteger(0, Value); in evalNumberExpr()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFAbstractMemberAccess.cpp | 941 StringRef ValueStr = DA->getAsString(); in computeAccessKey() local 944 size_t Separator = ValueStr.find_first_of(':'); in computeAccessKey() 945 StringRef EnumeratorStr = ValueStr.substr(0, Separator); in computeAccessKey() 962 StringRef EValueStr = ValueStr.substr(Separator + 1); in computeAccessKey()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | llvm-objdump.cpp | 1757 SmallString<32> ValueStr; in printRelocations() local 1761 if (Error E = getRelocationValueString(Reloc, ValueStr)) in printRelocations() 1765 << left_justify(RelocName, TypePadding) << " " << ValueStr in printRelocations() 1793 SmallString<32> ValueStr; in printDynamicRelocations() local 1795 if (Error E = getRelocationValueString(Reloc, ValueStr)) in printDynamicRelocations() 1798 << ValueStr << "\n"; in printDynamicRelocations()
|
| /freebsd-13.1/lib/libefivar/ |
| H A D | efivar-dp-parse.c | 1521 CHAR16 *ValueStr; in DevPathFromTextUartFlowCtrl() local 1524 ValueStr = GetNextParamStr (&TextDeviceNode); in DevPathFromTextUartFlowCtrl() 1532 if (StrCmp (ValueStr, "XonXoff") == 0) { in DevPathFromTextUartFlowCtrl() 1534 } else if (StrCmp (ValueStr, "Hardware") == 0) { in DevPathFromTextUartFlowCtrl()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | CommandLine.h | 283 StringRef ValueStr; // String describing what the value of this option is variable 329 void setValueStr(StringRef S) { ValueStr = S; } in setValueStr()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | CommandLine.cpp | 1715 if (O.ValueStr.empty()) in getValueStr() 1717 return O.ValueStr; in getValueStr()
|