HomeSort by: relevance | last modified time | path
    Searched refs:Suffixes (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
Hexagon.cpp 189 static constexpr CPUSuffix Suffixes[] = {
199 Suffixes, [Name](const CPUSuffix &S) { return S.Name == Name; });
200 if (Item == std::end(Suffixes))
207 for (const CPUSuffix &Suffix : Suffixes)
  /src/usr.bin/make/unit-tests/
varname-dot-suffixes.mk 1 # $NetBSD: varname-dot-suffixes.mk,v 1.5 2023/12/20 09:03:09 rillig Exp $
3 # Tests for the special "variable" .SUFFIXES, which lists the suffixes that
4 # have been registered for use in suffix transformation rules. Suffixes are
7 # The name '.SUFFIXES' does not refer to a real variable, instead it can be
8 # used as a starting "variable name" for expressions like ${.SUFFIXES} or
9 # ${.SUFFIXES:M*o}.
12 .if ${.SUFFIXES} != ""
15 # There is no actual variable named '.SUFFIXES', it is all made up.
16 .if defined(.SUFFIXES)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 2744 // Recognize only reasonable suffixes.
4217 // 80-bit floating point, which use the suffixes s,l,t respectively.
4220 // in 8/16/32/64-bit forms using the b,w,l,q suffixes respectively.
4221 const char *Suffixes = Base[0] != 'f' ? "bwlq" : "slt\0";
4222 // MemSize corresponding to Suffixes. { 8, 16, 32, 64 } { 32, 64, 80, 0 }
4251 Tmp.back() = Suffixes[I];
4299 MatchChars[NumMatches++] = Suffixes[I];
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Gnu.cpp 1694 // Solaris uses platform-specific suffixes instead of /64.
1807 // Sort empty suffixes higher.
2525 } Suffixes[] = {
2540 for (auto &Suffix : Suffixes) {

Completed in 72 milliseconds