/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjCPlusPlus/ |
H A D | ObjCPlusPlusLanguage.cpp | 22 if (file_path.ends_with_insensitive(suffix)) in LLDB_PLUGIN_DEFINE()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | llvm-cov.cpp | 62 if (sys::path::stem(argv[0]).ends_with_insensitive("gcov")) in main()
|
/freebsd/contrib/llvm-project/lld/Common/ |
H A D | Args.cpp | 89 if (path.ends_with_insensitive(".exe")) in getFilenameWithoutExe()
|
H A D | DriverDispatcher.cpp | 116 if (arg0.ends_with_insensitive(".exe")) in parseFlavorWithoutMinGW()
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | Format.cpp | 3908 if (FileName.ends_with_insensitive(".js") || in getLanguageByFileName() 3909 FileName.ends_with_insensitive(".mjs") || in getLanguageByFileName() 3910 FileName.ends_with_insensitive(".ts")) { in getLanguageByFileName() 3915 if (FileName.ends_with_insensitive(".proto") || in getLanguageByFileName() 3916 FileName.ends_with_insensitive(".protodevel")) { in getLanguageByFileName() 3922 if (FileName.ends_with_insensitive(".txtpb") || in getLanguageByFileName() 3923 FileName.ends_with_insensitive(".textpb") || in getLanguageByFileName() 3924 FileName.ends_with_insensitive(".pb.txt") || in getLanguageByFileName() 3925 FileName.ends_with_insensitive(".textproto") || in getLanguageByFileName() 3926 FileName.ends_with_insensitive(".asciipb")) { in getLanguageByFileName() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | XCOFFObjectWriter.cpp | 1177 else if (FileName.ends_with_insensitive(".f") || in writeSymbolTable() 1178 FileName.ends_with_insensitive(".f77") || in writeSymbolTable() 1179 FileName.ends_with_insensitive(".f90") || in writeSymbolTable() 1180 FileName.ends_with_insensitive(".f95") || in writeSymbolTable() 1181 FileName.ends_with_insensitive(".f03") || in writeSymbolTable() 1182 FileName.ends_with_insensitive(".f08")) in writeSymbolTable()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | StringRef.h | 272 [[nodiscard]] bool ends_with_insensitive(StringRef Suffix) const; 651 if (!ends_with_insensitive(Suffix)) in consume_back_insensitive()
|
H A D | StringSwitch.h | 150 if (!Result && Str.ends_with_insensitive(S)) in EndsWithLower()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | ScriptParser.cpp | 1304 if (tok.ends_with_insensitive("H")) { in parseInt() 1311 if (tok.ends_with_insensitive("K")) { in parseInt() 1316 if (tok.ends_with_insensitive("M")) { in parseInt()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ContainerModeling.cpp | 757 return IdInfo->getName().ends_with_insensitive("begin"); in isBeginCall() 764 return IdInfo->getName().ends_with_insensitive("end"); in isEndCall()
|
H A D | MallocChecker.cpp | 3414 N.contains_insensitive("shared") || N.ends_with_insensitive("rc")) { in isReferenceCountingPointerDestructor()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | StringRef.cpp | 50 bool StringRef::ends_with_insensitive(StringRef Suffix) const { in ends_with_insensitive() function in StringRef
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | InputFile.cpp | 566 if (Name.ends_with_insensitive(".dll")) in isMyCode()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | WebAssembly.cpp | 87 if (llvm::sys::path::stem(Linker).ends_with_insensitive( in ConstructJob()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/ |
H A D | MSP430AsmParser.cpp | 392 if (Name.ends_with_insensitive(".w")) in ParseInstruction()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
H A D | ProcessMinidump.cpp | 470 if (llvm::StringRef(name).ends_with_insensitive("wow64.dll")) { in ReadModuleList()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
H A D | ObjCLanguage.cpp | 1038 if (file_path.ends_with_insensitive(suffix)) in IsSourceFile()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | CPlusPlusLanguage.cpp | 1691 if (file_path.ends_with_insensitive(suffix)) in IsSourceFile()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | LLJIT.cpp | 1096 if (!DLLName.ends_with_insensitive(".dll")) in operator ()()
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | Driver.cpp | 222 if (filename.ends_with_insensitive(".dll")) { in addBuffer() 518 if (path.ends_with_insensitive(".lib")) in findFileIfNew()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | X86.cpp | 1621 if (!Lib.ends_with_insensitive(".lib") && !Lib.ends_with_insensitive(".a")) in qualifyWindowsLibrary()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCodeComplete.cpp | 10245 const bool IsHeader = Filename.ends_with_insensitive(".h") || in CodeCompleteIncludedFile() 10246 Filename.ends_with_insensitive(".hh") || in CodeCompleteIncludedFile() 10247 Filename.ends_with_insensitive(".hpp") || in CodeCompleteIncludedFile() 10248 Filename.ends_with_insensitive(".hxx") || in CodeCompleteIncludedFile() 10249 Filename.ends_with_insensitive(".inc") || in CodeCompleteIncludedFile()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 3926 bool HasnXSQualifier = Op.ends_with_insensitive("nXS"); in parseSyspAlias()
|