Home
last modified time | relevance | path

Searched refs:IsPointer (Results 1 – 20 of 20) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DLowLevelTypeImpl.h126 return isValid() && IsPointer && !IsVector; in isPointer()
152 return ElementCount::get(IsPointer in getElementCount()
237 if (!IsPointer) in getScalarSizeInBits()
241 } else if (IsPointer) in getScalarSizeInBits()
259 if (IsPointer) in getElementType()
275 return IsPointer == RHS.IsPointer && IsVector == RHS.IsVector &&
343 uint64_t IsPointer : 1;
370 this->IsPointer = IsPointer;
377 if (!IsPointer)
390 } else if (IsPointer)
[all …]
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h55 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()
/openbsd/gnu/llvm/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp145 if (IsPointer) in initBuiltinStr()
207 if (IsPointer) in initBuiltinStr()
215 if (IsPointer) in initBuiltinStr()
262 if (IsPointer) in initTypeStr()
304 if (IsPointer) in initTypeStr()
718 IsPointer = true; in applyModifier()
/openbsd/gnu/llvm/clang/utils/TableGen/
H A DClangOpenCLBuiltinEmitter.cpp250 TypeFlags() : IsConst(false), IsVolatile(false), IsPointer(false) {} in TypeFlags()
253 bool IsPointer : 1; member
1002 if (Flags.IsPointer) { in getTypeString()
1021 if (Type->getValueAsBit("IsPointer") || Flags.IsPointer) { in getTypeString()
1047 Flags.IsPointer = Type->getValueAsBit("IsPointer"); in getTypeLists()
/openbsd/gnu/llvm/llvm/lib/Support/
H A DLowLevelType.cpp31 IsPointer = false; in LLT()
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h29 IsPointer, enumerator
78 KIND(LVTypeKind, IsPointer);
/openbsd/gnu/llvm/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h238 bool IsPointer = false; variable
295 bool isPointer() const { return IsPointer; } in isPointer()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp4338 unsigned IsPointer : 1; member in __anonf4d0b06a1511::CatchHandlerType
4344 CatchHandlerType(QualType QT, Unique) : QT(QT), IsPointer(false) {} in CatchHandlerType()
4350 CatchHandlerType(QualType Q) : QT(Q), IsPointer(false) { in CatchHandlerType()
4352 IsPointer = true; in CatchHandlerType()
4354 if (IsPointer || QT->isReferenceType()) in CatchHandlerType()
4362 CatchHandlerType(QualType QT, bool IsPointer) in CatchHandlerType() argument
4363 : QT(QT), IsPointer(IsPointer) {} in CatchHandlerType()
4366 bool isPointer() const { return IsPointer; } in isPointer()
4371 if (LHS.IsPointer != RHS.IsPointer) in operator ==()
H A DOpenCLBuiltins.td173 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 DSemaInit.cpp8087 bool IsPointer = !Member->getType()->isReferenceType(); in checkInitializerLifetime() local
8088 Diag(DiagLoc, IsPointer ? diag::warn_init_ptr_member_to_parameter_addr in checkInitializerLifetime()
8093 << (unsigned)IsPointer; in checkInitializerLifetime()
H A DSemaDeclAttr.cpp5578 bool IsPointer = AL.getAttrName()->getName() == "pointer_with_type_tag"; in handleArgumentWithTypeTagAttr() local
5579 if (IsPointer) { in handleArgumentWithTypeTagAttr()
5589 IsPointer)); in handleArgumentWithTypeTagAttr()
H A DSemaOpenMP.cpp21117 bool IsPointer = CurType->isAnyPointerType(); in VisitOMPArraySectionExpr() local
21119 if (!IsPointer && !CurType->isArrayType()) { in VisitOMPArraySectionExpr()
21137 if (NotWhole || IsPointer) in VisitOMPArraySectionExpr()
21141 if (IsPointer && !AllowAnotherPtr) in VisitOMPArraySectionExpr()
21157 if (IsPointer) in VisitOMPArraySectionExpr()
/openbsd/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVType.cpp94 {LVTypeKind::IsPointer, &LVType::getIsPointer},
/openbsd/gnu/llvm/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp399 clEnumValN(LVTypeKind::IsPointer, "Pointer", "Pointer."),
/openbsd/gnu/llvm/clang/lib/AST/
H A DMicrosoftMangle.cpp2258 bool IsPointer = T->isAnyPointerType() || T->isMemberPointerType() || in mangleType() local
2275 if (!IsPointer && Quals) { in mangleType()
2285 if ((!IsPointer && Quals) || isa<TagType>(T) || isArtificialTagType(T)) { in mangleType()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp4290 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 DCGOpenMPRuntime.cpp7482 bool IsPointer = in generateInfoForComponentList() local
7491 bool IsNonDerefPointer = IsPointer && !UO && !BO && !IsNonContiguous; in generateInfoForComponentList()
7555 (((IsPointer || ForDeviceAddr) && in generateInfoForComponentList()
7557 (IsPrevMemberReference && !IsPointer) || in generateInfoForComponentList()
7563 assert(!IsPointer && in generateInfoForComponentList()
7671 if (IsPointer || (IsMemberReference && Next != CE)) in generateInfoForComponentList()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DTokenKinds.def547 TYPE_TRAIT_1(__is_pointer, IsPointer, KEYCXX)
H A DAttr.td3449 BoolArgument<"IsPointer", /*opt*/0, /*fake*/1>];
/openbsd/gnu/llvm/llvm/include/llvm/Target/
H A DTarget.td974 bit IsPointer = false;
985 let IsPointer = true in {