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

  /external/clang/utils/ABITest/
TypeGen.py 124 eltSize = self.elementType.sizeof()
125 assert not (self.size % eltSize)
126 self.numElements = self.size // eltSize
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp     [all...]
CGExprScalar.cpp     [all...]

Completed in 344 milliseconds