Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp3011 StringRef FunctionStr = ""; in suppressDeallocationsInSuspiciousContexts() local
3015 FunctionStr = in suppressDeallocationsInSuspiciousContexts()
3021 if (!FunctionStr.contains("__isl_")) in suppressDeallocationsInSuspiciousContexts()