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

  /external/clang/include/clang/Basic/
TargetInfo.h 217 return getCorrespondingUnsignedType(IntMaxType);
224 return getCorrespondingUnsignedType(IntPtrType);
232 return getCorrespondingUnsignedType(Int64Type);
237 static IntType getCorrespondingUnsignedType(IntType T) {
    [all...]
  /external/clang/lib/Analysis/
FormatString.cpp 377 C.getCorrespondingUnsignedType(PromoArg) == WInt)
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 400 milliseconds