Home
last modified time | relevance | path

Searched defs:UnsignedIntTy (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1093 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp1664 const QualType UnsignedIntTy = ACtx.UnsignedIntTy; in initFunctionSummaries() local