HomeSort by: relevance | last modified time | path
    Searched defs:array_typesize (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 14572 uint64_t array_typesize = Context.getTypeSize(BaseType); local
14575 if (ptrarith_typesize != array_typesize) {
14577 uint64_t ratio = array_typesize / ptrarith_typesize;
14578 // TODO: Be smarter about handling cases where array_typesize is not a
14580 if (ptrarith_typesize * ratio == array_typesize)

Completed in 41 milliseconds