Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dxcore-stringtype.c66 int* pointerType(int *I, int * (*FP)(int *)) { in pointerType() function
/external/clang/lib/Sema/
DSemaChecking.cpp1282 const PointerType *pointerType = PointerArg->getType()->getAs<PointerType>(); in CheckARMBuiltinExclusiveCall() local
2046 if (auto pointerType = type->getAs<PointerType>()) in CheckNonNullArguments() local
2403 const PointerType *pointerType = Ptr->getType()->getAs<PointerType>(); in SemaAtomicOpsOverloaded() local
2675 const PointerType *pointerType = FirstArg->getType()->getAs<PointerType>(); in SemaBuiltinAtomicOverloaded() local
3044 const PointerType *pointerType = PointerArg->getType()->getAs<PointerType>(); in SemaBuiltinNontemporalOverloaded() local
DSemaStmt.cpp1716 const ObjCObjectPointerType *pointerType = in CheckObjCForCollectionOperand() local
3487 const PointerType *pointerType = type->getAs<PointerType>(); in ActOnObjCAtSynchronizedOperand() local
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.cpp1280 Id pointerType = makePointer(storageClass, type); in createVariable() local
/external/clang/lib/CodeGen/
DCGExprScalar.cpp2448 const PointerType *pointerType in emitPointerArithmetic() local
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp904 const string pointerType = (scalarInput) ? "%up_scalartype" : "%up_testtype"; in createInputTestfun() local