Home
last modified time | relevance | path

Searched defs:Field (Results 1 – 25 of 189) sorted by relevance

12345678

/llvm-project/llvm/include/llvm/ObjectYAML/
H A DArchiveYAML.h27 struct Field { struct
29 Field(StringRef Default, unsigned Length) in Field() function
31 StringRef Value;
32 StringRef DefaultValue;
33 unsigned MaxLength;
/llvm-project/clang/test/CodeGenCXX/
H A Dskip-vtable-pointer-initialization.cpp41 struct Field { struct
42 ~Field() { } in ~Field()
67 struct Field { struct
68 ~Field() { f(); } in ~Field()
91 struct Field { struct
119 struct Field { struct
120 NonTrivialDestructorBody nonTrivialDestructorBody;
147 struct Field : NonTrivialDestructorBody { }; struct
173 struct Field : virtual NonTrivialDestructorBody { }; struct
227 struct Field { struct
H A Dvtable-pointer-initialization.cpp3 struct Field { struct
H A Dvtable-pointer-initialization-address-space.cpp4 struct Field { struct
/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp41 getInt(Record * R,StringRef Field) getInt() argument
85 for (const auto &Field : Fields) { getFieldByName() local
115 primaryRepresentation(SMLoc Loc,const GenericField & Field,Init * I) primaryRepresentation() argument
159 searchableFieldType(const GenericTable & Table,const SearchIndex & Index,const GenericField & Field,TypeContext Ctx) searchableFieldType() argument
236 for (const auto &Field : Index.Fields) { compareBy() local
338 for (const auto &Field : Index.Fields) { emitLookupFunction() local
364 for (const auto &Field : Index.Fields) { emitLookupFunction() local
397 const GenericField &Field = Index.Fields[0]; emitLookupFunction() local
419 const GenericField &Field = Index.Fields[0]; emitLookupFunction() local
430 for (const auto &Field : Index.Fields) { emitLookupFunction() local
437 for (const auto &Field : Index.Fields) { emitLookupFunction() local
455 for (const auto &Field : Index.Fields) { emitLookupFunction() local
483 for (const auto &Field : Index.Fields) emitLookupFunction() local
501 for (const auto &Field : Index.Fields) emitLookupDeclaration() local
532 for (const auto &Field : Table.Fields) emitGenericTable() local
551 parseFieldType(GenericField & Field,Init * TypeOf) parseFieldType() argument
579 const GenericField *Field = Table.getFieldByName(FieldName); parseSearchIndex() local
636 for (auto &Field : Table.Fields) { collectTableEntries() local
663 for (auto &Field : Table.Fields) { collectTableEntries() local
831 for (const RecordVal &Field : Class->getValues()) { run() local
846 for (const auto &Field : run() local
[all...]
/llvm-project/llvm/unittests/Support/
H A DOptimizedStructLayoutTest.cpp17 struct Field { struct in __anon183ea9a30111::LayoutTest
18 uint64_t Size;
19 Align Alignment;
20 uint64_t ForcedOffset;
21 uint64_t ExpectedOffset;
/llvm-project/clang/lib/AST/Interp/
H A DRecord.h
/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DPreferMemberInitializerCheck.cpp68 const FieldDecl *Field, const Expr *Init, const CXXConstructorDecl *Ctor, in updateAssignmentLevel() argument
101 const FieldDecl *Field; global() member
116 const auto *Field = dyn_cast<FieldDecl>(ME->getMemberDecl()); isAssignmentToMemberOf() local
134 const auto *Field = dyn_cast<FieldDecl>(ME->getMemberDecl()); isAssignmentToMemberOf() local
169 if (FieldDecl *Field = Init->getMember()) check() local
195 const FieldDecl *Field = AssignmentToMember->Field; check() local
[all...]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-equals-default-copy.cpp9 int Field; member
32 int Field; member
44 IL Field; member
57 IL Field; member
77 int Field; member
114 int Field; member
123 int Field; member
130 int Field; member
267 int Field; member
286 T Field; member
[all …]
H A Duse-equals-default.cpp42 NE Field; member
49 NE Field; member
64 NE Field; member
92 int Field; member in IA
103 int Field = 5; member in DMI
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseEqualsDefaultCheck.cpp27 for (const auto *Field : Record->fields()) { in getAllNamedFields() local
51 internal::Matcher<Expr> accessToFieldInVar(const FieldDecl *Field, in accessToFieldInVar()
95 for (const auto *Field : FieldsToInit) { in isCopyConstructorAndCanBeDefaulted() local
180 for (const auto *Field : FieldsToInit) { in isCopyAssignmentAndCanBeDefaulted() local
H A DUseDefaultMemberInitCheck.cpp244 const FieldDecl *Field = Init->getAnyMember(); in checkDefaultInit() local
301 const FieldDecl *Field = Init->getAnyMember(); in checkExistingInit() local
/llvm-project/clang/test/Modules/Inputs/odr_hash-Unresolved/
H A Dclass.h5 int Field; variable
/llvm-project/clang-tools-extra/clang-reorder-fields/
H A DReorderFieldsAction.cpp62 for (const auto *Field : Definition->fields()) in getNewFieldsOrder() local
131 for (const auto *Field : Definition->fields()) reorderFieldsInDefinition() local
135 for (const auto *Field : Definition->fields()) { reorderFieldsInDefinition() local
144 for (const auto *Field : Definition->fields()) { reorderFieldsInDefinition() local
[all...]
/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DCTFTypes.h155 struct Field { struct
156 Field(llvm::StringRef name, uint32_t type, uint64_t offset) in Field() function
159 llvm::StringRef name;
160 uint32_t type;
161 uint64_t offset;
/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DASTOps.cpp66 for (const FieldDecl *Field : Type->getAsRecordDecl()->fields()) getFieldsFromClassHierarchy() local
103 if (const FieldDecl *Field = InitList->getInitializedFieldInUnion()) getFieldsForInitListExpr() local
114 __anon9d2849bb0102(const FieldDecl *Field) getFieldsForInitListExpr() argument
159 for (const FieldDecl *Field : Fields) { RecordInitListHelper() local
[all...]
/llvm-project/llvm/unittests/TableGen/
H A DParserEntryPointTest.cpp37 std::optional<StringRef> Field = Foo->getValueAsOptionalString("strField"); in TEST() local
/llvm-project/clang-tools-extra/clang-doc/
H A DBitcodeReader.cpp21 llvm::Error decodeRecord(const Record &R, llvm::SmallVectorImpl<char> &Field, in decodeRecord() argument
27 llvm::Error decodeRecord(const Record &R, SymbolID &Field, in decodeRecord() argument
40 llvm::Error decodeRecord(const Record &R, bool &Field, llvm::StringRef Blob) { in decodeRecord() argument
45 llvm::Error decodeRecord(const Record &R, int &Field, llvm::StringRef Blob) { in decodeRecord() argument
53 llvm::Error decodeRecord(const Record &R, AccessSpecifier &Field, in decodeRecord() argument
68 decodeRecord(const Record & R,TagTypeKind & Field,llvm::StringRef Blob) decodeRecord() argument
83 decodeRecord(const Record & R,std::optional<Location> & Field,llvm::StringRef Blob) decodeRecord() argument
92 decodeRecord(const Record & R,InfoType & Field,llvm::StringRef Blob) decodeRecord() argument
108 decodeRecord(const Record & R,FieldId & Field,llvm::StringRef Blob) decodeRecord() argument
126 decodeRecord(const Record & R,llvm::SmallVectorImpl<llvm::SmallString<16>> & Field,llvm::StringRef Blob) decodeRecord() argument
133 decodeRecord(const Record & R,llvm::SmallVectorImpl<Location> & Field,llvm::StringRef Blob) decodeRecord() argument
[all...]
/llvm-project/llvm/lib/ObjectYAML/
H A DArchiveEmitter.cpp31 Out.write(Field.data(), Field.size()); in yaml2archive() argument
/llvm-project/llvm/lib/Support/
H A DOptimizedStructLayout.cpp18 using Field = OptimizedStructLayoutField; typedef
25 for (auto &Field : Fields) { in checkValidLayout() local
49 for (auto &Field : Fields) { in performOptimizedStructLayout() local
/llvm-project/llvm/tools/llvm-objdump/
H A DXCOFFDump.cpp134 PRINTBOOL(Prefix,Obj,Field) global() argument
137 PRINTGET(Prefix,Obj,Field) global() argument
141 PRINTOPTIONAL(Field) global() argument
[all...]
/llvm-project/clang/test/Analysis/
H A Dreturn-value-guaranteed.cpp5 struct Foo { int Field; }; member
/llvm-project/clang-tools-extra/clang-tidy/altera/
H A DIdDependentBackwardBranchCheck.cpp123 saveIdDepField(const Stmt * Statement,const FieldDecl * Field) saveIdDepField() argument
200 const auto *Field = Result.Nodes.getNodeAs<FieldDecl>("tid_dep_field"); check() local
/llvm-project/clang/test/CodeGen/
H A Dpointer-signext.c10 #define CR(Record, TYPE, Field) \ argument
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DRedundantMemberInitCheck.cpp80 if (const auto *Field = Result.Nodes.getNodeAs<FieldDecl>("field")) { in check() local

12345678