/llvm-project/llvm/include/llvm/Analysis/ |
H A D | WithCache.h | 36 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 D | PrettyFunctionDumper.h | 22 enum class PointerType { None, Pointer, Reference }; enum
|
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | MakeSmartPtrCheck.h | 44 static const char PointerType[]; variable
|
H A D | MakeSmartPtrCheck.cpp | 39 const char MakeSmartPtrCheck::PointerType[] = "pointerType"; member in clang::tidy::modernize::MakeSmartPtrCheck
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTypeCache.h | 23 class PointerType; variable
|
H A D | ItaniumCXXABI.cpp | 4328 QualType PointerType = getContext().getPointerType(FundamentalType); EmitFundamentalRTTIDescriptors() local [all...] |
/llvm-project/llvm/include/llvm/IR/ |
H A D | Type.h | 32 class PointerType; variable
|
H A D | InlineAsm.h | 31 class PointerType; variable
|
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | IndirectionUtils.h | 44 class PointerType; global() variable
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | isolate-declaration.cpp | 236 using PointerType = int; typedef
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DynamicTypePropagation.cpp | 115 if (const auto *PointerType = dyn_cast<ObjCObjectPointerType>(Type)) { in isObjCClassType() local
|
/llvm-project/llvm/lib/IR/ |
H A D | Type.cpp | 755 PointerType::PointerType(LLVMContext &C, unsigned AddrSpace) PointerType() function in PointerType [all...] |
/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBTypes.h | 258 PointerType, enumerator
|
/llvm-project/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 __anon6b6344ba0111::PointerType [all...] |
/llvm-project/llvm/include/llvm/Demangle/ |
H A D | MicrosoftDemangleNodes.h | 240 PointerType, global() enumerator
|
H A D | ItaniumDemangle.h | 591 friend class PointerType; global() variable 616 PointerType(const Node *Pointee_) PointerType() function
|
/llvm-project/libcxxabi/src/demangle/ |
H A D | ItaniumDemangle.h | 592 friend class PointerType; global() variable 617 PointerType(const Node *Pointee_) PointerType() function
|
/llvm-project/clang/unittests/ASTMatchers/ |
H A D | ASTMatchersNodeTest.cpp | 1707 TEST_P(ASTMatchersTest,PointerType) TEST_P() argument
|