Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-go/
H A Dllvm-go.go115 if strings.HasPrefix(a, "-tags=") {
203 if !strings.HasPrefix(v, "CC=") &&
204 !strings.HasPrefix(v, "CXX=") &&
205 !strings.HasPrefix(v, "CGO_CPPFLAGS=") &&
206 !strings.HasPrefix(v, "CGO_CXXFLAGS=") &&
207 !strings.HasPrefix(v, "CGO_LDFLAGS=") &&
208 !strings.HasPrefix(v, "GCCGO=") &&
209 !strings.HasPrefix(v, "GOPATH=") &&
210 !strings.HasPrefix(v, "PATH=") {
277 if strings.HasPrefix(args[0], flag.name+"=") {
/netbsd-src/sys/external/bsd/acpica/dist/executer/
H A Dexnames.c289 BOOLEAN HasPrefix = FALSE; in AcpiExGetNameString() local
330 HasPrefix = TRUE; in AcpiExGetNameString()
347 HasPrefix = TRUE; in AcpiExGetNameString()
376 HasPrefix = TRUE; in AcpiExGetNameString()
406 HasPrefix = TRUE; in AcpiExGetNameString()
455 if (AE_CTRL_PENDING == Status && HasPrefix) in AcpiExGetNameString()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp626 bool HasPrefix = false; in getELFSectionNameForGlobal() local
630 HasPrefix = true; in getELFSectionNameForGlobal()
637 } else if (HasPrefix) in getELFSectionNameForGlobal()