Home
last modified time | relevance | path

Searched defs:ValueStr (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DBadSignalToKillThreadCheck.cpp44 StringRef ValueStr = StringRef(T.getLiteralData(), T.getLength()); in check() local
H A DNotNullTerminatedResultCheck.cpp809 StringRef ValueStr = StringRef(T.getLiteralData(), T.getLength()); in check() local
/llvm-project-15.0.7/llvm/unittests/tools/llvm-exegesis/X86/
H A DTargetTest.cpp231 const char ValueStr[] = in TEST_F() local
249 const char ValueStr[] = in TEST_F() local
267 const char ValueStr[] = in TEST_F() local
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp135 StringRef ValueStr = StringRef(T.getLiteralData(), T.getLength()); in tryExpandAsInteger() local
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DPassByValueCheck.cpp288 std::string ValueStr = in check() local
/llvm-project-15.0.7/lldb/unittests/tools/lldb-server/tests/
H A DMessageObjects.cpp79 StringRef KeyStr, ValueStr; in parseRegisters() local
/llvm-project-15.0.7/llvm/lib/Remarks/
H A DYAMLRemarkParser.cpp368 Optional<StringRef> ValueStr; in parseArg() local
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DCommandLine.h276 StringRef ValueStr; // String describing what the value of this option is variable
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp488 StringRef ValueStr; in evalNumberExpr() local
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp1036 StringRef ValueStr = DA->getAsString(); in computeAccessKey() local
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1954 SmallString<32> ValueStr; in printRelocations() local
1997 SmallString<32> ValueStr; in printDynamicRelocations() local
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c719 value ValueStr = caml_copy_string(ValueCStr); in llvm_string_of_llvalue() local