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

  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 200 unsigned unpaddedIndex = 0;
204 assert(unpaddedStruct->getElementType(unpaddedIndex) == eltType);
206 assert(unpaddedIndex == 0 && unpaddedCoerceToType == eltType);
208 unpaddedIndex++;
213 assert(unpaddedStruct->getNumElements() == unpaddedIndex);
215 assert(unpaddedIndex == 1);
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]

Completed in 47 milliseconds