Home
last modified time | relevance | path

Searched defs:PointerType (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.h22 enum class PointerType { None, Pointer, Reference }; enum
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTypes.h41 class PointerType; variable
H A DCodeGenTypeCache.h23 class PointerType; variable
H A DCGBlocks.h34 class PointerType; variable
H A DItaniumCXXABI.cpp4180 QualType PointerType = getContext().getPointerType(FundamentalType); in EmitFundamentalRTTIDescriptors() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
H A DOMPConstants.h27 class PointerType; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h48 class PointerType; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DType.h34 class PointerType; variable
H A DInlineAsm.h28 class PointerType; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DType.cpp716 PointerType::PointerType(Type *E, unsigned AddrSpace) in PointerType() function in PointerType
723 PointerType::PointerType(LLVMContext &C, unsigned AddrSpace) in PointerType() function in PointerType
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h44 class PointerType; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp116 if (const auto *PointerType = dyn_cast<ObjCObjectPointerType>(Type)) { in isObjCClassType() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h258 PointerType, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DMveEmitter.cpp190 class PointerType : public Type { class
195 PointerType(const Type *Pointee, bool Const) in PointerType() function in __anone3a730d20111::PointerType
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h240 PointerType, enumerator
H A DItaniumDemangle.h456 friend class PointerType; variable
481 PointerType(const Node *Pointee_) in PointerType() function
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go679 func PointerType(elementType Type, addressSpace int) (t Type) { func