HomeSort by: relevance | last modified time | path
    Searched defs:UnsignedIntTy (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
StdLibraryFunctionsChecker.cpp 1054 const QualType UnsignedIntTy = ACtx.UnsignedIntTy;
1061 getPointerTy(UnsignedIntTy); // unsigned int *
1079 BVF.getMaxValue(UnsignedIntTy).getLimitedValue();
1560 "sleep", Signature(ArgTypes{UnsignedIntTy}, RetType{UnsignedIntTy}),
1577 "alarm", Signature(ArgTypes{UnsignedIntTy}, RetType{UnsignedIntTy}),
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1011 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy;

Completed in 40 milliseconds