Home
last modified time | relevance | path

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

/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
/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.h22 enum class PointerType { None, Pointer, Reference }; enum
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DMakeSmartPtrCheck.h44 static const char PointerType[]; variable
H A DMakeSmartPtrCheck.cpp39 const char MakeSmartPtrCheck::PointerType[] = "pointerType"; member in clang::tidy::modernize::MakeSmartPtrCheck
/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypeCache.h23 class PointerType; variable
H A DItaniumCXXABI.cpp4328 QualType PointerType = getContext().getPointerType(FundamentalType); EmitFundamentalRTTIDescriptors() local
[all...]
/llvm-project/llvm/include/llvm/IR/
H A DType.h32 class PointerType; variable
H A DInlineAsm.h31 class PointerType; variable
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h44 class PointerType; global() variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Disolate-declaration.cpp236 using PointerType = int; typedef
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp115 if (const auto *PointerType = dyn_cast<ObjCObjectPointerType>(Type)) { in isObjCClassType() local
/llvm-project/llvm/lib/IR/
H A DType.cpp755 PointerType::PointerType(LLVMContext &C, unsigned AddrSpace) PointerType() function in PointerType
[all...]
/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h258 PointerType, enumerator
/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 __anon6b6344ba0111::PointerType
[all...]
/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h240 PointerType, global() enumerator
H A DItaniumDemangle.h591 friend class PointerType; global() variable
616 PointerType(const Node *Pointee_) PointerType() function
/llvm-project/libcxxabi/src/demangle/
H A DItaniumDemangle.h592 friend class PointerType; global() variable
617 PointerType(const Node *Pointee_) PointerType() function
/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp1707 TEST_P(ASTMatchersTest,PointerType) TEST_P() argument