Home
last modified time | relevance | path

Searched refs:pointee (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DMemoryUnsafeCastChecker.cpp95 return hasType(pointerType(pointee(hasDeclaration(DeclM)))); in hasTypePointingTo()
113 pointee(hasDeclaration(objcInterfaceDecl().bind(BaseNode))))))), in checkASTCodeBody()
114 ignoringImpCasts(hasType(objcObjectPointerType(pointee(hasDeclaration( in checkASTCodeBody()
147 pointee(hasDeclaration(objcInterfaceDecl().bind(FromCastNode))))))), in checkASTCodeBody()
149 pointee(hasDeclaration(objcInterfaceDecl().bind(ToCastNode)))))), in checkASTCodeBody()
152 objcObjectPointerType(pointee(hasDeclaration(objcInterfaceDecl( in checkASTCodeBody()
155 objcObjectPointerType(pointee(hasDeclaration(objcInterfaceDecl( in checkASTCodeBody()
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/
H A DCIRTypes.td230 types, other than pointers-to-members. The `pointee` type is the type
236 let parameters = (ins "mlir::Type":$pointee);
239 TypeBuilderWithInferredContext<(ins "mlir::Type":$pointee), [{
240 return $_get(pointee.getContext(), pointee);
242 TypeBuilder<(ins "mlir::Type":$pointee), [{
243 return $_get($_ctxt, pointee);
248 `<` $pointee `>`
H A DCIROps.td313 AllocaTypesMatchWith<"'allocaType' matches pointee type of 'addr'",
378 TypesMatchWith<"type of 'result' matches pointee type of 'addr'",
424 TypesMatchWith<"type of 'value' matches pointee type of 'addr'",
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp209 pointerType(pointee(hasCanonicalType( in checkASTCodeBody()
221 objcObjectPointerType(pointee( in checkASTCodeBody()
H A DOSObjectCStyleCast.cpp77 return hasType(pointerType(pointee(hasDeclaration(DeclM)))); in hasTypePointingTo()
H A DObjCAutoreleaseWriteChecker.cpp176 pointee(hasCanonicalType(objcObjectPointerType())))))) in checkASTCodeBody()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp394 CompilerType pointee; in CanBeUsedForElementCountPrinting() local
395 if (!type.IsPointerType(&pointee)) in CanBeUsedForElementCountPrinting()
397 if (pointee.IsVoidType()) in CanBeUsedForElementCountPrinting()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp221 referenceType(pointee(unless(isConstQualified())))); in __anon2875c4430802()
226 pointerType(pointee(unless(isConstQualified())))); in __anon2875c4430902()
580 hasUnqualifiedDesugaredType(referenceType(pointee(arrayType()))))))); in findRangeLoopMutation()
611 pointee(hasDeclaration(cxxRecordDecl(HasAnyNonConstIterator))))))))); in findRangeLoopMutation()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1568 ValueObjectSP pointee = base->Dereference(error); in GetValueForDereferincingOffset() local
1570 if (!pointee) { in GetValueForDereferincingOffset()
1576 llvm::expectedToOptional(pointee->GetByteSize()).value_or(0)) { in GetValueForDereferincingOffset()
1578 llvm::expectedToOptional(pointee->GetByteSize()).value_or(1); in GetValueForDereferincingOffset()
1582 pointee = base->GetSyntheticArrayMember(index, can_create); in GetValueForDereferincingOffset()
1585 if (!pointee || error.Fail()) { in GetValueForDereferincingOffset()
1589 return GetValueForOffset(frame, pointee, offset); in GetValueForDereferincingOffset()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp587 QualType pointee = PT->getPointeeType(); in matchesType() local
588 if (pointee->getAsStructureType() || pointee->isVoidType()) in matchesType()
/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRTypes.cpp761 mlir::Type pointee) { in verify() argument
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc1529 AND_1_VALUE_PARAMS(pointee)) { in ACTION_TEMPLATE() argument
1530 return Pointer<pointee_type>(new pointee_type(pointee)); in ACTION_TEMPLATE()
H A Dgmock-matchers-misc_test.cc1673 MATCHER_P(UniquePointee, pointee, "") { return *arg == pointee; }
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp544 REGISTER_MATCHER(pointee); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp356 referenceType(pointee(desugarsToOptionalOrDerivedType())))))); in isCallReturningOptional()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp564 TypeSP pointee = GetOrCreateType(pr.ReferentType); in CreatePointerType() local
565 if (!pointee) in CreatePointerType()
/freebsd/contrib/googletest/docs/
H A Dgmock_faq.md73 function parameter is passed by pointer or reference, declaring the pointee or
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1121 pointee,
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td190 "Check whether the pointee of a pass-by-reference or "
725 "the pointee of pointer/reference fields, and will only "
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttrDocs.td3722 determines the pointee type of some other pointer argument.
3728 argument will have a pointer type. The expected pointee type of this pointer
3730 ``type_tag_idx``. In the code example below, "1" means that the pointee type
3733 argument will be a type tag. The type tag will determine the expected pointee
3736 argument should agree with the pointee type of the pointer argument specified
3747 // determine the expected pointee type of the function's 1st argument.
3796 attribute, the pointee type of the function argument specified by ``ptr_idx`` is
4235 pointer is considered to refer to its pointee, a ``std::initializer_list<T>``
4302 - A pointer param (of non-view type) is considered to refer to its pointee.
4304 to its pointee (gsl owner). This holds true even if the view type appears as a reference
H A DDiagnosticASTKinds.td260 "%select{alignment of|offset of the aligned pointer from}0 the base pointee "
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp6601 QualType pointee = ptr->getPointeeType(); in handleObjCOwnershipTypeAttr() local
6602 if (pointee->isObjCRetainableType() || pointee->isPointerType()) in handleObjCOwnershipTypeAttr()
H A DOpenCLBuiltins.td369 // (extensionless) pointee type of these pointer-to-half types from the "half"
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7482 pointee, getPointee,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp2147 bool pointee = false) { in GetGCAttrTypeForType() argument
2159 if (pointee) in GetGCAttrTypeForType()

12