Home
last modified time | relevance | path

Searched refs:ptrType (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h304 NonLoc makeIntValWithWidth(QualType ptrType, uint64_t integer) { in makeIntValWithWidth() argument
305 return nonloc::ConcreteInt(BasicVals.getValue(integer, ptrType)); in makeIntValWithWidth()
/openbsd-src/gnu/llvm/lld/wasm/
H A DSyntheticSections.cpp282 auto ptrType = is64 ? WASM_TYPE_I64 : WASM_TYPE_I32; in writeBody() local
283 import.Global = {static_cast<uint8_t>(ptrType), true}; in writeBody()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DType.cpp1442 const ObjCObjectPointerType *ptrType = in VisitAttributedType() local
1444 const ObjCObjectType *objType = ptrType in VisitAttributedType()
1445 ? ptrType->getObjectType() in VisitAttributedType()
1459 if (ptrType) in VisitAttributedType()
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.td184 def OpTypeForwardPointer: Op<39, (outs), (ins TYPE:$ptrType, StorageClass:$storageClass),
185 "OpTypeForwardPointer $ptrType $storageClass">;
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp4231 if (auto ptrType = type->getAs<PointerType>()) { in classifyPointerDeclarator() local
4237 type = ptrType->getPointeeType(); in classifyPointerDeclarator()
7483 const ObjCObjectPointerType *ptrType = type->getAs<ObjCObjectPointerType>(); in checkObjCKindOfType() local
7484 const ObjCObjectType *objType = ptrType ? ptrType->getObjectType() in checkObjCKindOfType()
7504 if (ptrType) { in checkObjCKindOfType()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExpr.cpp3914 QualType ptrType = E->getBase()->getType(); in EmitArraySubscriptExpr() local
3917 SignedIndices, E->getExprLoc(), &ptrType, in EmitArraySubscriptExpr()
5104 if (auto ptrType = E->getType()->getAs<PointerType>()) { in EmitCallee() local
5106 functionType = ptrType->getPointeeType(); in EmitCallee()