/aosp_15_r20/external/openthread/src/core/common/ |
H A D | type_traits.hpp | 67 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 D | values_equivalent.h | 18 concept IsPointer = std::is_pointer_v<T>; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/LogicalView/Core/ |
D | LVType.h | 29 IsPointer, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/LogicalView/Core/ |
D | LVType.h | 29 IsPointer, enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVType.h | 29 IsPointer, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/LogicalView/Core/ |
D | LVType.h | 29 IsPointer, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/LogicalView/Core/ |
D | LVType.h | 29 IsPointer, enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | TargetCallingConv.h | 50 unsigned IsPointer : 1; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/ |
D | TargetCallingConv.h | 55 unsigned IsPointer : 1; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/ |
D | TargetCallingConv.h | 55 unsigned IsPointer : 1; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/ |
D | TargetCallingConv.h | 55 unsigned IsPointer : 1; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/ |
D | TargetCallingConv.h | 55 unsigned IsPointer : 1; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
H A D | TargetCallingConv.h | 55 unsigned IsPointer : 1; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Support/ |
D | RISCVVIntrinsicUtils.h | 257 bool IsPointer = false; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Support/ |
D | RISCVVIntrinsicUtils.h | 257 bool IsPointer = false; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Support/ |
D | RISCVVIntrinsicUtils.h | 257 bool IsPointer = false; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Support/ |
D | RISCVVIntrinsicUtils.h | 257 bool IsPointer = false; variable
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 3539 unsigned IsPointer : 1; member in __anonececbb350811::CatchHandlerType 3563 CatchHandlerType(QualType QT, bool IsPointer) in CatchHandlerType()
|
H A D | SemaDeclAttr.cpp | 4142 bool IsPointer = (Attr.getName()->getName() == "pointer_with_type_tag"); in handleArgumentWithTypeTagAttr() local
|
H A D | SemaOpenMP.cpp | 10601 bool IsPointer = CurType->isAnyPointerType(); in CheckMapClauseExpressionBase() local
|
H A D | SemaDeclCXX.cpp | 3025 const bool IsPointer = MemberTy->isPointerType(); in CheckForDanglingReferenceOrPointer() local
|
/aosp_15_r20/external/clang/lib/AST/ |
H A D | MicrosoftMangle.cpp | 1564 bool IsPointer = T->isAnyPointerType() || T->isMemberPointerType() || in mangleType() local
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | MicrosoftCXXABI.cpp | 4007 bool IsPointer = T->isPointerType(); in getCatchableTypeArray() local
|
H A D | CGOpenMPRuntime.cpp | 5308 bool IsPointer = in generateInfoForComponentList() local
|