Home
last modified time | relevance | path

Searched refs:ValStr (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkSizeDiff.cpp236 auto ValStr = Remark.Args[ArgIdx].Val; in getIntValFromKey() local
237 if (getAsSignedInteger(ValStr, 0, Val)) in getIntValFromKey()
240 Twine("Could not convert string to signed integer: " + ValStr)); in getIntValFromKey()
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubV5.cpp256 auto ValStr = Val.getAsString(); in collectFromArray() local
257 if (!ValStr.has_value()) in collectFromArray()
259 Append(ValStr.value()); in collectFromArray()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1236 SmallString<16> ValStr; in operator <<() local
1237 Val.second.getValue()->toString(ValStr, 10, true); in operator <<()
1238 OS << ValStr; in operator <<()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2420 SmallString<64> ValStr; in parseAttributeGroupBlock() local
2430 ValStr += Record[i++]; in parseAttributeGroupBlock()
2434 B.addAttribute(KindStr.str(), ValStr.str()); in parseAttributeGroupBlock()