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 607 bool IsPolyUnsigned, bool IsInt64Long) {
622 return IsPolyUnsigned ? Context.UnsignedCharTy : Context.SignedCharTy;
624 return IsPolyUnsigned ? Context.UnsignedShortTy : Context.ShortTy;
673 bool IsPolyUnsigned = Arch == llvm::Triple::aarch64;
677 getNeonEltType(NeonTypeFlags(TV), Context, IsPolyUnsigned, IsInt64Long);
    [all...]
SemaType.cpp     [all...]

Completed in 460 milliseconds