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 342 CharUnits sizeChars = getContext().getTypeSizeInChars(AtomicTy);
343 uint64_t Size = sizeChars.getQuantity();
349 getContext().toBits(sizeChars) > MaxInlineWidthInBits);
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 2147 milliseconds