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

  /external/clang/lib/Format/
BreakableToken.cpp 133 return StartColumn + Prefix.size() + Postfix.size() +
139 StringRef Postfix, bool InPPDirective, encoding::Encoding Encoding)
141 Prefix(Prefix), Postfix(Postfix) {
142 assert(Tok.TokenText.startswith(Prefix) && Tok.TokenText.endswith(Postfix));
144 Prefix.size(), Tok.TokenText.size() - Prefix.size() - Postfix.size());
165 Tok, Prefix.size() + TailOffset + Split.first, Split.second, Postfix,
206 Postfix, Prefix, InPPDirective, 1, StartColumn);
334 // The last line gets a "*/" postfix.
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...]
  /external/chromium_org/v8/test/mjsunit/
strict-mode.js 254 // Postfix increment with eval or arguments
262 // Postfix decrement with eval or arguments
    [all...]
  /external/v8/test/mjsunit/
strict-mode.js 254 // Postfix increment with eval or arguments
262 // Postfix decrement with eval or arguments
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
  /external/chromium_org/v8/src/
messages.js 50 invalid_lhs_in_postfix_op: ["Invalid left-hand side expression in postfix operation"],
168 strict_lhs_postfix: ["Postfix increment/decrement may not have eval or arguments operand in strict mode"],
    [all...]
  /external/v8/src/
messages.js 150 "invalid_lhs_in_postfix_op", ["Invalid left-hand side expression in postfix operation"],
233 "strict_lhs_postfix", ["Postfix increment/decrement may not have eval or arguments operand in strict mode"],
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]

Completed in 137 milliseconds