Searched refs:FunctionStr (Results 1 – 3 of 3) sorted by relevance
298 std::string FunctionStr = DescribePC("%F", VisualizePC); in PrintCoverage() local299 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()
520 CHAR16 *FunctionStr; in DevPathFromTextPci() local525 FunctionStr = GetNextParamStr (&TextDeviceNode); in DevPathFromTextPci()532 Pci->Function = (UINT8) Strtoi (FunctionStr); in DevPathFromTextPci()
2795 StringRef FunctionStr = ""; in suppressDeallocationsInSuspiciousContexts() local2799 FunctionStr = in suppressDeallocationsInSuspiciousContexts()2805 if (!FunctionStr.contains("__isl_")) in suppressDeallocationsInSuspiciousContexts()