Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp1054 const QualType UnsignedIntTy = ACtx.UnsignedIntTy; in initFunctionSummaries() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1011 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable