Searched refs:startswith (Results 26 - 50 of 376) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DIndirectThunks.h44 assert(Name.startswith(getDerived().getThunkPrefix()) &&
83 if (!MF.getName().startswith(getDerived().getThunkPrefix())) {
/freebsd-13-stable/contrib/llvm-project/lld/Common/
H A DStrings.cpp29 if (!name.startswith("_Z"))
36 if (Pattern.size() > 2 && Pattern.startswith("\"") &&
H A DReproduce.cpp37 else if (root.startswith("//"))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DDecompressor.cpp37 if (!SectionData.startswith("ZLIB"))
76 return Name.startswith(".zdebug");
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DDistro.cpp47 if (Version == Distro::UnknownDistro && Line.startswith("DISTRIB_CODENAME="))
83 if (Data.startswith("Fedora release"))
85 if (Data.startswith("Red Hat Enterprise Linux") ||
86 Data.startswith("CentOS") ||
87 Data.startswith("Scientific Linux")) {
139 if (!Line.trim().startswith("VERSION"))
/freebsd-13-stable/tools/build/
H A Dmake.py74 if sys.platform.startswith("linux"):
101 x.startswith(var + "=") or x == ("-D" + var) for x in sys.argv[1:])
134 if sys.platform.startswith("darwin"):
193 if not sys.platform.startswith("freebsd"):
228 if sys.platform.startswith("darwin"):
257 if not want_clean.lower().startswith("y"):
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DARMTargetParser.cpp229 if (Arch.startswith("armeb") || Arch.startswith("thumbeb") ||
230 Arch.startswith("aarch64_be"))
233 if (Arch.startswith("arm") || Arch.startswith("thumb")) {
240 if (Arch.startswith("aarch64") || Arch.startswith("aarch64_32"))
281 if (A.startswith("arm64_32"))
283 else if (A.startswith("arm64"))
285 else if (A.startswith("aarch64_3
[all...]
H A DSymbolRemappingReader.cpp39 if (Line.startswith("#") || Line.empty())
H A DItaniumManglingCanonicalizer.cpp241 else if (Str.startswith("S"))
305 if (Mangling.startswith("_Z") || Mangling.startswith("__Z") ||
306 Mangling.startswith("___Z") || Mangling.startswith("____Z"))
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp219 if (SymName.startswith("??_7")) {
227 else if (SymName.startswith("??_8")) {
234 else if (SymName.startswith("??_R4")) {
243 else if (SymName.startswith("??_R3")) {
252 else if (SymName.startswith("??_R2")) {
259 else if (SymName.startswith("??_R1")) {
268 else if (SymName.startswith("??_R0")) {
281 else if (SymName.startswith("_TI") || SymName.startswith("__TI")) {
289 else if (SymName.startswith("_CT
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.cpp54 if (Comment.startswith(KnownPrefix)) {
190 return Content.startswith("clang-format on") ||
191 Content.startswith("clang-format off");
241 assert(Tok.TokenText.startswith(Prefix) && Tok.TokenText.endswith(Postfix));
310 if (Content.startswith(Prefix)) {
344 assert(TokenText.startswith("/*") && TokenText.endswith("*/"));
367 if (Lines.size() >= 2 && Content[1].startswith("**") &&
385 if (!Content[i].empty() && i + 1 != e && Decoration.startswith(Content[i]))
387 while (!Content[i].startswith(Decoration))
416 unsigned DecorationSize = Decoration.startswith(Conten
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp82 if (FName.startswith("__inline") && (FName.find(Name) != StringRef::npos))
85 if (FName.startswith("__") && FName.endswith("_chk") &&
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DAttributes.cpp13 if (Name.size() >= 4 && Name.startswith("__") && Name.endswith("__"))
69 if (ShouldNormalize && AttrName.size() >= 4 && AttrName.startswith("__") &&
H A DWarnings.cpp100 if (Opt.startswith("no-")) {
134 if (Opt.startswith("error")) {
162 if (Opt.startswith("fatal-errors")) {
204 bool IsPositive = !Opt.startswith("no-");
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DRISCV.cpp34 if (Ext.startswith("sx"))
36 if (Ext.startswith("s"))
38 if (Ext.startswith("x"))
40 if (Ext.startswith("z"))
46 if (Ext.startswith("sx"))
48 if (Ext.startswith("s"))
50 if (Ext.startswith("x"))
52 if (Ext.startswith("z"))
278 if (!(MArch.startswith("rv32") || MArch.startswith("rv6
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp224 vtable_name.startswith("vtable for std::__1::__function::__func<");
281 if (symbol && !symbol->GetName().GetStringRef().startswith("vtable for") &&
316 if (name.startswith(name_to_use) && name.contains("operator"))
374 function_name.startswith("std::__1::function<");
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DAutoUpgrade.h88 return Name.startswith("llvm.vectorizer.");
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCPropertyChecker.cpp53 if (!StringRef(PropTypeName).startswith("NSMutable"))
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionCOFF.h86 return Name.startswith(".debug");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DTarget.cpp39 if (PlatformStr.startswith("<") && PlatformStr.endswith(">")) {
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DMarkLive.cpp175 return s.startswith(".ctors") || s.startswith(".dtors") ||
176 s.startswith(".init") || s.startswith(".fini") ||
177 s.startswith(".jcr");
/freebsd-13-stable/contrib/googletest/googlemock/scripts/
H A Dupload.py477 if host == "localhost" or host.startswith("localhost:"):
539 use_shell = sys.platform.startswith("win")
652 if line.startswith('Index:') or line.startswith('Property changes on:'):
695 if not response_body.startswith("OK"):
718 return mimetype.startswith("image/")
764 if path.startswith("/projects/"):
771 if path.startswith("/repos/"):
798 if line.startswith("Index:") or line.startswith("Propert
[all...]
/freebsd-13-stable/contrib/googletest/googletest/scripts/
H A Dupload.py477 if host == "localhost" or host.startswith("localhost:"):
539 use_shell = sys.platform.startswith("win")
652 if line.startswith('Index:') or line.startswith('Property changes on:'):
695 if not response_body.startswith("OK"):
718 return mimetype.startswith("image/")
764 if path.startswith("/projects/"):
771 if path.startswith("/repos/"):
798 if line.startswith("Index:") or line.startswith("Propert
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp222 if (!IncludeName.startswith("\""))
226 if (FileStem.startswith(HeaderStem) ||
319 if ((IsAngled && StringRef(Inc.Name).startswith("<")) ||
320 (!IsAngled && StringRef(Inc.Name).startswith("\"")))
359 if ((IsAngled && StringRef(Inc.Name).startswith("\"")) ||
360 (!IsAngled && StringRef(Inc.Name).startswith("<")))
/freebsd-13-stable/contrib/wpa/wpa_supplicant/examples/
H A Dwpas-dbus-new.py127 if not str(exc).startswith("fi.w1.wpa_supplicant1.InterfaceUnknown:"):
134 if not str(exc).startswith("fi.w1.wpa_supplicant1.InterfaceExists:"):

Completed in 282 milliseconds

1234567891011>>