Home
last modified time | relevance | path

Searched refs:pointerType (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DObjCAutoreleaseWriteChecker.cpp155 parmVarDecl(hasType(hasCanonicalType(pointerType( in checkASTCodeBody()
H A DNumberObjectConversionChecker.cpp212 pointerType(pointee(hasCanonicalType( in checkASTCodeBody()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp54 pointerType(pointee(unless(isConstQualified())))); in __anond759b8d20302()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp1832 const ObjCObjectPointerType *pointerType = in CheckObjCForCollectionOperand() local
1834 if (!pointerType) in CheckObjCForCollectionOperand()
1840 const ObjCObjectType *objectType = pointerType->getObjectType(); in CheckObjCForCollectionOperand()
1870 method = LookupMethodInQualifiedType(selector, pointerType, in CheckObjCForCollectionOperand()
3855 const PointerType *pointerType = type->getAs<PointerType>(); in ActOnObjCAtSynchronizedOperand() local
3856 if (!pointerType || !pointerType->getPointeeType()->isVoidType()) { in ActOnObjCAtSynchronizedOperand()
H A DSemaChecking.cpp1657 if (!pointerType) { in CheckARMBuiltinExclusiveCall()
1666 QualType ValType = pointerType->getPointeeType(); in CheckARMBuiltinExclusiveCall()
4099 if (auto pointerType = type->getAs<PointerType>()) in CheckNonNullArguments() local
4100 type = pointerType->getPointeeType(); in CheckNonNullArguments()
4518 const PointerType *pointerType = Ptr->getType()->getAs<PointerType>(); in SemaAtomicOpsOverloaded() local
4519 if (!pointerType) { in SemaAtomicOpsOverloaded()
4526 QualType AtomTy = pointerType->getPointeeType(); // 'A' in SemaAtomicOpsOverloaded()
4837 if (!pointerType) { in SemaBuiltinAtomicOverloaded()
4843 QualType ValType = pointerType->getPointeeType(); in SemaBuiltinAtomicOverloaded()
5213 if (!pointerType) { in SemaBuiltinNontemporalOverloaded()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp445 REGISTER_MATCHER(pointerType); in RegistryMaps()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp822 const AstTypeMatcher<PointerType> pointerType; variable
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5471 extern const AstTypeMatcher<PointerType> pointerType;
6190 integerLiteral(equals(0), hasParent(expr(hasType(pointerType()))))); in AST_MATCHER_FUNCTION()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp3186 const PointerType *pointerType in emitPointerArithmetic() local
3188 if (!pointerType) { in emitPointerArithmetic()
3202 QualType elementType = pointerType->getPointeeType(); in emitPointerArithmetic()