Searched refs:startswith (Results 1 - 25 of 376) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMagic.cpp30 static bool startswith(StringRef Magic, const char (&S)[N]) { function
31 return Magic.startswith(StringRef(S, N - 1));
41 if (startswith(Magic, "\0\0\xFF\xFF")) {
61 if (startswith(Magic, "\0asm"))
68 if (startswith(Magic, "\x01\xDF"))
70 if (startswith(Magic, "\x01\xF7"))
75 if (startswith(Magic, "\xDE\xC0\x17\x0B"))
79 if (startswith(Magic, "BC\xC0\xDE"))
83 if (startswith(Magic, "!<arch>\n") || startswith(Magi
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp83 Name.startswith("sse2.padds.") || // Added in 8.0
84 Name.startswith("sse2.psubs.") || // Added in 8.0
85 Name.startswith("sse2.paddus.") || // Added in 8.0
86 Name.startswith("sse2.psubus.") || // Added in 8.0
87 Name.startswith("avx2.padds.") || // Added in 8.0
88 Name.startswith("avx2.psubs.") || // Added in 8.0
89 Name.startswith("avx2.paddus.") || // Added in 8.0
90 Name.startswith("avx2.psubus.") || // Added in 8.0
91 Name.startswith("avx512.padds.") || // Added in 8.0
92 Name.startswith("avx51
[all...]
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DScriptLexer.cpp103 if (s.startswith("\"")) {
119 if (s.startswith("<<") || s.startswith("<=") || s.startswith(">>") ||
120 s.startswith(">=") || s.startswith("||") || s.startswith("&&")) {
146 if (s.startswith("/*")) {
155 if (s.startswith("#")) {
178 if (s.startswith("\""))
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCocoaConventions.cpp29 if (TDName.startswith(Prefix) && TDName.endswith("Ref"))
32 if (TDName.startswith("xpc_"))
46 return Name.startswith(Prefix);
130 if (suffix.startswith("reate")) {
133 else if (suffix.startswith("opy")) {
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DCodeExpander.cpp35 if (Current.startswith("\n")) {
41 if (Current.startswith("\\$") || Current.startswith("\\\\")) {
47 if (Current.startswith("\\")) {
52 if (Current.startswith("${")) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/
H A DArgumentsAdjusters.cpp38 return Arg.startswith(OutputCommand);
42 if (!Arg.startswith("-fcolor-diagnostics") &&
43 !Arg.startswith("-fdiagnostics-color"))
65 if (!Arg.startswith("-o"))
101 if (!Arg.startswith("-M") && !Arg.startswith("/showIncludes") &&
102 !Arg.startswith("-showIncludes")) {
159 llvm::StringRef(Args[I + 1]).startswith("-plugin-arg-") ||
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DNameMatches.cpp25 return name.startswith(match);
H A DTildeExpressionResolver.cpp63 if (!ThisName.startswith(Expr))
79 if (!Expr.startswith("~")) {
/freebsd-13-stable/sbin/spppcontrol/
H A Dspppcontrol.c105 #define startswith(s) strncmp(argv[0], s, (off = strlen(s))) == 0 macro
108 if (startswith("authproto=")) {
121 } else if (startswith("myauthproto=")) {
131 } else if (startswith("myauthname="))
134 else if (startswith("myauthsecret=") ||
135 startswith("myauthkey="))
138 else if (startswith("hisauthproto=")) {
148 } else if (startswith("hisauthname="))
151 else if (startswith("hisauthsecret=") ||
152 startswith("hisauthke
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Core/
H A DLookup.cpp101 if (NewName.startswith(NS))
131 assert(QName.startswith("::"));
133 if (Spelling.startswith("::"))
149 if (CurSpelling.startswith("::"))
163 if (!TrimmedQName.startswith(Res->getQualifiedNameAsString()) &&
190 assert(ReplacementString.startswith("::") &&
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DELFAttributes.cpp26 bool hasTagPrefix = tag.startswith("Tag_");
H A DGlobPattern.cpp87 if (Chars.startswith("^") || Chars.startswith("!")) {
119 // startswith().
126 if (S.startswith("*") && !hasWildcard(S.drop_front())) {
147 return S.startswith(*Prefix);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetObjectFile.cpp36 if (SectionName.startswith(".AMDGPU.comment."))
/freebsd-13-stable/contrib/subversion/
H A D.ycm_extra_conf.py52 if not flag.startswith( '/' ):
60 if flag.startswith( path_flag ):
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/Utils/
H A DRISCVBaseInfo.cpp23 } else if (ABIName.startswith("ilp32") && IsRV64) {
27 } else if (ABIName.startswith("lp64") && !IsRV64) {
/freebsd-13-stable/contrib/wpa/wpa_supplicant/examples/
H A Ddpp-qrcode.py51 if val.startswith('dat='):
56 if not uri.startswith('DPP:'):
83 if line.startswith("address="):
/freebsd-13-stable/contrib/lib9p/pytest/
H A Dpfod.py66 if attr.startswith('_OrderedDict_'):
141 or name.startswith('_')
159 if name.startswith('_OrderedDict_'):
162 if name.startswith('_') and not rename:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMetaRenamer.cpp98 if (Name.startswith("llvm.") || (!Name.empty() && Name[0] == 1))
107 if (Name.startswith("llvm.") || (!Name.empty() && Name[0] == 1))
130 if (Name.startswith("llvm.") || (!Name.empty() && Name[0] == 1) ||
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIInfo.cpp59 if (Options.getABIName().startswith("o32"))
61 if (Options.getABIName().startswith("n32"))
63 if (Options.getABIName().startswith("n64"))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp124 if (Expr.startswith("<<") || Expr.startswith(">>"))
159 if (Expr.startswith("<<"))
161 if (Expr.startswith(">>"))
224 if (!Expr.startswith("("))
235 if (!RemainingExpr.startswith(","))
245 if (!RemainingExpr.startswith(")"))
292 if (!Expr.startswith("("))
303 if (!RemainingExpr.startswith(")"))
330 if (!Expr.startswith("("))
[all...]
/freebsd-13-stable/contrib/googletest/googlemock/scripts/
H A Dupload_gmock.py60 if arg.startswith(CC_FLAG):
/freebsd-13-stable/contrib/googletest/googletest/scripts/
H A Dupload_gtest.py60 if arg.startswith(CC_FLAG):
/freebsd-13-stable/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_constants.py27 if sys.platform.startswith('freebsd'):
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DTypeName.h47 if (Name.startswith(Prefix)) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibStdcppTuple.cpp72 if (name_str.startswith("std::_Tuple_impl<")) {
74 } else if (name_str.startswith("std::_Head_base<")) {

Completed in 291 milliseconds

1234567891011>>