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

  /external/clang/lib/CodeGen/
CGAtomic.cpp 666 CharUnits sizeChars, alignChars;
667 std::tie(sizeChars, alignChars) = getContext().getTypeInfoInChars(AtomicTy);
670 bool UseLibcall = (sizeChars != alignChars ||
678 Address Ptr(EmitScalarExpr(E->getPtr()), alignChars);
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 117 milliseconds