Searched refs:startswith (Results 201 - 225 of 376) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp640 if (FName.startswith("NS") && (FName.find("Insert") != StringRef::npos))
645 if (FName.startswith("CF") || FName.startswith("CG")) {
H A DSarifDiagnostics.cpp87 if (Root.startswith("//")) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp702 if (!File->getFilename().startswith("/") && File->getDirectory().size())
1125 if (ProcessingMapDef != SecName.startswith(".maps"))
1137 if (SecName.startswith(".maps"))
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DICF.cpp169 !s->name.startswith(".data.rel.ro."))
H A DLTO.cpp194 if (s.startswith(prefix))
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp449 if (request.GetRawLine().startswith(":")) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp355 if (name.startswith("__Z"))
/freebsd-13-stable/contrib/llvm-project/clang/lib/Edit/
H A DCommit.cpp337 return file.substr(Offs.getOffset()).startswith(text);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DArgs.cpp637 if (!arg_string.startswith("-")) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp188 if (Data.startswith("/* iig"))
H A DCheckObjCDealloc.cpp1045 if (!(PropName.startswith(ReleasePrefix) ||
1046 IvarName.startswith(ReleasePrefix))) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/
H A DCompilationDatabase.cpp223 return (S == "-no-integrated-as") || S.startswith("-Wa,");
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h383 return getName().startswith("<#") && getName().endswith("#>");
/freebsd-13-stable/sys/contrib/openzfs/cmd/arc_summary/
H A Darc_summary258 if sys.platform.startswith('freebsd'):
77 elif sys.platform.startswith('linux'):
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp169 sys::path::Style Style = PathFromExe.startswith("/")
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp267 else if (GV.getName().startswith("\01L"))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFAArch64.h176 if (TargetName.startswith(getImportSymbolPrefix())) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp34 AllowAtInIdentifier = !StringRef(MAI.getCommentString()).startswith("@");
456 if (Res.startswith("\'\\")) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollAndJamPass.cpp118 if (S->getString().startswith(Prefix))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp265 if (GV.isDeclaration() || GV.getName().startswith("llvm.") ||
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp362 if (Name != ".pdata" && !Name.startswith(".pdata$"))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp144 if (EmitLutInText && GO->getName().startswith("switch.table")) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkParser.cpp140 if (!Buf.startswith("---")) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCuda.cpp45 if (!V.startswith("CUDA Version "))
255 if (!(FileName.startswith(LibDeviceName) && FileName.endswith(".bc")))
H A DLinux.cpp305 if (StringRef(D.Dir).startswith(SysRoot)) {
349 if (StringRef(D.Dir).startswith(SysRoot))

Completed in 155 milliseconds

1234567891011>>