/external/swiftshader/src/Reactor/ |
D | ReactorDebugInfo.cpp | 36 bool endswith_lower(const std::string &str, const std::string &suffix) in endswith_lower() function 56 endswith_lower(fileSR, "ReactorDebugInfo.cpp") || in getCallerBacktrace() 57 endswith_lower(fileSR, "Reactor.cpp") || in getCallerBacktrace() 58 endswith_lower(fileSR, "Reactor.hpp") || in getCallerBacktrace() 59 endswith_lower(fileSR, "Traits.hpp") || in getCallerBacktrace() 60 endswith_lower(fileSR, "stacktrace.hpp"); in getCallerBacktrace()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | Iterator.cpp | 32 if (!(Name.endswith_lower("iterator") || Name.endswith_lower("iter") || in isIterator() 33 Name.endswith_lower("it"))) in isIterator()
|
D | ContainerModeling.cpp | 766 return IdInfo->getName().endswith_lower("begin"); in isBeginCall() 773 return IdInfo->getName().endswith_lower("end"); in isEndCall()
|
/external/llvm/unittests/ADT/ |
D | StringRefTest.cpp | 336 EXPECT_TRUE(Str.endswith_lower("")); in TEST() 337 EXPECT_TRUE(Str.endswith_lower("lo")); in TEST() 338 EXPECT_TRUE(Str.endswith_lower("LO")); in TEST() 339 EXPECT_TRUE(Str.endswith_lower("ELlo")); in TEST() 340 EXPECT_FALSE(Str.endswith_lower("helloworld")); in TEST() 341 EXPECT_FALSE(Str.endswith_lower("hi")); in TEST()
|
/external/llvm-project/lldb/source/Plugins/Language/ObjCPlusPlus/ |
D | ObjCPlusPlusLanguage.cpp | 22 if (file_path.endswith_lower(suffix)) in LLDB_PLUGIN_DEFINE()
|
/external/llvm/tools/llvm-cov/ |
D | llvm-cov.cpp | 63 if (sys::path::stem(argv[0]).endswith_lower("gcov")) in main()
|
/external/llvm-project/llvm/tools/llvm-cov/ |
D | llvm-cov.cpp | 63 if (sys::path::stem(argv[0]).endswith_lower("gcov")) in main()
|
/external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
D | InconsistentDeclarationParameterNameCheck.cpp | 98 L.endswith_lower(R) || R.endswith_lower(L); in nameMatch()
|
/external/llvm-project/lld/Common/ |
D | Args.cpp | 92 if (path.endswith_lower(".exe")) in getFilenameWithoutExe()
|
/external/llvm-project/llvm/unittests/ADT/ |
D | StringRefTest.cpp | 406 EXPECT_TRUE(Str.endswith_lower("")); in TEST() 407 EXPECT_TRUE(Str.endswith_lower("lo")); in TEST() 408 EXPECT_TRUE(Str.endswith_lower("LO")); in TEST() 409 EXPECT_TRUE(Str.endswith_lower("ELlo")); in TEST() 410 EXPECT_FALSE(Str.endswith_lower("helloworld")); in TEST() 411 EXPECT_FALSE(Str.endswith_lower("hi")); in TEST()
|
/external/llvm-project/clang/lib/Format/ |
D | Format.cpp | 2804 if (FileName.endswith_lower(".js") || FileName.endswith_lower(".mjs") || in getLanguageByFileName() 2805 FileName.endswith_lower(".ts")) in getLanguageByFileName() 2809 if (FileName.endswith_lower(".proto") || in getLanguageByFileName() 2810 FileName.endswith_lower(".protodevel")) in getLanguageByFileName() 2812 if (FileName.endswith_lower(".textpb") || in getLanguageByFileName() 2813 FileName.endswith_lower(".pb.txt") || in getLanguageByFileName() 2814 FileName.endswith_lower(".textproto") || in getLanguageByFileName() 2815 FileName.endswith_lower(".asciipb")) in getLanguageByFileName() 2817 if (FileName.endswith_lower(".td")) in getLanguageByFileName() 2819 if (FileName.endswith_lower(".cs")) in getLanguageByFileName()
|
/external/llvm-project/lld/tools/lld/ |
D | lld.cpp | 139 if (arg0.endswith_lower(".exe")) in parseFlavor()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | CompileCommands.cpp | 290 if (Argv0.endswith_lower(".exe")) in getDriverMode() 292 if (Argv0.endswith_lower("cl")) in getDriverMode()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | StringSwitch.h | 148 if (!Result && Str.endswith_lower(S)) in EndsWithLower()
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | StringSwitch.h | 148 if (!Result && Str.endswith_lower(S)) in EndsWithLower()
|
/external/llvm-project/clang/test/Analysis/ |
D | llvm-conventions.cpp | 77 bool endswith_lower(StringRef Suffix) const;
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | StringSwitch.h | 202 if (!Result && Str.endswith_lower(StringRef(S, N - 1))) in EndsWithLower()
|
/external/llvm-project/clang/lib/Analysis/ |
D | RetainSummaryManager.cpp | 188 return FName.startswith_lower("retain") || FName.endswith_lower("retain"); in isRetain() 192 return FName.startswith_lower("release") || FName.endswith_lower("release"); in isRelease() 197 FName.endswith_lower("autorelease"); in isAutorelease()
|
/external/clang/lib/Format/ |
D | Format.cpp | 1685 if (FileName.endswith_lower(".js") || FileName.endswith_lower(".ts")) in getLanguageByFileName() 1687 if (FileName.endswith_lower(".proto") || in getLanguageByFileName() 1688 FileName.endswith_lower(".protodevel")) in getLanguageByFileName() 1690 if (FileName.endswith_lower(".td")) in getLanguageByFileName()
|
/external/llvm-project/llvm/tools/llvm-jitlink/ |
D | llvm-jitlink.cpp | 470 if (SizeString.endswith_lower("kb")) in getSlabAllocSize() 472 else if (SizeString.endswith_lower("mb")) { in getSlabAllocSize() 475 } else if (SizeString.endswith_lower("gb")) { in getSlabAllocSize()
|
/external/llvm-project/lld/ELF/ |
D | ScriptParser.cpp | 1115 if (tok.endswith_lower("H")) { in parseInt() 1122 if (tok.endswith_lower("K")) { in parseInt() 1127 if (tok.endswith_lower("M")) { in parseInt()
|
/external/llvm/include/llvm/ADT/ |
D | StringRef.h | 248 bool endswith_lower(StringRef Suffix) const;
|
/external/llvm/tools/llc/ |
D | llc.cpp | 282 if (StringRef(InputFilename).endswith_lower(".mir")) { in compileModule()
|
/external/llvm-project/lld/MinGW/ |
D | Driver.cpp | 394 if (StringRef(a->getValue()).endswith_lower(".def")) in link()
|
/external/llvm/lib/Support/ |
D | StringRef.cpp | 67 bool StringRef::endswith_lower(StringRef Suffix) const { in endswith_lower() function in StringRef
|