Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-go/
H A Dllvm-go.go119 if strings.HasPrefix(a, "-tags=") {
207 if !strings.HasPrefix(v, "CC=") &&
208 !strings.HasPrefix(v, "CXX=") &&
209 !strings.HasPrefix(v, "CGO_CPPFLAGS=") &&
210 !strings.HasPrefix(v, "CGO_CXXFLAGS=") &&
211 !strings.HasPrefix(v, "CGO_LDFLAGS=") &&
212 !strings.HasPrefix(v, "GCCGO=") &&
213 !strings.HasPrefix(v, "GOPATH=") &&
214 !strings.HasPrefix(v, "PATH=") {
281 if strings.HasPrefix(args[0], flag.name+"=") {
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1284 const bool HasPrefix = SI.Dest->canPrintPretty(); in showBRDiagnostics() local
1286 if (HasPrefix) { in showBRDiagnostics()
1295 Action = HasPrefix ? "initialized to " : "Initializing to "; in showBRDiagnostics()
1298 Action = HasPrefix ? "captured by block as " : "Captured by block as "; in showBRDiagnostics()
1326 OS << (HasPrefix ? "initialized" : "Initializing") in showBRDiagnostics()
1329 OS << (HasPrefix ? "declared" : "Declaring") in showBRDiagnostics()
1334 OS << (HasPrefix ? "initialized" : "Initialized") << " here"; in showBRDiagnostics()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp637 bool HasPrefix = false; in getELFSectionNameForGlobal() local
641 HasPrefix = true; in getELFSectionNameForGlobal()
648 } else if (HasPrefix) in getELFSectionNameForGlobal()