Searched refs:HasPrefix (Results 1 – 3 of 3) sorted by relevance
1283 const bool HasPrefix = SI.Dest->canPrintPretty(); in showBRDiagnostics() local1285 if (HasPrefix) { in showBRDiagnostics()1294 Action = HasPrefix ? "initialized to " : "Initializing to "; in showBRDiagnostics()1297 Action = HasPrefix ? "captured by block as " : "Captured by block as "; in showBRDiagnostics()1325 OS << (HasPrefix ? "initialized" : "Initializing") in showBRDiagnostics()1328 OS << (HasPrefix ? "declared" : "Declaring") in showBRDiagnostics()1333 OS << (HasPrefix ? "initialized" : "Initialized") << " here"; in showBRDiagnostics()
671 bool HasPrefix = false; in getELFSectionNameForGlobal() local675 HasPrefix = true; in getELFSectionNameForGlobal()682 } else if (HasPrefix) in getELFSectionNameForGlobal()
2096 if strings.HasPrefix(algorithm, "HMACSHA3-") {