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 678 CharUnits sizeChars, alignChars;
679 std::tie(sizeChars, alignChars) = getContext().getTypeInfoInChars(AtomicTy);
682 bool UseLibcall = (sizeChars != alignChars ||
690 Address Ptr(EmitScalarExpr(E->getPtr()), alignChars);
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 42 milliseconds