HomeSort by relevance Sort by last modified time
    Searched defs:Postfix (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Format/
BreakableToken.h 90 StringRef Prefix, StringRef Postfix,
97 // The postfix a line needs before introducing a break.
98 StringRef Postfix;
99 // The token text excluding the prefix and postfix.
  /external/clang/utils/TableGen/
NeonEmitter.cpp 738 const StringRef Postfix = Name.slice(PrefixEnd, Name.size());
740 HasNPostfix = Postfix.count("_n");
741 HasLanePostfix = Postfix.count("_lane");
742 HasDupPostfix = Postfix.count("_dup");
743 IsSpecialVCvt = Postfix.size() != 0 && Name.count("vcvt");
1071 // If our instruction is a logical instruction without postfix or a
    [all...]

Completed in 89 milliseconds