Home
last modified time | relevance | path

Searched defs:ptrType (Results 1 – 5 of 5) 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()
/openbsd-src/gnu/llvm/lld/wasm/
H A DSyntheticSections.cpp282 auto ptrType = is64 ? WASM_TYPE_I64 : WASM_TYPE_I32; in writeBody() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExpr.cpp3914 QualType ptrType = E->getBase()->getType(); in EmitArraySubscriptExpr() local
5104 if (auto ptrType = E->getType()->getAs<PointerType>()) { in EmitCallee() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp4231 if (auto ptrType = type->getAs<PointerType>()) { in classifyPointerDeclarator() local
7483 const ObjCObjectPointerType *ptrType = type->getAs<ObjCObjectPointerType>(); in checkObjCKindOfType() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DType.cpp1442 const ObjCObjectPointerType *ptrType = in VisitAttributedType() local