Home
last modified time | relevance | path

Searched defs:IsPointer (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/openthread/src/core/common/
H A Dtype_traits.hpp67 template <typename Type> struct IsPointer : public FalseValue struct
73 template <typename Type> struct IsPointer<Type *> : public TrueValue struct
77 template <typename Type> struct IsPointer<const Type *> : public TrueValue struct
81 template <typename Type> struct IsPointer<volatile Type *> : public TrueValue struct
85 template <typename Type> struct IsPointer<const volatile Type *> : TrueValue struct
/aosp_15_r20/external/cronet/base/memory/
H A Dvalues_equivalent.h18 concept IsPointer = std::is_pointer_v<T>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/LogicalView/Core/
DLVType.h29 IsPointer, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/LogicalView/Core/
DLVType.h29 IsPointer, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h29 IsPointer, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/LogicalView/Core/
DLVType.h29 IsPointer, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/LogicalView/Core/
DLVType.h29 IsPointer, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h50 unsigned IsPointer : 1; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DTargetCallingConv.h55 unsigned IsPointer : 1; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DTargetCallingConv.h55 unsigned IsPointer : 1; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DTargetCallingConv.h55 unsigned IsPointer : 1; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DTargetCallingConv.h55 unsigned IsPointer : 1; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h55 unsigned IsPointer : 1; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Support/
DRISCVVIntrinsicUtils.h257 bool IsPointer = false; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Support/
DRISCVVIntrinsicUtils.h257 bool IsPointer = false; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Support/
DRISCVVIntrinsicUtils.h257 bool IsPointer = false; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Support/
DRISCVVIntrinsicUtils.h257 bool IsPointer = false; variable
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaStmt.cpp3539 unsigned IsPointer : 1; member in __anonececbb350811::CatchHandlerType
3563 CatchHandlerType(QualType QT, bool IsPointer) in CatchHandlerType()
H A DSemaDeclAttr.cpp4142 bool IsPointer = (Attr.getName()->getName() == "pointer_with_type_tag"); in handleArgumentWithTypeTagAttr() local
H A DSemaOpenMP.cpp10601 bool IsPointer = CurType->isAnyPointerType(); in CheckMapClauseExpressionBase() local
H A DSemaDeclCXX.cpp3025 const bool IsPointer = MemberTy->isPointerType(); in CheckForDanglingReferenceOrPointer() local
/aosp_15_r20/external/clang/lib/AST/
H A DMicrosoftMangle.cpp1564 bool IsPointer = T->isAnyPointerType() || T->isMemberPointerType() || in mangleType() local
/aosp_15_r20/external/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp4007 bool IsPointer = T->isPointerType(); in getCatchableTypeArray() local
H A DCGOpenMPRuntime.cpp5308 bool IsPointer = in generateInfoForComponentList() local