Home
last modified time | relevance | path

Searched refs:endswith_lower (Results 1 – 25 of 42) sorted by relevance

12

/external/swiftshader/src/Reactor/
DReactorDebugInfo.cpp36 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/
DIterator.cpp32 if (!(Name.endswith_lower("iterator") || Name.endswith_lower("iter") || in isIterator()
33 Name.endswith_lower("it"))) in isIterator()
DContainerModeling.cpp766 return IdInfo->getName().endswith_lower("begin"); in isBeginCall()
773 return IdInfo->getName().endswith_lower("end"); in isEndCall()
/external/llvm/unittests/ADT/
DStringRefTest.cpp336 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/
DObjCPlusPlusLanguage.cpp22 if (file_path.endswith_lower(suffix)) in LLDB_PLUGIN_DEFINE()
/external/llvm/tools/llvm-cov/
Dllvm-cov.cpp63 if (sys::path::stem(argv[0]).endswith_lower("gcov")) in main()
/external/llvm-project/llvm/tools/llvm-cov/
Dllvm-cov.cpp63 if (sys::path::stem(argv[0]).endswith_lower("gcov")) in main()
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DInconsistentDeclarationParameterNameCheck.cpp98 L.endswith_lower(R) || R.endswith_lower(L); in nameMatch()
/external/llvm-project/lld/Common/
DArgs.cpp92 if (path.endswith_lower(".exe")) in getFilenameWithoutExe()
/external/llvm-project/llvm/unittests/ADT/
DStringRefTest.cpp406 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/
DFormat.cpp2804 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/
Dlld.cpp139 if (arg0.endswith_lower(".exe")) in parseFlavor()
/external/llvm-project/clang-tools-extra/clangd/
DCompileCommands.cpp290 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/
DStringSwitch.h148 if (!Result && Str.endswith_lower(S)) in EndsWithLower()
/external/llvm-project/llvm/include/llvm/ADT/
DStringSwitch.h148 if (!Result && Str.endswith_lower(S)) in EndsWithLower()
/external/llvm-project/clang/test/Analysis/
Dllvm-conventions.cpp77 bool endswith_lower(StringRef Suffix) const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringSwitch.h202 if (!Result && Str.endswith_lower(StringRef(S, N - 1))) in EndsWithLower()
/external/llvm-project/clang/lib/Analysis/
DRetainSummaryManager.cpp188 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/
DFormat.cpp1685 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/
Dllvm-jitlink.cpp470 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/
DScriptParser.cpp1115 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/
DStringRef.h248 bool endswith_lower(StringRef Suffix) const;
/external/llvm/tools/llc/
Dllc.cpp282 if (StringRef(InputFilename).endswith_lower(".mir")) { in compileModule()
/external/llvm-project/lld/MinGW/
DDriver.cpp394 if (StringRef(a->getValue()).endswith_lower(".def")) in link()
/external/llvm/lib/Support/
DStringRef.cpp67 bool StringRef::endswith_lower(StringRef Suffix) const { in endswith_lower() function in StringRef

12