Home
last modified time | relevance | path

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

/freebsd/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/lib/libefivar/
H A Defivar-dp-parse.c523 CHAR16 *FunctionStr; in DevPathFromTextPci() local
528 FunctionStr = GetNextParamStr (&TextDeviceNode); in DevPathFromTextPci()
536 Pci->Function = (UINT8)Strtoi (FunctionStr); in DevPathFromTextPci()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp3057 StringRef FunctionStr = ""; in suppressDeallocationsInSuspiciousContexts() local
3061 FunctionStr = in suppressDeallocationsInSuspiciousContexts()
3067 if (!FunctionStr.contains("__isl_")) in suppressDeallocationsInSuspiciousContexts()