Searched refs:ptrType (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SValBuilder.h | 304 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 D | SyntheticSections.cpp | 282 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 D | Type.cpp | 1442 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 D | SPIRVInstrInfo.td | 184 def OpTypeForwardPointer: Op<39, (outs), (ins TYPE:$ptrType, StorageClass:$storageClass), 185 "OpTypeForwardPointer $ptrType $storageClass">;
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaType.cpp | 4231 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 D | CGExpr.cpp | 3914 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()
|