| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/ |
| H A D | MakeSmartPtrCheck.h | 46 static const char PointerType[]; variable
|
| H A D | MakeSmartPtrCheck.cpp | 41 const char MakeSmartPtrCheck::PointerType[] = "pointerType"; member in clang::tidy::modernize::MakeSmartPtrCheck
|
| /llvm-project-15.0.7/llvm/tools/llvm-pdbutil/ |
| H A D | PrettyFunctionDumper.h | 22 enum class PointerType { None, Pointer, Reference }; enum
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenTypeCache.h | 23 class PointerType; variable
|
| H A D | ItaniumCXXABI.cpp | 4185 QualType PointerType = getContext().getPointerType(FundamentalType); in EmitFundamentalRTTIDescriptors() local
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Type.h | 32 class PointerType; variable
|
| H A D | InlineAsm.h | 29 class PointerType; variable
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Type.cpp | 762 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 D | IndirectionUtils.h | 44 class PointerType; variable
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/ |
| H A D | isolate-declaration.cpp | 236 using PointerType = int; typedef
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DynamicTypePropagation.cpp | 113 if (const auto *PointerType = dyn_cast<ObjCObjectPointerType>(Type)) { in isObjCClassType() local
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBTypes.h | 258 PointerType, enumerator
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | SanitizerCoverage.cpp | 875 Type *PointerType[5] = {Int8PtrTy, Int16PtrTy, Int32PtrTy, Int64PtrTy, in InjectTraceForLoadsAndStores() local
|
| /llvm-project-15.0.7/clang/utils/TableGen/ |
| H A D | MveEmitter.cpp | 190 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 D | MicrosoftDemangleNodes.h | 241 PointerType, enumerator
|
| H A D | ItaniumDemangle.h | 559 friend class PointerType; variable 584 PointerType(const Node *Pointee_) in PointerType() function
|
| /llvm-project-15.0.7/libcxxabi/src/demangle/ |
| H A D | ItaniumDemangle.h | 559 friend class PointerType; variable 584 PointerType(const Node *Pointee_) in PointerType() function
|
| /llvm-project-15.0.7/clang/unittests/ASTMatchers/ |
| H A D | ASTMatchersNodeTest.cpp | 1667 TEST_P(ASTMatchersTest, PointerType) { in TEST_P() argument
|
| /llvm-project-15.0.7/llvm/bindings/go/llvm/ |
| H A D | ir.go | 679 func PointerType(elementType Type, addressSpace int) (t Type) { func
|