| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | SmartPointerAccessorCaching.cpp | 23 using ast_matchers::pointerType; 144 returns(hasCanonicalType(pointerType())), in isSmartPointerLikeOperatorArrow() 160 returns(hasCanonicalType(pointerType())), in isPointerLikeOperatorArrow() 175 parameterCountIs(0), returns(hasCanonicalType(pointerType())), in isSmartPointerLikeGetMethodCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/ |
| H A D | RandomIRBuilder.cpp | 117 PointerType *pointerType = dyn_cast<PointerType>(Ptr->getType()); in buildTargetLegalPtr() local 118 if (pointerType && pointerType->getAddressSpace() == 8) { in buildTargetLegalPtr()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | OSObjectCStyleCast.cpp | 77 return hasType(pointerType(pointee(hasDeclaration(DeclM)))); in hasTypePointingTo()
|
| H A D | ObjCAutoreleaseWriteChecker.cpp | 175 parmVarDecl(hasType(hasCanonicalType(pointerType( in checkASTCodeBody()
|
| H A D | NumberObjectConversionChecker.cpp | 209 pointerType(pointee(hasCanonicalType( in checkASTCodeBody()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaObjC.cpp | 139 const ObjCObjectPointerType *pointerType = in CheckObjCForCollectionOperand() local 141 if (!pointerType) in CheckObjCForCollectionOperand() 147 const ObjCObjectType *objectType = pointerType->getObjectType(); in CheckObjCForCollectionOperand() 177 method = LookupMethodInQualifiedType(selector, pointerType, in CheckObjCForCollectionOperand() 292 const PointerType *pointerType = type->getAs<PointerType>(); in ActOnObjCAtSynchronizedOperand() local 293 if (!pointerType || !pointerType->getPointeeType()->isVoidType()) { in ActOnObjCAtSynchronizedOperand()
|
| H A D | SemaARM.cpp | 885 const PointerType *pointerType = PointerArg->getType()->getAs<PointerType>(); in CheckARMBuiltinExclusiveCall() local 886 if (!pointerType) { in CheckARMBuiltinExclusiveCall() 895 QualType ValType = pointerType->getPointeeType(); in CheckARMBuiltinExclusiveCall()
|
| H A D | SemaChecking.cpp | 3407 if (auto pointerType = type->getAs<PointerType>()) in CheckNonNullArguments() local 3408 type = pointerType->getPointeeType(); in CheckNonNullArguments() 4152 const PointerType *pointerType = Ptr->getType()->getAs<PointerType>(); in BuildAtomicExpr() local 4153 if (!pointerType) { in BuildAtomicExpr() 4160 QualType AtomTy = pointerType->getPointeeType(); // 'A' in BuildAtomicExpr() 4201 pointerType->getPointeeType().getCVRQualifiers()); in BuildAtomicExpr() 4203 pointerType = PointerQT->getAs<PointerType>(); in BuildAtomicExpr() 4574 const PointerType *pointerType = FirstArg->getType()->getAs<PointerType>(); in BuiltinAtomicOverloaded() local 4575 if (!pointerType) { in BuiltinAtomicOverloaded() 4581 QualType ValType = pointerType->getPointeeType(); in BuiltinAtomicOverloaded() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | MemoryUnsafeCastChecker.cpp | 95 return hasType(pointerType(pointee(hasDeclaration(DeclM)))); in hasTypePointingTo()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenExprScalar.cpp | 1382 const PointerType *pointerType = in emitPointerArithmetic() local 1384 if (!pointerType) { in emitPointerArithmetic() 1389 QualType elementType = pointerType->getPointeeType(); in emitPointerArithmetic()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ExprMutationAnalyzer.cpp | 226 pointerType(pointee(unless(isConstQualified())))); in __anon2875c4430902()
|
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 545 REGISTER_MATCHER(pointerType); in RegistryMaps()
|
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 1095 const AstTypeMatcher<PointerType> pointerType; variable
|
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 7399 extern const AstTypeMatcher<PointerType> pointerType; 8292 integerLiteral(equals(0), hasParent(expr(hasType(pointerType()))))); in AST_MATCHER_FUNCTION()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprScalar.cpp | 4268 const PointerType *pointerType in emitPointerArithmetic() local 4270 if (!pointerType) { in emitPointerArithmetic() 4284 QualType elementType = pointerType->getPointeeType(); in emitPointerArithmetic()
|