Searched refs:startswith (Results 176 - 200 of 376) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DGlobalMerge.cpp634 if (GV.getName().startswith("llvm.") ||
635 GV.getName().startswith(".llvm."))
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp516 else if (name.startswith("__debug_") || name.startswith(".debug_")) {
575 } else if (name.startswith("__apple_") || name.startswith(".apple_"))
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp697 if (cur_opt_str.startswith("--") && cur_opt_str != long_option) {
713 if (long_option.startswith(cur_opt_str))
938 if (entry.value().ref().startswith(short_opt) ||
939 entry.value().ref().startswith(long_opt))
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DSolaris.cpp195 if (StringRef(D.Dir).startswith(D.SysRoot))
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp216 (CSharpInterpolatedString->TokenText.startswith(R"($")") ||
217 CSharpInterpolatedString->TokenText.startswith(R"($@")"))) {
566 if (!(CSharpStringLiteral->TokenText.startswith(R"(@")") ||
567 CSharpStringLiteral->TokenText.startswith(R"($@")")))
573 if (CSharpStringLiteral->TokenText.startswith(R"(@")"))
575 else // CSharpStringLiteral->TokenText.startswith(R"($@")")
911 FormatTok->is(tok::comment) && FormatTok->TokenText.startswith("//")) {
H A DFormatToken.h412 if (is(TT_TemplateString) && TokenText.startswith("}"))
479 if (Content.startswith("\"") || Content.startswith("'"))
H A DFormat.cpp1411 !Input.startswith("\"")) ||
1413 !Input.startswith("\'")))
2269 if (ImportIdentifier.startswith(GroupPrefix) &&
2418 bool isLikelyXml(StringRef Code) { return Code.ltrim().startswith("<"); }
2529 Includes.remove(Header.trim("\"<>"), Header.startswith("<"));
2551 Includes.insert(IncludeName.trim("\"<>"), IncludeName.startswith("<"));
2801 if (StyleName.startswith("{")) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DStringExtractor.cpp259 if (!S.startswith(str))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFThumb.h110 if (TargetName.startswith(getImportSymbolPrefix())) {
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DCOFFObjcopy.cpp32 return Sec.Name.startswith(".debug");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp166 if (!CPUString.empty() && !CPUString.startswith("generic")) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp82 !llvm::isSampler(*GV) && !GV->getName().startswith("llvm.")) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DVFABIDemangling.cpp31 if (MangledName.startswith(VFABI::_LLVM_)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Option/
H A DArgList.cpp179 Cur.startswith(LHS) && Cur.endswith(RHS))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SLSHardening.cpp209 assert(MF.getName().startswith(getThunkPrefix()));
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp231 if (S.startswith(OpenBrace)) {
234 } else if (S.startswith(CloseBrace)) {
1147 if (S.startswith("{{")) {
/freebsd-13-stable/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_libzfs_core.py1539 if not fname.startswith("lzc_"):
1860 if (mountpoint_val.startswith('/') and
1861 not mountpoint_src.startswith('$')):
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp1129 if (Arg.startswith("--"))
1131 else if (Arg.startswith("-"))
1141 if (Arg.startswith(Expected) && Arg.size() > len && Arg[len] == '=')
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp157 if (!Line->startswith(":")) {
249 while (!Line.is_at_end() && (Line->empty() || Line->startswith("#")))
654 if (Parts.first.startswith("_Z"))
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1113 if (Feature.startswith("__") && Feature.endswith("__") && Feature.size() >= 4)
1139 if (Extension.startswith("__") && Extension.endswith("__") &&
1654 if (II->getName().startswith("__builtin_") ||
1655 II->getName().startswith("__is_") ||
1656 II->getName().startswith("__has_"))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp474 if (FixupSection.getName().startswith(".init_array")) {
1299 if (SectionName.startswith(".init_array"))
1333 if (Name.startswith(".custom_section."))
1627 if (WS.getName().startswith(".fini_array"))
1629 if (!WS.getName().startswith(".init_array"))
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h655 if (Name.startswith("$d") || Name.startswith("$t") ||
656 Name.startswith("$a"))
835 return SectionName.startswith(".debug") ||
836 SectionName.startswith(".zdebug") || SectionName == ".gdb_index";
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DDriver.cpp332 return sym.startswith("@") || sym.contains("@@") || sym.startswith("?") ||
892 if (!arg.startswith("@")) {
1430 } else if (s == "icf" || s.startswith("icf=")) {
1438 } else if (s.startswith("lldlto=")) {
1442 } else if (s.startswith("lldltojobs=")) {
1447 } else if (s.startswith("lldltopartitions=")) {
/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp738 if (Name.startswith("float")) {
741 } else if (Name.startswith("poly")) {
744 } else if (Name.startswith("bfloat")) {
748 assert(Name.startswith("int"));
789 assert(Name.startswith("_t") && "Malformed typedef!");
1652 assert_with_loc(Name.startswith("sv"),
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp1185 bool IsPrefix = getterNameString.startswith("is");
1190 if (IsPrefix || getterNameString.startswith("get")) {
1329 if (STRefMethodName.startswith("standard"))
1331 else if (STRefMethodName.startswith("shared"))
1333 else if (STRefMethodName.startswith("default"))
1350 if (!LoweredMethodName.startswith(ClassNamePostfix))

Completed in 314 milliseconds

1234567891011>>