Searched refs:Suffixes (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/usr.bin/make/
H A Dparse.c176 Suffixes, /* .SUFFIXES */ enumerator in enum:__anon11829
235 { ".SUFFIXES", Suffixes, 0 },
1062 case Suffixes:
1117 if (specType == Suffixes || specType == ExPath ||
1154 case Suffixes:
/freebsd-10.1-release/contrib/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2487 const char *Suffixes = Base[0] != 'f' ? "bwlq" : "slt\0"; local
2490 Tmp[Base.size()] = Suffixes[0];
2500 Tmp[Base.size()] = Suffixes[1];
2506 Tmp[Base.size()] = Suffixes[2];
2512 Tmp[Base.size()] = Suffixes[3];
2543 if (Match1 == Match_Success) MatchChars[NumMatches++] = Suffixes[0];
2544 if (Match2 == Match_Success) MatchChars[NumMatches++] = Suffixes[1];
2545 if (Match3 == Match_Success) MatchChars[NumMatches++] = Suffixes[2];
2546 if (Match4 == Match_Success) MatchChars[NumMatches++] = Suffixes[3];
/freebsd-10.1-release/contrib/bmake/
H A Dparse.c217 Suffixes, /* .SUFFIXES */ enumerator in enum:__anon699
341 { ".SUFFIXES", Suffixes, 0 },
1523 case Suffixes:
1568 if ((specType == Suffixes) || (specType == ExPath) ||
1606 case Suffixes:

Completed in 96 milliseconds