Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1064 const AstTypeMatcher<PointerType> pointerType; variable
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2237 const ObjCObjectPointerType *pointerType = CheckObjCForCollectionOperand() local
4319 const PointerType *pointerType = type->getAs<PointerType>(); ActOnObjCAtSynchronizedOperand() local
H A DSemaChecking.cpp3459 const PointerType *pointerType = PointerArg->getType()->getAs<PointerType>(); CheckARMBuiltinExclusiveCall() local
7341 if (auto pointerType = type->getAs<PointerType>()) CheckNonNullArguments() local
8044 const PointerType *pointerType = Ptr->getType()->getAs<PointerType>(); BuildAtomicExpr() local
8465 const PointerType *pointerType = FirstArg->getType()->getAs<PointerType>(); SemaBuiltinAtomicOverloaded() local
8845 const PointerType *pointerType = PointerArg->getType()->getAs<PointerType>(); SemaBuiltinNontemporalOverloaded() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp3677 const PointerType *pointerType emitPointerArithmetic() local