Home
last modified time | relevance | path

Searched defs:Suffixes (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DUppercaseLiteralSuffixCheck.cpp31 static constexpr llvm::StringLiteral Suffixes = member
36 constexpr llvm::StringLiteral IntegerLiteralCheck::Suffixes; member in clang::tidy::readability::__anond0d1c6720111::IntegerLiteralCheck
51 static constexpr llvm::StringLiteral Suffixes = member
56 constexpr llvm::StringLiteral FloatingLiteralCheck::Suffixes; member in clang::tidy::readability::__anond0d1c6720111::FloatingLiteralCheck
/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DFileExtensionsUtils.cpp37 SmallVector<StringRef, 5> Suffixes; in parseFileExtensions() local
H A DIncludeSorter.cpp20 StringRef removeFirstSuffix(StringRef Str, ArrayRef<const char *> Suffixes) { in removeFirstSuffix()
/llvm-project/clang/lib/Basic/Targets/
H A DHexagon.cpp231 static constexpr CPUSuffix Suffixes[] = { global() variable
/llvm-project/clang/lib/Format/
H A DIntegerLiteralSeparatorFixer.cpp117 StringRef Suffixes = "_himnsuyd"; in process() local
/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.cpp2908 } Suffixes[] = { ScanLibDirForGCCTriple() local
/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4225 const char *Suffixes = Base[0] != 'f' ? "bwlq" : "slt\0"; matchAndEmitATTInstruction() local