/external/llvm-project/clang-tools-extra/clang-tidy/utils/ |
D | FileExtensionsUtils.cpp | 38 SmallVector<StringRef, 5> Suffixes; in parseFileExtensions() local 41 AllFileExtensions.split(Suffixes, Delimiter); in parseFileExtensions() 47 for (StringRef Suffix : Suffixes) { in parseFileExtensions()
|
D | IncludeSorter.cpp | 20 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/ |
D | UppercaseLiteralSuffixCheck.cpp | 32 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/ |
D | Hexagon.cpp | 186 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/ |
D | lit.local.cfg | 1 # Suffixes supported by clang-format.
|
/external/icu/icu4c/source/extra/uconv/ |
D | makedata.mak | 89 # Suffixes for data files
|
/external/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 2660 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/ |
D | X86AsmParser.cpp | 3284 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/ |
D | makedata.mak | 40 # Suffixes for data files
|
/external/llvm-project/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 4216 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/ |
D | Gnu.cpp | 2478 } Suffixes[] = { in ScanLibDirForGCCTriple() local 2510 for (auto &Suffix : Suffixes) { in ScanLibDirForGCCTriple()
|
/external/libcups/ |
D | DEVELOPING.md | 438 - Suffixes; we assume that the make program supports filename suffixes with
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.9.rst | 164 New String Methods to Remove Prefixes and Suffixes
|
/external/libcxx/include/ |
D | chrono | 2737 // Suffixes for duration literals [time.duration.literals]
|
/external/llvm-project/libcxx/include/ |
D | chrono | 2838 // Suffixes for duration literals [time.duration.literals]
|