/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/ |
H A D | LowLevelType.h | 141 : IsScalar(false), IsPointer(false), IsVector(false), RawData(0) {} in LLT() 150 return isValid() && IsPointer && !IsVector; in isPointer() 152 constexpr bool isPointerVector() const { return IsPointer && isVector(); } in isPointerVector() 154 return IsPointer && isValid(); in isPointerOrPointerVector() 172 return IsPointer ? getFieldValue(PointerVectorScalableFieldInfo) in isScalable() 186 return ElementCount::get(IsPointer in getElementCount() 271 if (!IsPointer) in getScalarSizeInBits() 276 assert(IsPointer && "unexpected LLT"); in getScalarSizeInBits() 282 assert(IsPointer && "cannot get address space of non-pointer type"); in getAddressSpace() 292 if (IsPointer) in getElementType() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetCallingConv.h | 55 unsigned IsPointer : 1; member 69 IsCopyElisionCandidate(0), IsPointer(0) { in ArgFlagsTy() 141 bool isPointer() const { return IsPointer; } in isPointer() 142 void setPointer() { IsPointer = 1; } in setPointer()
|
/freebsd/contrib/llvm-project/clang/lib/Support/ |
H A D | RISCVVIntrinsicUtils.cpp | 151 if (IsPointer) in initBuiltinStr() 216 if (IsPointer) in initBuiltinStr() 224 if (IsPointer) in initBuiltinStr() 279 if (IsPointer) in initTypeStr() 330 if (IsPointer) in initTypeStr() 842 IsPointer = true; in applyModifier()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVType.h | 29 IsPointer, enumerator 78 KIND(LVTypeKind, IsPointer);
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGenTypes/ |
H A D | LowLevelType.cpp | 32 IsPointer = false; in LLT()
|
/freebsd/contrib/llvm-project/clang/include/clang/Support/ |
H A D | RISCVVIntrinsicUtils.h | 257 bool IsPointer = false; variable 317 bool isPointer() const { return IsPointer; } in isPointer()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | Scalarizer.cpp | 146 bool IsPointer; member in __anon7628c1430111::Scatterer 348 IsPointer = V->getType()->isPointerTy(); in Scatterer() 353 IsPointer) && in Scatterer() 367 if (IsPointer) { in operator []()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 4077 unsigned IsPointer : 1; 4083 CatchHandlerType(QualType QT, Unique) : QT(QT), IsPointer(false) {} in CatchHandlerType() 4089 CatchHandlerType(QualType Q) : QT(Q), IsPointer(false) { in CatchHandlerType() 4091 IsPointer = true; in CatchHandlerType() 4094 if (IsPointer || QT->isReferenceType()) in CatchHandlerType() 4101 CatchHandlerType(QualType QT, bool IsPointer) in CatchHandlerType() argument 4102 : QT(QT), IsPointer(IsPointer) {} in CatchHandlerType() 4105 bool isPointer() const { return IsPointer; } in isPointer() 4110 if (LHS.IsPointer != RHS.IsPointer) in operator ==()
|
H A D | CheckExprLifetime.cpp | 1165 bool IsPointer = !Member->getType()->isReferenceType(); in checkExprLifetimeImpl() local 1167 IsPointer ? diag::warn_init_ptr_member_to_parameter_addr in checkExprLifetimeImpl() 1172 << (unsigned)IsPointer; in checkExprLifetimeImpl()
|
H A D | OpenCLBuiltins.td | 173 bit IsPointer = 0; 191 let IsPointer = _Ty.IsPointer; 204 let IsPointer = 1; 216 let IsPointer = _Ty.IsPointer; 228 let IsPointer = _Ty.IsPointer; 241 let IsPointer = _Ty.IsPointer;
|
H A D | SemaDeclAttr.cpp | 5187 bool IsPointer = AL.getAttrName()->getName() == "pointer_with_type_tag"; in handleArgumentWithTypeTagAttr() local 5188 if (IsPointer) { in handleArgumentWithTypeTagAttr() 5198 IsPointer)); in handleArgumentWithTypeTagAttr()
|
H A D | SemaOpenMP.cpp | 20353 bool IsPointer = CurType->isAnyPointerType(); in VisitArraySectionExpr() local 20355 if (!IsPointer && !CurType->isArrayType()) { in VisitArraySectionExpr() 20373 if (NotWhole || IsPointer) in VisitArraySectionExpr() 20377 if (IsPointer && !AllowAnotherPtr) in VisitArraySectionExpr() 20393 if (IsPointer) in VisitArraySectionExpr()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVType.cpp | 94 {LVTypeKind::IsPointer, &LVType::getIsPointer},
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
H A D | Options.cpp | 399 clEnumValN(LVTypeKind::IsPointer, "Pointer", "Pointer."),
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | MicrosoftMangle.cpp | 2478 bool IsPointer = T->isAnyPointerType() || T->isMemberPointerType() || in mangleType() local 2495 if (!IsPointer && Quals) { in mangleType() 2505 if ((!IsPointer && Quals) || isa<TagType>(T) || isArtificialTagType(T)) { in mangleType()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | MicrosoftCXXABI.cpp | 4290 bool IsPointer = T->isPointerType(); in getCatchableTypeArray() local 4291 if (IsPointer) in getCatchableTypeArray() 4323 if (IsPointer) in getCatchableTypeArray() 4346 if (IsPointer && T->getPointeeType()->isObjectType()) in getCatchableTypeArray()
|
H A D | CGOpenMPRuntime.cpp | 7204 bool IsPointer = in generateInfoForComponentList() local 7213 bool IsNonDerefPointer = IsPointer && in generateInfoForComponentList() 7279 (((IsPointer || ForDeviceAddr) && in generateInfoForComponentList() 7281 (IsPrevMemberReference && !IsPointer) || in generateInfoForComponentList() 7287 assert(!IsPointer && in generateInfoForComponentList() 7426 if (IsPointer || (IsMemberReference && Next != CE)) in generateInfoForComponentList()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | TokenKinds.def | 580 TYPE_TRAIT_1(__is_pointer, IsPointer, KEYCXX)
|
H A D | Attr.td | 3910 BoolArgument<"IsPointer", /*opt*/0, /*fake*/1>];
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | Target.td | 1069 bit IsPointer = false; 1080 let IsPointer = true in {
|