Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DWithCache.h36 using PointerType = conditionally_const_t<UnderlyingType *, IsConst>; variable
66 operator PointerType() const { return Pointer.getPointer(); } in PointerType() function
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.h22 enum class PointerType { None, Pointer, Reference }; enum
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypeCache.h23 class PointerType; variable
[all...]
H A DItaniumCXXABI.cpp4287 QualType PointerType = getContext().getPointerType(FundamentalType); EmitFundamentalRTTIDescriptors() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h32 class PointerType; variable
H A DInlineAsm.h31 class PointerType; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h44 class PointerType; variable
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp115 if (const auto *PointerType = dyn_cast<ObjCObjectPointerType>(Type)) { in isObjCClassType() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp755 PointerType::PointerType(LLVMContext &C, unsigned AddrSpace) PointerType() function in PointerType
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h258 PointerType, enumerator
/freebsd-src/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 __anon3961c3990111::PointerType
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h240 PointerType, enumerator
H A DItaniumDemangle.h592 friend class PointerType; global() variable
617 PointerType(const Node *Pointee_) PointerType() function