Home
last modified time | relevance | path

Searched refs:FunctionStr (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.cpp298 std::string FunctionStr = DescribePC("%F", VisualizePC); in PrintCoverage() local
299 if (FunctionStr.find("in ") == 0) in PrintCoverage()
300 FunctionStr = FunctionStr.substr(3); in PrintCoverage()
324 Printf(" %s %s:%s\n", FunctionStr.c_str(), FileStr.c_str(), in PrintCoverage()
/freebsd-13.1/lib/libefivar/
H A Defivar-dp-parse.c520 CHAR16 *FunctionStr; in DevPathFromTextPci() local
525 FunctionStr = GetNextParamStr (&TextDeviceNode); in DevPathFromTextPci()
532 Pci->Function = (UINT8) Strtoi (FunctionStr); in DevPathFromTextPci()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp2795 StringRef FunctionStr = ""; in suppressDeallocationsInSuspiciousContexts() local
2799 FunctionStr = in suppressDeallocationsInSuspiciousContexts()
2805 if (!FunctionStr.contains("__isl_")) in suppressDeallocationsInSuspiciousContexts()