| /openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CMakeLists.txt | 2 BlockPointer.cpp
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | BUILD.gn | 23 "BlockPointer.cpp",
|
| /openbsd-src/gnu/usr.bin/clang/liblldbPluginLanguage/ |
| H A D | Makefile | 10 SRCS= BlockPointer.cpp \
|
| /openbsd-src/gnu/llvm/clang/include/clang/Serialization/ |
| H A D | TypeBitCodes.def | 16 TYPE_BIT_CODE(BlockPointer, BLOCK_POINTER, 5)
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaType.cpp | 411 case DeclaratorChunk::BlockPointer: in maybeMovePastReturnType() 438 case DeclaratorChunk::BlockPointer: in maybeMovePastReturnType() 472 case DeclaratorChunk::BlockPointer: { in distributeObjCPointerTypeAttr() 531 case DeclaratorChunk::BlockPointer: in distributeObjCPointerTypeAttrFromDeclarator() 596 case DeclaratorChunk::BlockPointer: in distributeFunctionTypeAttr() 3159 case DeclaratorChunk::BlockPointer: in inferARCWriteback() 3211 chunk.Kind != DeclaratorChunk::BlockPointer) in inferARCWriteback() 3312 case DeclaratorChunk::BlockPointer: in diagnoseRedundantReturnTypeQualifiers() 3933 case DeclaratorChunk::BlockPointer: in warnAboutRedundantParens() 4097 BlockPointer, enumerator [all …]
|
| H A D | SemaTemplateVariadic.cpp | 926 case DeclaratorChunk::BlockPointer: in containsUnexpandedParameterPacks()
|
| H A D | DeclSpec.cpp | 335 case DeclaratorChunk::BlockPointer: in isDeclarationOfFunction()
|
| H A D | SemaTemplateDeduction.cpp | 1909 case Type::BlockPointer: { in DeduceTemplateArgumentsByTypeMatch() 5931 case Type::BlockPointer: in MarkUsedTemplateParameters()
|
| H A D | SemaLookup.cpp | 3188 case Type::BlockPointer: in addAssociatedClassesAndNamespaces()
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | ConstantInterpreter.rst | 69 reference interpreter-allocated memory (``BlockPointer``) or point to an 224 * **BlockPointer**: used to reference memory allocated and managed by the 251 BlockPointer subsection
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 1428 BlockPointer = Builder.CreatePointerCast( in setBlockContextParameter() 1439 assert(BlockPointer && "no block pointer set!"); in LoadBlockStruct() 1440 return Address(BlockPointer, BlockInfo->StructureType, BlockInfo->BlockAlign); in LoadBlockStruct() 1521 llvm::Value *BlockPointerDbgLoc = BlockPointer; in GenerateBlockFunction() 1524 Address Alloca = CreateTempAlloca(BlockPointer->getType(), in GenerateBlockFunction() 1530 Builder.CreateStore(BlockPointer, Alloca); in GenerateBlockFunction()
|
| H A D | CodeGenTypes.cpp | 767 case Type::BlockPointer: { in ConvertType()
|
| H A D | CodeGenFunction.cpp | 238 case Type::BlockPointer: in getEvaluationKind() 2265 case Type::BlockPointer: in EmitVariablyModifiedType()
|
| H A D | ItaniumCXXABI.cpp | 3521 case Type::BlockPointer: in BuildVTablePointer() 3772 case Type::BlockPointer: in BuildTypeInfo()
|
| H A D | CodeGenFunction.h | 611 llvm::Value *BlockPointer = nullptr;
|
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CXType.cpp | 97 TKCASE(BlockPointer); in GetTypeKind() 463 case Type::BlockPointer: in clang_getPointeeType() 605 TKIND(BlockPointer); in clang_getTypeKindSpelling()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 1200 Pointer, Reference, Array, Function, BlockPointer, MemberPointer, Paren, Pipe enumerator 1585 case DeclaratorChunk::BlockPointer: return Cls.destroy(); in destroy() 1677 I.Kind = BlockPointer; in getBlockPointer() 2372 case DeclaratorChunk::BlockPointer: in isFunctionDeclarator()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | TypeLoc.cpp | 265 case BlockPointer: in getEndLoc()
|
| H A D | Type.cpp | 2432 case Type::BlockPointer: in isCXX98PODType() 4028 case Type::BlockPointer: in computeCachedProperties() 4115 case Type::BlockPointer: in computeTypeLinkageInfo() 4210 case Type::BlockPointer: in canHaveNullability()
|
| H A D | ASTContext.cpp | 2264 case Type::BlockPointer: in getTypeInfoImpl() 3649 case Type::BlockPointer: in getVariableArrayDecayedType() 8359 case Type::BlockPointer: { in getObjCEncodingForTypeImpl() 10571 case Type::BlockPointer: in mergeTypes() 12621 case Type::BlockPointer: { in getCommonNonSugarTypeNode() 12848 CANONICAL_TYPE(BlockPointer) in getCommonSugarTypeNode()
|
| H A D | ASTStructuralEquivalence.cpp | 771 case Type::BlockPointer: in IsStructurallyEquivalent()
|
| H A D | TypePrinter.cpp | 272 case Type::BlockPointer: in canPrefixQualifiers()
|
| H A D | Decl.cpp | 2001 case Type::BlockPointer: in typeIsPostfix()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 3316 case clang::Type::BlockPointer: in IsPointerType() 3369 case clang::Type::BlockPointer: in IsPointerOrReferenceType() 3931 case clang::Type::BlockPointer: in GetTypeInfo() 4188 case clang::Type::BlockPointer: in GetTypeClass() 5122 case clang::Type::BlockPointer: in GetEncoding() 5285 case clang::Type::BlockPointer: in GetFormat() 6143 case clang::Type::BlockPointer: in GetNumPointeeChildren()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | Type.h | 2861 : Type(BlockPointer, CanonicalCls, Pointee->getDependence()), 2880 return T->getTypeClass() == BlockPointer;
|