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 678 CharUnits sizeChars, alignChars;
679 std::tie(sizeChars, alignChars) = getContext().getTypeInfoInChars(AtomicTy);
680 uint64_t Size = sizeChars.getQuantity();
682 bool UseLibcall = (sizeChars != alignChars ||
683 getContext().toBits(sizeChars) > MaxInlineWidthInBits);
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 50 milliseconds