Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DMakeSmartPtrCheck.h46 static const char PointerType[]; variable
H A DMakeSmartPtrCheck.cpp41 const char MakeSmartPtrCheck::PointerType[] = "pointerType"; member in clang::tidy::modernize::MakeSmartPtrCheck
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.h22 enum class PointerType { None, Pointer, Reference }; enum
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenTypeCache.h23 class PointerType; variable
H A DItaniumCXXABI.cpp4185 QualType PointerType = getContext().getPointerType(FundamentalType); in EmitFundamentalRTTIDescriptors() local
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DType.h32 class PointerType; variable
H A DInlineAsm.h29 class PointerType; variable
/llvm-project-15.0.7/llvm/lib/IR/
H A DType.cpp762 PointerType::PointerType(Type *E, unsigned AddrSpace) in PointerType() function in PointerType
769 PointerType::PointerType(LLVMContext &C, unsigned AddrSpace) in PointerType() function in PointerType
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h44 class PointerType; variable
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Disolate-declaration.cpp236 using PointerType = int; typedef
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp113 if (const auto *PointerType = dyn_cast<ObjCObjectPointerType>(Type)) { in isObjCClassType() local
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h258 PointerType, enumerator
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp875 Type *PointerType[5] = {Int8PtrTy, Int16PtrTy, Int32PtrTy, Int64PtrTy, in InjectTraceForLoadsAndStores() local
/llvm-project-15.0.7/clang/utils/TableGen/
H A DMveEmitter.cpp190 class PointerType : public Type { class
195 PointerType(const Type *Pointee, bool Const) in PointerType() function in __anondd1c47770111::PointerType
/llvm-project-15.0.7/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h241 PointerType, enumerator
H A DItaniumDemangle.h559 friend class PointerType; variable
584 PointerType(const Node *Pointee_) in PointerType() function
/llvm-project-15.0.7/libcxxabi/src/demangle/
H A DItaniumDemangle.h559 friend class PointerType; variable
584 PointerType(const Node *Pointee_) in PointerType() function
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp1667 TEST_P(ASTMatchersTest, PointerType) { in TEST_P() argument
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go679 func PointerType(elementType Type, addressSpace int) (t Type) { func