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

  /external/clang/lib/Sema/
SemaChecking.cpp 388 bool IsPolyUnsigned, bool IsInt64Long) {
403 return IsPolyUnsigned ? Context.UnsignedCharTy : Context.SignedCharTy;
405 return IsPolyUnsigned ? Context.UnsignedShortTy : Context.ShortTy;
454 bool IsPolyUnsigned =
459 getNeonEltType(NeonTypeFlags(TV), Context, IsPolyUnsigned, IsInt64Long);
    [all...]
SemaType.cpp     [all...]

Completed in 67 milliseconds