| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DerivedTypes.h | 301 void setBody(ArrayRef<Type*> Elements, bool isPacked = false); 305 setBody(Type *elt1, Tys *... elts) { in setBody() function 307 setBody(ArrayRef<Type *>({elt1, elts...})); in setBody()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Type.cpp | 389 ST->setBody(ETypes, isPacked); in get() 411 void StructType::setBody(ArrayRef<Type*> Elements, bool isPacked) { in setBody() function in StructType 493 ST->setBody(Elements, isPacked); in create()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroEarly.cpp | 114 FrameTy->setBody({FnPtrTy, FnPtrTy}); in lowerCoroNoop()
|
| H A D | CoroFrame.cpp | 764 Ty->setBody(FieldTypes, Packed); in finish()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Stmt.h | 2202 void setBody(Stmt *Body) { in setBody() function 2265 void setBody(Stmt *S, SourceLocation SL) { in setBody() function 2266 setBody(S); in setBody() 2382 void setBody(Stmt *Body) { in setBody() function 2460 setBody(Body); in DoStmt() 2476 void setBody(Stmt *Body) { SubExprs[BODY] = Body; } in setBody() function 2549 void setBody(Stmt *S) { SubExprs[BODY] = S; } in setBody() function
|
| H A D | StmtObjC.h | 50 void setBody(Stmt *S) { SubExprs[BODY] = S; } in setBody() function
|
| H A D | StmtCXX.h | 199 void setBody(Stmt *S) { SubExprs[BODY] = S; } in setBody() function
|
| H A D | Decl.h | 2163 void setBody(Stmt *B); 4220 void setBody(CompoundStmt *B) { Body = (Stmt*) B; } in setBody() function 4369 void setBody(Stmt *B);
|
| H A D | DeclObjC.h | 532 void setBody(Stmt *B) { Body = B; } in setBody() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ShadowStackGCLowering.cpp | 208 StackEntryTy->setBody(EltTys); in doInitialization()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 247 S->setBody(Record.readSubStmt()); in VisitSwitchStmt() 275 S->setBody(Record.readSubStmt()); in VisitWhileStmt() 287 S->setBody(Record.readSubStmt()); in VisitDoStmt() 299 S->setBody(Record.readSubStmt()); in VisitForStmt() 510 S->getCapturedDecl()->setBody(S->getCapturedStmt()); in VisitCapturedStmt() 1575 S->setBody(Record.readSubStmt()); in VisitObjCForCollectionStmt() 1675 S->setBody(Record.readSubStmt()); in VisitCXXForRangeStmt()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | Stmt.cpp | 1056 setBody(nullptr); in SwitchStmt() 1120 setBody(Body); in WhileStmt()
|
| H A D | Decl.cpp | 3008 void FunctionDecl::setBody(Stmt *B) { in setBody() function in FunctionDecl 4892 void CapturedDecl::setBody(Stmt *B) { BodyAndNothrow.setPointer(B); } in setBody() function in CapturedDecl
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Linker/ |
| H A D | IRMover.cpp | 211 DstSTy->setBody(Elements, SrcSTy->isPacked()); in linkDefinedTypeBodies() 220 DTy->setBody(ETypes, STy->isPacked()); in finishType()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86WinEHState.cpp | 218 EHLinkRegistrationTy->setBody(FieldTys, false); in getEHLinkRegistrationType()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGRecordLayoutBuilder.cpp | 903 Ty->setBody(Builder.FieldTypes, Builder.Packed); in ComputeRecordLayout()
|
| H A D | CGObjCMac.cpp | 5921 ProtocolListTy->setBody(llvm::PointerType::getUnqual(ProtocolListTy), LongTy, in ObjCTypesHelper() 5931 ProtocolTy->setBody(ProtocolExtensionPtrTy, Int8PtrTy, in ObjCTypesHelper() 5981 ClassTy->setBody(llvm::PointerType::getUnqual(ClassTy), in ObjCTypesHelper() 6085 ProtocolListnfABITy->setBody(LongTy, in ObjCNonFragileABITypesHelper() 6147 ClassnfABITy->setBody(llvm::PointerType::getUnqual(ClassnfABITy), in ObjCNonFragileABITypesHelper()
|
| H A D | MicrosoftCXXABI.cpp | 511 ClassHierarchyDescriptorType->setBody(FieldTypes); in getClassHierarchyDescriptorType() 531 CompleteObjectLocatorType->setBody(FieldTypesRef); in getCompleteObjectLocatorType()
|
| H A D | CGBlocks.cpp | 2704 byrefType->setBody(types, packed); in getBlockByrefInfo()
|
| H A D | CGObjCGNU.cpp | 1501 emptyStruct->setBody({}, /*isPacked*/true); in GetSectionBounds()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 1187 SS->setBody(BodyStmt, SwitchLoc); in ActOnFinishSwitchStmt() 3029 ForStmt->setBody(B); in FinishObjCForCollectionStmt() 3225 ForStmt->setBody(B); in FinishCXXForRangeStmt() 4758 CD->setBody(Res->getCapturedStmt()); in ActOnCapturedRegionEnd()
|
| H A D | SemaDeclCXX.cpp | 8618 FD->setBody(Body.get()); in DefineDefaultedComparison() 13304 Constructor->setBody(new (Context) CompoundStmt(Loc)); in DefineImplicitDefaultConstructor() 13482 Constructor->setBody(new (Context) CompoundStmt(InitLoc)); in DefineInheritingConstructor() 13593 Destructor->setBody(new (Context) CompoundStmt(Loc)); in DefineImplicitDestructor() 14452 CopyAssignOperator->setBody(Body.getAs<Stmt>()); in DefineImplicitCopyAssignment() 14823 MoveAssignOperator->setBody(Body.getAs<Stmt>()); in DefineImplicitMoveAssignment() 14967 CopyConstructor->setBody( in DefineImplicitCopyConstructor() 15094 MoveConstructor->setBody(ActOnCompoundStmt( in DefineImplicitMoveConstructor() 15150 Invoker->setBody(new (Context) CompoundStmt(Conv->getLocation())); in DefineImplicitLambdaToFunctionPointerConversion() 15157 Conv->setBody(CompoundStmt::Create(Context, Return, Conv->getLocation(), in DefineImplicitLambdaToFunctionPointerConversion() [all …]
|
| H A D | SemaLambda.cpp | 2023 Block->setBody(new (Context) CompoundStmt(ConvLocation)); in BuildBlockForLambdaConversion()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 4803 FD->setBody(Body); in HandleDeclInMainFile() 4824 MD->setBody(Body); in HandleDeclInMainFile()
|
| H A D | RewriteModernObjC.cpp | 5703 FD->setBody(Body); in HandleDeclInMainFile() 5724 MD->setBody(Body); in HandleDeclInMainFile()
|