| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | MemoryUnsafeCastChecker.cpp | 95 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 D | CIRTypes.td | 230 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 D | CIROps.td | 313 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 D | NumberObjectConversionChecker.cpp | 209 pointerType(pointee(hasCanonicalType( in checkASTCodeBody() 221 objcObjectPointerType(pointee( in checkASTCodeBody()
|
| H A D | OSObjectCStyleCast.cpp | 77 return hasType(pointerType(pointee(hasDeclaration(DeclM)))); in hasTypePointingTo()
|
| H A D | ObjCAutoreleaseWriteChecker.cpp | 176 pointee(hasCanonicalType(objcObjectPointerType())))))) in checkASTCodeBody()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectExpression.cpp | 394 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 D | ExprMutationAnalyzer.cpp | 221 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 D | StackFrame.cpp | 1568 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 D | FormatString.cpp | 587 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 D | CIRTypes.cpp | 761 mlir::Type pointee) { in verify() argument
|
| /freebsd/contrib/googletest/googlemock/test/ |
| H A D | gmock-more-actions_test.cc | 1529 AND_1_VALUE_PARAMS(pointee)) { in ACTION_TEMPLATE() argument 1530 return Pointer<pointee_type>(new pointee_type(pointee)); in ACTION_TEMPLATE()
|
| H A D | gmock-matchers-misc_test.cc | 1673 MATCHER_P(UniquePointee, pointee, "") { return *arg == pointee; }
|
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 544 REGISTER_MATCHER(pointee); in RegistryMaps()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/ |
| H A D | UncheckedOptionalAccessModel.cpp | 356 referenceType(pointee(desugarsToOptionalOrDerivedType())))))); in isCallReturningOptional()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.cpp | 564 TypeSP pointee = GetOrCreateType(pr.ReferentType); in CreatePointerType() local 565 if (!pointee) in CreatePointerType()
|
| /freebsd/contrib/googletest/docs/ |
| H A D | gmock_faq.md | 73 function parameter is passed by pointer or reference, declaring the pointee or
|
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 1121 pointee,
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 190 "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 D | AttrDocs.td | 3722 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 D | DiagnosticASTKinds.td | 260 "%select{alignment of|offset of the aligned pointer from}0 the base pointee "
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 6601 QualType pointee = ptr->getPointeeType(); in handleObjCOwnershipTypeAttr() local 6602 if (pointee->isObjCRetainableType() || pointee->isPointerType()) in handleObjCOwnershipTypeAttr()
|
| H A D | OpenCLBuiltins.td | 369 // (extensionless) pointee type of these pointer-to-half types from the "half"
|
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 7482 pointee, getPointee,
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCMac.cpp | 2147 bool pointee = false) { in GetGCAttrTypeForType() argument 2159 if (pointee) in GetGCAttrTypeForType()
|