Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp3002 StringRef FunctionStr = ""; in suppressDeallocationsInSuspiciousContexts() local
3006 FunctionStr = in suppressDeallocationsInSuspiciousContexts()
3012 if (!FunctionStr.contains("__isl_")) in suppressDeallocationsInSuspiciousContexts()