HomeSort by relevance Sort by last modified time
    Searched refs:sizeChars (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);
668 uint64_t Size = sizeChars.getQuantity();
670 bool UseLibcall = (sizeChars != alignChars ||
671 getContext().toBits(sizeChars) > MaxInlineWidthInBits);
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 68 milliseconds