Home
last modified time | relevance | path

Searched refs:hasPointerType (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp217 static auto hasPointerType() { in hasPointerType()
308 castSubExpr(allOf(hasPointerType(), InnerMatcher))); in isInUnspecifiedPointerContext()
312 eachOf(hasLHS(allOf(hasPointerType(), InnerMatcher)), in isInUnspecifiedPointerContext()
313 hasRHS(allOf(hasPointerType(), InnerMatcher)))); in isInUnspecifiedPointerContext()
321 allOf(hasLHS(hasPointerType()), in isInUnspecifiedPointerContext()
322 hasRHS(hasPointerType())), in isInUnspecifiedPointerContext()
1074 hasUnaryOperand(ignoringParenImpCasts(hasPointerType())))
1114 hasUnaryOperand(ignoringParenImpCasts(hasPointerType()))) in PointerDereferenceGadget()
1154 anyOf(hasPointerType(), hasArrayType()))), in UPCAddressofArraySubscriptGadget()
1205 hasRHS(expr(hasPointerType())
215 static auto hasPointerType() { hasPointerType() function
[all...]
/llvm-project/flang/lib/Optimizer/Transforms/
H A DArrayValueCopy.cpp463 static bool hasPointerType(mlir::Type type) { in hasPointerType() function
572 const bool storeHasPointerType = hasPointerType(addr.getType()); in conflictOnLoad()
590 if (optimize && !hasPointerType(ldTy) && in conflictOnLoad()
598 } else if (hasPointerType(ldTy)) { in conflictOnLoad()