Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp415 const PointerType *pointerType = FirstArg->getType()->getAs<PointerType>(); in SemaBuiltinAtomicOverloaded() local
416 if (!pointerType) { in SemaBuiltinAtomicOverloaded()
422 QualType ValType = pointerType->getPointeeType(); in SemaBuiltinAtomicOverloaded()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp1872 const PointerType *pointerType in emitPointerArithmetic() local
1874 if (!pointerType) { in emitPointerArithmetic()
1888 QualType elementType = pointerType->getPointeeType(); in emitPointerArithmetic()