Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DWithCache.h37 using PointerType = conditionally_const_t<UnderlyingType *, IsConst>; variable
67 operator PointerType() const { return Pointer.getPointer(); } in PointerType() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.h22 enum class PointerType { None, Pointer, Reference }; enum
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/
H A DCIRAttrs.h39 class PointerType; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGPointerAuth.cpp177 QualType PointerType) { in getPointerAuthInfoForType()
259 QualType PointerType, Address DestStorageAddress, bool IsKnownNonNull) { in EmitPointerAuthQualify()
270 PointerAuthQualifier CurQualifier, llvm::Value *Value, QualType PointerType, in EmitPointerAuthUnqualify()
H A DCodeGenTypeCache.h23 class PointerType; variable
H A DItaniumCXXABI.cpp4609 QualType PointerType = getContext().getPointerType(FundamentalType); in EmitFundamentalRTTIDescriptors() local
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DType.h36 class PointerType; variable
55 friend class PointerType; // For LLVMTy. variable
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h32 class PointerType; variable
H A DInlineAsm.h32 class PointerType; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h46 class PointerType; variable
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp111 if (const auto *PointerType = dyn_cast<ObjCObjectPointerType>(Type)) { in isObjCClassType() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp869 PointerType::PointerType(LLVMContext &C, unsigned AddrSpace) in PointerType() function in PointerType
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h258 PointerType, enumerator
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp190 class PointerType : public Type { class
195 PointerType(const Type *Pointee, bool Const) in PointerType() function in __anon819a2c470111::PointerType
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h260 PointerType, enumerator
H A DItaniumDemangle.h643 PointerType(const Node *Pointee_) in PointerType() function