Home
last modified time | relevance | path

Searched defs:UnsignedLongTy (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBlocks.cpp1116 llvm::Type *UnsignedLongTy = in getBlockDescriptorType() local
H A DCGObjC.cpp1881 llvm::Type *UnsignedLongTy = ConvertType(getContext().UnsignedLongTy); in EmitObjCForCollectionStmt() local
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h1087 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable