Home
last modified time | relevance | path

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

1234567

/aosp_15_r20/frameworks/libs/binary_translation/guest_abi/include/berberis/guest_abi/
Dguest_type.h167 constexpr explicit operator PointerType() const { in PointerType() function
193 constexpr explicit operator PointerType() const { in PointerType() function
219 constexpr explicit operator PointerType() const { in PointerType() function
245 constexpr explicit operator PointerType() const { in PointerType() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DWithCache.h36 using PointerType = conditionally_const_t<UnderlyingType *, IsConst>; variable
66 operator PointerType() const { return Pointer.getPointer(); } in PointerType() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DWithCache.h36 using PointerType = conditionally_const_t<UnderlyingType *, IsConst>; variable
66 operator PointerType() const { return Pointer.getPointer(); } in PointerType() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DWithCache.h36 using PointerType = conditionally_const_t<UnderlyingType *, IsConst>; variable
66 operator PointerType() const { return Pointer.getPointer(); } in PointerType() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DWithCache.h36 using PointerType = conditionally_const_t<UnderlyingType *, IsConst>; variable
66 operator PointerType() const { return Pointer.getPointer(); } in PointerType() function
/aosp_15_r20/external/eigen/Eigen/src/Core/
H A DMapBase.h58 PointerType; typedef
234 typedef typename Base::PointerType PointerType; typedef
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
Dast.go944 type PointerType struct { struct
945 Base AST
948 func (pt *PointerType) print(ps *printState) {
952 func (pt *PointerType) printInner(ps *printState) {
956 func (pt *PointerType) Traverse(fn func(AST) bool) {
962 func (pt *PointerType) Copy(fn func(AST) AST, skip func(AST) bool) AST {
977 func (pt *PointerType) GoString() string {
981 func (pt *PointerType) goString(indent int, field string) string {
/aosp_15_r20/system/tools/hidl/
DPointerType.h25 struct PointerType : public Type { struct
DPointerType.cpp24 PointerType::PointerType(Scope* parent) : Type(parent, "pointer") {} in PointerType() function in android::PointerType
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-tidy/modernize/
DMakeSmartPtrCheck.h44 static const char PointerType[]; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-tidy/modernize/
DMakeSmartPtrCheck.h44 static const char PointerType[]; variable
/aosp_15_r20/external/llvm/tools/llvm-pdbdump/
H A DFunctionDumper.h23 enum class PointerType { None, Pointer, Reference }; enum
H A DVariableDumper.cpp157 if (auto *PointerType = dyn_cast<PDBSymbolTypePointer>(&Type)) { in tryDumpFunctionPointer() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-tidy/modernize/
DMakeSmartPtrCheck.h44 static const char PointerType[]; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang-tidy/modernize/
DMakeSmartPtrCheck.h44 static const char PointerType[]; variable
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/
H A Dunique_ptr_impl_ref_traits.h14 using PointerType = std::unique_ptr<Interface, Deleter>; member
H A Draw_ptr_impl_ref_traits.h14 using PointerType = Interface*; member
/aosp_15_r20/external/armnn/include/armnn/
H A DBackendRegistry.hpp38 using PointerType = IBackendInternalUniquePtr; typedef in armnn::BackendRegistry
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Frontend/OpenMP/
H A DOMPConstants.h24 class PointerType; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DType.cpp764 PointerType::PointerType(Type *E, unsigned AddrSpace) in PointerType() function in PointerType
771 PointerType::PointerType(LLVMContext &C, unsigned AddrSpace) in PointerType() function in PointerType
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DConstants.h46 class PointerType; variable
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DConstants.h36 class PointerType; variable
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h29 class PointerType; variable
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCodeGenTypeCache.h23 class PointerType; variable
H A DCodeGenTypes.h44 class PointerType; variable

1234567