| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | PaddingChecker.cpp | 206 auto FieldOffsetBits = RL.getFieldOffset(FD->getFieldIndex()); in calculateBaselinePad() 243 Field ? -static_cast<int>(Field->getFieldIndex()) in calculateOptimalPad() 247 RHS.Field ? -static_cast<int>(RHS.Field->getFieldIndex()) in calculateOptimalPad()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 482 uint32_t getFieldIndex(Value *V) const { in getFieldIndex() function 738 auto Field = B.getLayoutField(getFieldIndex(I)); in updateLayoutIndex() 1192 auto Index = FrameData.getFieldIndex(V); in buildFrameDebugInfo() 1208 auto Index = FrameData.getFieldIndex(V); in buildFrameDebugInfo() 1738 FieldIDType Index = FrameData.getFieldIndex(Orig); in insertSpills() 1831 auto Index = FrameData.getFieldIndex(Def); in insertSpills() 1861 FrameTy->getElementType(FrameData.getFieldIndex(E.first)), GEP, in insertSpills()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTImporter.h | 582 static std::optional<unsigned> getFieldIndex(Decl *F);
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGClass.cpp | 1002 FirstFieldOffset = RecLayout.getFieldOffset(F->getFieldIndex()); in addInitialField() 1004 LastAddedFieldIndex = F->getFieldIndex(); in addInitialField() 1012 assert(F->getFieldIndex() >= LastAddedFieldIndex + 1 && in addNextField() 1014 LastAddedFieldIndex = F->getFieldIndex(); in addNextField() 1019 uint64_t FOffset = RecLayout.getFieldOffset(F->getFieldIndex()); in addNextField() 1812 unsigned FieldIndex = Field->getFieldIndex(); in PushCleanupForField()
|
| H A D | CGRecordLayoutBuilder.cpp | 178 return Layout.getFieldOffset(FD->getFieldIndex()); in getFieldBitOffset() 620 Layout.getFieldOffset(F->getFieldIndex())); in computeVolatileBitfields()
|
| H A D | CodeGenTBAA.cpp | 386 uint64_t BitOffset = Layout.getFieldOffset(Field->getFieldIndex()); in getBaseTypeInfoHelper()
|
| H A D | SwiftCallingConv.cpp | 166 auto fieldOffsetInBits = layout.getFieldOffset(field->getFieldIndex()); in addTypedData()
|
| H A D | CGNonTrivialStruct.cpp | 63 .getFieldOffset(FD->getFieldIndex()) in getFieldOffsetInBits()
|
| H A D | CGExpr.cpp | 4727 addr, idx, CGF.getDebugInfoFIndex(rec, field->getFieldIndex()), DbgInfo); in emitPreserveStructAccess() 4778 Addr, Idx, getDebugInfoFIndex(rec, field->getFieldIndex()), in EmitLValueForField() 4831 Layout.getFieldOffset(field->getFieldIndex()) / CharWidth; in EmitLValueForField() 4870 addr.getPointer(), getDebugInfoFIndex(rec, field->getFieldIndex()), DbgInfo), in EmitLValueForField()
|
| H A D | CGExprAgg.cpp | 2072 if (Layout.getFieldOffset(FD->getFieldIndex()) + in getOverlapForFieldInit()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
| H A D | UninitializedObjectChecker.cpp | 584 auto It = CXXParent->captures_begin() + Field->getFieldIndex(); in getVariableName()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | LoongArch.cpp | 209 Layout.getFieldOffset(FD->getFieldIndex())), in detectFARsEligibleStructHelper()
|
| H A D | RISCV.cpp | 202 uint64_t FieldOffInBits = Layout.getFieldOffset(FD->getFieldIndex()); in detectFPCCEligibleStructHelper()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | APValue.cpp | 509 ID.AddInteger(getUnionField()->getFieldIndex() + 1); in Profile() 909 getStructField(FI->getFieldIndex()). in printPretty()
|
| H A D | ExprConstant.cpp | 3189 unsigned I = FD->getFieldIndex(); in HandleLValueMember() 3856 O = &O->getStructField(Field->getFieldIndex()); in findSubobject() 4891 I->getType(), Result.getStructField(I->getFieldIndex())); in handleDefaultInitValue() 6392 FieldIt->getFieldIndex() > FD->getFieldIndex()) { in HandleConstructorCall() 6403 Result.getStructField(FieldIt->getFieldIndex())); in HandleConstructorCall() 6436 Value = &Result.getStructField(FD->getFieldIndex()); in HandleConstructorCall() 6472 Value = &Value->getStructField(FD->getFieldIndex()); in HandleConstructorCall() 6513 Result.getStructField(FieldIt->getFieldIndex())); in HandleConstructorCall() 10365 APValue &FieldVal = Result.getStructField(Field->getFieldIndex()); in VisitCXXParenListOrInitListExpr() 11839 return FD->getFieldIndex() + 1 == Layout.getFieldCount(); in isDesignatorAtObjectEnd() [all …]
|
| H A D | ODRHash.cpp | 1288 ID.AddInteger(FD->getFieldIndex()); in AddStructuralValue()
|
| H A D | Expr.cpp | 2322 Value.getStructField(F->getFieldIndex()) = MakeStringLiteral(Path); in EvaluateInContext() 2327 Value.getStructField(F->getFieldIndex()) = MakeStringLiteral( in EvaluateInContext() 2334 Value.getStructField(F->getFieldIndex()) = APValue(IntVal); in EvaluateInContext() 2337 Value.getStructField(F->getFieldIndex()) = APValue(IntVal); in EvaluateInContext()
|
| H A D | ItaniumMangle.cpp | 6319 V.getStructField(Fields.back()->getFieldIndex())))) { in mangleValueInTemplateArg() 6340 V.getStructField(Fields[I]->getFieldIndex()), in mangleValueInTemplateArg() 6597 if (FD->getFieldIndex()) in mangleValueInTemplateArg() 6598 Out << (FD->getFieldIndex() - 1); in mangleValueInTemplateArg()
|
| H A D | Decl.cpp | 4588 unsigned FieldDecl::getFieldIndex() const { in getFieldIndex() function in FieldDecl 4591 return Canonical->getFieldIndex(); in getFieldIndex()
|
| H A D | ASTImporter.cpp | 4044 ASTImporter::getFieldIndex(D) != in VisitFieldDecl() 4045 ASTImporter::getFieldIndex(FoundField)) in VisitFieldDecl() 4148 ASTImporter::getFieldIndex(D) != in VisitIndirectFieldDecl() 4149 ASTImporter::getFieldIndex(FoundField)) in VisitIndirectFieldDecl() 8876 std::optional<unsigned> ASTImporter::getFieldIndex(Decl *F) { in getFieldIndex() function in ASTImporter
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaStmtAsm.cpp | 883 unsigned i = FD->getFieldIndex(); in LookupInlineAsmField()
|
| H A D | SemaInit.cpp | 2827 (*NextField)->getFieldIndex() > Field->getFieldIndex() + 1)) { in CheckDesignatedInitializer() 2840 PrevField->getFieldIndex() > KnownField->getFieldIndex()) { in CheckDesignatedInitializer()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | InterpBuiltin.cpp | 879 unsigned FieldIndex = MemberDecl->getFieldIndex(); in InterpretOffsetOf()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 1497 if (FD->getFieldIndex() >= NumInits) in tryExtractInitializerFromList() 1500 Init = ILE->getInit(FD->getFieldIndex()); in tryExtractInitializerFromList()
|
| H A D | RegionStore.cpp | 1973 unsigned Index = FD->getFieldIndex(); in getBindingForField()
|