| /openbsd/src/gnu/llvm/clang/lib/AST/Interp/ |
| D | Pointer.cpp | 17 Pointer::Pointer(Block *Pointee) : Pointer(Pointee, 0, 0) {} in Pointer() 19 Pointer::Pointer(Block *Pointee, unsigned BaseAndOffset) in Pointer() 30 Pointer::Pointer(Block *Pointee, unsigned Base, unsigned Offset) in Pointer()
|
| D | Pointer.h | 361 Block *Pointee = nullptr; variable
|
| /openbsd/src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
| D | RecordName.cpp | 171 StringRef Pointee = Types.getTypeName(Ptr.getReferentType()); in visitKnownRecord() local
|
| /openbsd/src/gnu/llvm/clang/utils/TableGen/ |
| D | MveEmitter.cpp | 191 const Type *Pointee; member in __anon5c3ce4c30111::PointerType 195 PointerType(const Type *Pointee, bool Const) in PointerType() 1124 const Type *Pointee = getType(D->getArg(0), Param); in getType() local
|
| /openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| D | GenericTaintChecker.cpp | 141 if (auto Pointee = getPointeeOf(C, Arg)) in getTaintedPointeeOrPointer() local
|
| /openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| D | ExprEngineCallAndReturn.cpp | 725 QualType Pointee = ParamTy->getPointeeType(); in evalCall() local
|
| /openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| D | RetainCountChecker.cpp | 562 SymbolRef Pointee = PointeeVal.getAsLocSymbol(); in updateOutParameters() local
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Demangle/ |
| D | MicrosoftDemangleNodes.h | 471 TypeNode *Pointee = nullptr; member
|
| D | ItaniumDemangle.h | 589 const Node *Pointee; variable 639 const Node *Pointee; variable
|
| /openbsd/src/gnu/llvm/libcxxabi/src/demangle/ |
| D | ItaniumDemangle.h | 589 const Node *Pointee; variable 639 const Node *Pointee; variable
|
| /openbsd/src/gnu/llvm/clang/lib/AST/ |
| D | Type.cpp | 4462 QualType Pointee = Pointer->getPointeeType(); in isCARCBridgableType() local
|
| D | Expr.cpp | 3893 QualType Pointee = PT->getPointeeType(); in isNullPointerConstant() local
|
| D | ASTContext.cpp | 3122 QualType Pointee = ptr->getPointeeType(); in getObjCGCQualType() local 3145 QualType Pointee = Ptr->getPointeeType(); in removePtrSizeAddrSpace() local
|
| D | ExprConstant.cpp | 8687 QualType Pointee = E->getType()->castAs<PointerType>()->getPointeeType(); in evaluateLValueAsAllocSize() local 8849 QualType Pointee = PExp->getType()->castAs<PointerType>()->getPointeeType(); in VisitBinaryOperator() local
|
| /openbsd/src/gnu/llvm/clang/lib/Sema/ |
| D | SemaType.cpp | 7326 QualType Pointee = Type->getPointeeType(); in handleMSPointerTypeQualifierAttr() local
|
| D | SemaExprCXX.cpp | 3664 QualType Pointee = Type->castAs<PointerType>()->getPointeeType(); in ActOnCXXDelete() local
|
| D | SemaDeclAttr.cpp | 6252 QualType Pointee = PT->getPointeeType(); in isErrorParameter() local
|
| D | SemaDecl.cpp | 6459 QualType Pointee = PTy->getPointeeType(); in TryToFixInvalidVariablyModifiedType() local
|