Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1283 const bool HasPrefix = SI.Dest->canPrintPretty(); in showBRDiagnostics() local
1285 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()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp671 bool HasPrefix = false; in getELFSectionNameForGlobal() local
675 HasPrefix = true; in getELFSectionNameForGlobal()
682 } else if (HasPrefix) in getELFSectionNameForGlobal()
/openbsd/regress/lib/libcrypto/wycheproof/
H A Dwycheproof.go2096 if strings.HasPrefix(algorithm, "HMACSHA3-") {