Home
last modified time | relevance | path

Searched refs:InputStr (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DFloatingPointMode.h177 StringRef OutputStr, InputStr; in parseDenormalFPAttribute() local
178 std::tie(OutputStr, InputStr) = Str.split(','); in parseDenormalFPAttribute()
185 Mode.Input = InputStr.empty() ? Mode.Output : in parseDenormalFPAttribute()
186 parseDenormalFPAttributeComponent(InputStr); in parseDenormalFPAttribute()
/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A DReadBinaryTest.cpp13 std::string InputStr(reinterpret_cast<const char*>(Data), Size); in LLVMFuzzerTestOneInput()
15 if (InputStr == MagicStr) { in LLVMFuzzerTestOneInput()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DBLAKE3Test.cpp74 const char *InputStr = "abc"; in TEST() local
75 ArrayRef<uint8_t> Input(reinterpret_cast<const uint8_t *>(InputStr), in TEST()
76 strlen(InputStr)); in TEST()
/llvm-project-15.0.7/libc/utils/testutils/
H A DFDReaderUnix.cpp38 std::string InputStr(str); in match_written() local
49 return PipeStr == InputStr; in match_written()
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProf.cpp453 auto WriteStringToResult = [&](size_t CompressedLen, StringRef InputStr) { in collectPGOFuncNameStrings() argument
459 Result += InputStr; in collectPGOFuncNameStrings()