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

/freebsd-10.0-release/usr.bin/make/
H A Dparse.c176 Suffixes, /* .SUFFIXES */ enumerator in enum:__anon11464
235 { ".SUFFIXES", Suffixes, 0 },
1062 case Suffixes:
1117 if (specType == Suffixes || specType == ExPath ||
1154 case Suffixes:
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2300 const char *Suffixes = Base[0] != 'f' ? "bwlq" : "slt\0"; local
2303 Tmp[Base.size()] = Suffixes[0];
2313 Tmp[Base.size()] = Suffixes[1];
2319 Tmp[Base.size()] = Suffixes[2];
2325 Tmp[Base.size()] = Suffixes[3];
2356 if (Match1 == Match_Success) MatchChars[NumMatches++] = Suffixes[0];
2357 if (Match2 == Match_Success) MatchChars[NumMatches++] = Suffixes[1];
2358 if (Match3 == Match_Success) MatchChars[NumMatches++] = Suffixes[2];
2359 if (Match4 == Match_Success) MatchChars[NumMatches++] = Suffixes[3];
/freebsd-10.0-release/contrib/bmake/
H A Dparse.c217 Suffixes, /* .SUFFIXES */ enumerator in enum:__anon702
341 { ".SUFFIXES", Suffixes, 0 },
1523 case Suffixes:
1568 if ((specType == Suffixes) || (specType == ExPath) ||
1606 case Suffixes:

Completed in 82 milliseconds