Home
last modified time | relevance | path

Searched defs:pointerType (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaARM.cpp902 const PointerType *pointerType = PointerArg->getType()->getAs<PointerType>(); in CheckARMBuiltinExclusiveCall() local
HDSemaObjC.cpp143 const ObjCObjectPointerType *pointerType = in CheckObjCForCollectionOperand() local
296 const PointerType *pointerType = type->getAs<PointerType>(); in ActOnObjCAtSynchronizedOperand() local
HDSemaChecking.cpp3080 if (auto pointerType = type->getAs<PointerType>()) in CheckNonNullArguments() local
3756 const PointerType *pointerType = Ptr->getType()->getAs<PointerType>(); in BuildAtomicExpr() local
4150 const PointerType *pointerType = FirstArg->getType()->getAs<PointerType>(); in BuiltinAtomicOverloaded() local
4524 const PointerType *pointerType = PointerArg->getType()->getAs<PointerType>(); in BuiltinNontemporalOverloaded() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/
HDASTMatchersInternal.cpp1064 const AstTypeMatcher<PointerType> pointerType; variable
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGExprScalar.cpp3963 const PointerType *pointerType in emitPointerArithmetic() local