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

  /external/chromium_org/base/strings/
utf_offset_string_conversions.h 18 // string in response to various adjustments one might do to that string
32 typedef std::vector<Adjustment> Adjustments;
34 // Adjusts all offsets in |offsets_for_adjustment| to reflect the adjustments
35 // recorded in |adjustments|.
44 static void AdjustOffsets(const Adjustments& adjustments,
47 // Adjusts the single |offset| to reflect the adjustments recorded in
48 // |adjustments|.
49 static void AdjustOffset(const Adjustments& adjustments,
    [all...]
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 466 SmallVector<SubobjectAdjustment, 4> Adjustments;
469 CommaLHS, Adjustments);
SemaInit.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]
CGExpr.cpp 341 SmallVector<SubobjectAdjustment, 2> Adjustments;
342 E = E->skipRValueSubobjectAdjustments(CommaLHSs, Adjustments);
349 assert(Adjustments.empty());
371 for (unsigned I = Adjustments.size(); I != 0; --I) {
372 SubobjectAdjustment &Adjustment = Adjustments[I-1];
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp 74 SmallVector<SubobjectAdjustment, 2> Adjustments;
77 Adjustments);
    [all...]

Completed in 1103 milliseconds