Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.cpp299 std::string FunctionStr = DescribePC("%F", VisualizePC); in PrintCoverage() local
300 if (FunctionStr.find("in ") == 0) in PrintCoverage()
301 FunctionStr = FunctionStr.substr(3); in PrintCoverage()
325 Printf(" %s %s:%s\n", FunctionStr.c_str(), FileStr.c_str(), in PrintCoverage()
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp3002 StringRef FunctionStr = ""; in suppressDeallocationsInSuspiciousContexts() local
3006 FunctionStr = in suppressDeallocationsInSuspiciousContexts()
3012 if (!FunctionStr.contains("__isl_")) in suppressDeallocationsInSuspiciousContexts()