Home
last modified time | relevance | path

Searched refs:Suffixes (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DFileExtensionsUtils.cpp38 SmallVector<StringRef, 5> Suffixes; in parseFileExtensions() local
41 AllFileExtensions.split(Suffixes, Delimiter); in parseFileExtensions()
47 for (StringRef Suffix : Suffixes) { in parseFileExtensions()
DIncludeSorter.cpp20 StringRef RemoveFirstSuffix(StringRef Str, ArrayRef<const char *> Suffixes) { in RemoveFirstSuffix() argument
21 for (StringRef Suffix : Suffixes) { in RemoveFirstSuffix()
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DUppercaseLiteralSuffixCheck.cpp32 static constexpr llvm::StringLiteral Suffixes = member
37 constexpr llvm::StringLiteral IntegerLiteralCheck::Suffixes; member in clang::tidy::readability::__anon88071a360111::IntegerLiteralCheck
52 static constexpr llvm::StringLiteral Suffixes = member
57 constexpr llvm::StringLiteral FloatingLiteralCheck::Suffixes; member in clang::tidy::readability::__anon88071a360111::FloatingLiteralCheck
153 Skip = LiteralSourceText.find_first_of(LiteralType::Suffixes, /*From=*/Skip); in shouldReplaceLiteralSuffix()
/external/llvm-project/clang/lib/Basic/Targets/
DHexagon.cpp186 static constexpr CPUSuffix Suffixes[] = { variable
195 Suffixes, [Name](const CPUSuffix &S) { return S.Name == Name; }); in getHexagonCPUSuffix()
196 if (Item == std::end(Suffixes)) in getHexagonCPUSuffix()
203 for (const CPUSuffix &Suffix : Suffixes) in fillValidCPUList()
/external/llvm-project/clang/test/Format/
Dlit.local.cfg1 # Suffixes supported by clang-format.
/external/icu/icu4c/source/extra/uconv/
Dmakedata.mak89 # Suffixes for data files
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp2660 const char *Suffixes = Base[0] != 'f' ? "bwlq" : "slt\0"; in MatchAndEmitATTInstruction() local
2668 Tmp.back() = Suffixes[I]; in MatchAndEmitATTInstruction()
2701 MatchChars[NumMatches++] = Suffixes[I]; in MatchAndEmitATTInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp3284 const char *Suffixes = Base[0] != 'f' ? "bwlq" : "slt\0"; in MatchAndEmitATTInstruction() local
3292 Tmp.back() = Suffixes[I]; in MatchAndEmitATTInstruction()
3326 MatchChars[NumMatches++] = Suffixes[I]; in MatchAndEmitATTInstruction()
/external/icu/icu4c/source/data/
Dmakedata.mak40 # Suffixes for data files
/external/llvm-project/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp4216 const char *Suffixes = Base[0] != 'f' ? "bwlq" : "slt\0"; in MatchAndEmitATTInstruction() local
4246 Tmp.back() = Suffixes[I]; in MatchAndEmitATTInstruction()
4294 MatchChars[NumMatches++] = Suffixes[I]; in MatchAndEmitATTInstruction()
/external/llvm-project/clang/lib/Driver/ToolChains/
DGnu.cpp2478 } Suffixes[] = { in ScanLibDirForGCCTriple() local
2510 for (auto &Suffix : Suffixes) { in ScanLibDirForGCCTriple()
/external/libcups/
DDEVELOPING.md438 - Suffixes; we assume that the make program supports filename suffixes with
/external/python/cpython3/Doc/whatsnew/
D3.9.rst164 New String Methods to Remove Prefixes and Suffixes
/external/libcxx/include/
Dchrono2737 // Suffixes for duration literals [time.duration.literals]
/external/llvm-project/libcxx/include/
Dchrono2838 // Suffixes for duration literals [time.duration.literals]