/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
H A D | PrettyFunctionDumper.h | 22 enum class PointerType { None, Pointer, Reference }; enum
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenTypes.h | 41 class PointerType; variable
|
H A D | CodeGenTypeCache.h | 23 class PointerType; variable
|
H A D | CGBlocks.h | 34 class PointerType; variable
|
H A D | ItaniumCXXABI.cpp | 4180 QualType PointerType = getContext().getPointerType(FundamentalType); in EmitFundamentalRTTIDescriptors() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPConstants.h | 27 class PointerType; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | MemoryBuiltins.h | 48 class PointerType; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | Type.h | 34 class PointerType; variable
|
H A D | InlineAsm.h | 28 class PointerType; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Type.cpp | 716 PointerType::PointerType(Type *E, unsigned AddrSpace) in PointerType() function in PointerType 723 PointerType::PointerType(LLVMContext &C, unsigned AddrSpace) in PointerType() function in PointerType
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | IndirectionUtils.h | 44 class PointerType; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DynamicTypePropagation.cpp | 116 if (const auto *PointerType = dyn_cast<ObjCObjectPointerType>(Type)) { in isObjCClassType() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBTypes.h | 258 PointerType, enumerator
|
/netbsd-src/external/apache2/llvm/dist/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 __anone3a730d20111::PointerType
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/ |
H A D | MicrosoftDemangleNodes.h | 240 PointerType, enumerator
|
H A D | ItaniumDemangle.h | 456 friend class PointerType; variable 481 PointerType(const Node *Pointee_) in PointerType() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/ |
H A D | ir.go | 679 func PointerType(elementType Type, addressSpace int) (t Type) { func
|