Searched defs:PointerType (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/IR/
H A DDerivedTypes.h425 class PointerType : public SequentialType { class in namespace:llvm
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGRTTI.cpp957 QualType PointerType = Context.getPointerType(Type); local
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DType.cpp746 PointerType::PointerType(Type *E, unsigned AddrSpace) function in class:PointerType
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h1970 class PointerType : public Type, public llvm::FoldingSetNode { class in namespace:clang
1973 PointerType(QualType Pointee, QualType CanonicalPtr) : function in class:clang::PointerType
[all...]

Completed in 186 milliseconds