Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DHexagon.cpp231 static constexpr CPUSuffix Suffixes[] = { variable
255 Suffixes, [Name](const CPUSuffix &S) { return S.Name == Name; }); in getHexagonCPUSuffix()
256 if (Item == std::end(Suffixes)) in getHexagonCPUSuffix()
263 for (const CPUSuffix &Suffix : Suffixes) in fillValidCPUList()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DIntegerLiteralSeparatorFixer.cpp117 StringRef Suffixes = "_himnsuyd"; in process() local
119 Text.find_first_of(IsBase16 ? Suffixes.drop_back() : Suffixes); in process()
/freebsd/sys/contrib/device-tree/Bindings/
H A Dproperty-units.txt1 Standard Unit Suffixes for Property names
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4249 const char *Suffixes = Base[0] != 'f' ? "bwlq" : "slt\0"; in matchAndEmitATTInstruction() local
4279 Tmp.back() = Suffixes[I]; in matchAndEmitATTInstruction()
4326 MatchChars[NumMatches++] = Suffixes[I]; in matchAndEmitATTInstruction()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.cpp2914 } Suffixes[] = { in ScanLibDirForGCCTriple() local
2929 for (auto &Suffix : Suffixes) { in ScanLibDirForGCCTriple()