Home
last modified time | relevance | path

Searched defs:record (Results 1 – 25 of 78) sorted by relevance

1234

/llvm-project/clang/test/CodeGen/assignment-tracking/
H A Dmemcpy-fragment.cpp46 struct record { in fragmentPartialToWhole() struct
47 int num1; in fragmentPartialToWhole()
48 int num2; in fragmentPartialToWhole()
49 int num3; in fragmentPartialToWhole()
/llvm-project/clang/utils/TableGen/
H A DASTTableGen.h93 WrappedRecord(const llvm::Record *record = nullptr) : Record(record) {} in Record() argument
147 HasProperties(const llvm::Record *record = nullptr) : WrappedRecord(record) {} in WrappedRecord() argument
160 ASTNode(const llvm::Record *record = nullptr) : HasProperties(record) {} in HasProperties() argument
183 DeclNode(const llvm::Record *record = nullptr) : ASTNode(record) {} in ASTNode() argument
205 TypeNode(const llvm::Record *record argument
227 ASTNode(record) ASTNode() argument
250 WrappedRecord(record) WrappedRecord() argument
334 WrappedRecord(record) WrappedRecord() argument
364 HasProperties(record) HasProperties() argument
384 WrappedRecord(record) WrappedRecord() argument
420 WrappedRecord(record) WrappedRecord() argument
440 WrappedRecord(record) WrappedRecord() argument
460 WrappedRecord(record) WrappedRecord() argument
[all...]
/llvm-project/mlir/lib/TableGen/
H A DBuilder.cpp24 const llvm::Record *record = cast<llvm::DefInit>(def)->getDef(); getCppType() local
40 const llvm::Record *record = cast<llvm::DefInit>(def)->getDef(); getDefaultValue() local
50 Builder(const llvm::Record * record,ArrayRef<SMLoc> loc) Builder() argument
H A DAttribute.cpp38 Attribute::Attribute(const Record *record) : AttrConstraint(record) { in Attribute() argument
127 if (record && record->getValue()) { in getDialect() local
150 EnumAttrCase(const llvm::Record * record) EnumAttrCase() argument
168 EnumAttr(const llvm::Record * record) EnumAttr() argument
173 EnumAttr(const llvm::Record & record) EnumAttr() argument
[all...]
H A DPredicate.cpp25 Pred(const llvm::Record * record) Pred() argument
51 CPred(const llvm::Record * record) CPred() argument
67 CombinedPred(const llvm::Record * record) CombinedPred() argument
190 for (const auto *record : combined.getChildren()) { buildPredicateTree() local
[all...]
H A DType.cpp78 Type(const llvm::Record * record) Type() argument
H A DConstraint.cpp19 Constraint::Constraint(const llvm::Record *record) in Constraint() argument
H A DDialect.cpp39 static StringRef getAsStringOrEmpty(const llvm::Record &record, in getAsStringOrEmpty() argument
/llvm-project/lldb/unittests/SymbolFile/NativePDB/
H A DUdtRecordCompleterTests.cpp85 Record record; member in __anond524dbbd0111::UdtRecordCompleterRecordTests
124 Record record; in TEST_F() local
148 Record record; in TEST_F() local
171 Record record; in TEST_F() local
202 Record record; in TEST_F() local
235 Record record; in TEST_F() local
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp357 RecordT record(static_cast<SymbolRecordKind>(sym.kind())); in createRecord() local
364 RecordT record = createRecord<RecordT>(sym); in GetSegmentAndOffset() local
370 TrampolineSym record = createRecord<TrampolineSym>(sym); in GetSegmentAndOffset() local
375 Thunk32Sym record = createRecord<Thunk32Sym>(sym); in GetSegmentAndOffset() local
381 CoffGroupSym record = createRecord<CoffGroupSym>(sym); in GetSegmentAndOffset() local
386 DataSym record = createRecord<DataSym>(sym); in GetSegmentAndOffset() local
392 ThreadLocalDataSym record = createRecord<ThreadLocalDataSym>(sym); in GetSegmentAndOffset() local
444 RecordT record = createRecord<RecordT>(sym); in GetSegmentOffsetAndLength() local
451 TrampolineSym record = createRecord<TrampolineSym>(sym); in GetSegmentOffsetAndLength() local
457 Thunk32Sym record = createRecord<Thunk32Sym>(sym); in GetSegmentOffsetAndLength() local
[all …]
/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DExceptionRecord.h27 ExceptionRecord(const EXCEPTION_RECORD &record, lldb::tid_t thread_id) { in ExceptionRecord()
46 ExceptionRecord(const MINIDUMP_EXCEPTION &record, lldb::tid_t thread_id) in ExceptionRecord()
/llvm-project/mlir/tools/mlir-tblgen/
H A DLLVMIRConversionGen.cpp31 static LogicalResult emitError(const Record &record, const Twine &message) { in emitError() argument
117 static LogicalResult emitOneBuilder(const Record &record, raw_ostream &os) { in emitOneBuilder() argument
195 emitOneMLIRBuilder(const Record & record,raw_ostream & os,ConditionFn conditionFn) emitOneMLIRBuilder() argument
311 __anonff387ff80402(const Record &record) emitIntrMLIRBuilders() argument
328 __anonff387ff80502(const Record &record) emitOpMLIRBuilders() argument
414 emitOneEnumToConversion(const llvm::Record * record,raw_ostream & os) emitOneEnumToConversion() argument
444 emitOneCEnumToConversion(const llvm::Record * record,raw_ostream & os) emitOneCEnumToConversion() argument
475 emitOneEnumFromConversion(const llvm::Record * record,raw_ostream & os) emitOneEnumFromConversion() argument
511 emitOneCEnumFromConversion(const llvm::Record * record,raw_ostream & os) emitOneCEnumFromConversion() argument
562 emitOneIntrinsic(const Record & record,raw_ostream & os) emitOneIntrinsic() argument
[all...]
H A DLLVMIRIntrinsicGen.cpp64 getOverloadableTypeIdxs(const llvm::Record & record,const char * listName) getOverloadableTypeIdxs() argument
90 LLVMIntrinsic(const llvm::Record & record) LLVMIntrinsic() argument
184 const llvm::Record &record; global() member in __anon968026a50111::LLVMIntrinsic
198 emitIntrinsic(const llvm::Record & record,llvm::raw_ostream & os) emitIntrinsic() argument
[all...]
/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp214 auto record = LineRecord::parse(*It); in ParseCompileUnitAtIndex() local
248 if (auto record = FuncRecord::parse(*It)) { in GetOrCreateFunction() local
314 if (auto record = InlineRecord::parse(*It)) { ParseBlocksRecursive() local
356 auto record = InlineOriginRecord::parse(line); ParseInlineOriginRecords() local
491 if (auto record = PublicRecord::parse(line)) AddSymbols() local
507 auto record = StackWinRecord::parse( GetParameterStackSize() local
671 std::optional<StackCFIRecord> record = StackCFIRecord::parse(*It); ParseCFIUnwindPlan() local
695 std::optional<StackWinRecord> record = StackWinRecord::parse(*It); ParseWinUnwindPlan() local
794 auto record = FileRecord::parse(line); ParseFileRecords() local
824 if (auto record = FuncRecord::parse(*It)) { ParseCUData() local
864 auto record = LineRecord::parse(*It); ParseLineTableAndSupportFiles() local
901 if (auto record = StackCFIRecord::parse(*It)) { ParseUnwindData() local
912 if (auto record = StackWinRecord::parse(*It)) { ParseUnwindData() local
[all...]
/llvm-project/flang/runtime/
H A Dinternal-unit.cpp56 char *record{CurrentRecord()}; Emit() local
88 const char *record{CurrentRecord()}; GetNextInputBytes() local
[all...]
/llvm-project/mlir/lib/Tools/tblgen-lsp-server/
H A DTableGenServer.cpp112 // Find a base value for the field in the super classes of the given record. in getBaseValue() argument
104 getBaseValue(const llvm::Record * record,const llvm::RecordVal * value) getBaseValue() argument
191 const llvm::Record *record; global() member
220 getOrInsertDef(const llvm::Record * record) getOrInsertDef() argument
227 getOrInsertDef(const llvm::Record * record,const llvm::RecordVal * value) getOrInsertDef() argument
540 if (auto *record = dyn_cast<TableGenRecordSymbol>(symbol)) findHover() local
552 buildHoverForRecord(const llvm::Record * record,const SMRange & hoverRange) buildHoverForRecord() argument
597 buildHoverForTemplateArg(const llvm::Record * record,const llvm::RecordVal * value,const SMRange & hoverRange) buildHoverForTemplateArg() argument
612 buildHoverForField(const llvm::Record * record,const llvm::RecordVal * value,const SMRange & hoverRange) buildHoverForField() argument
[all...]
/llvm-project/clang/unittests/Tooling/RecursiveASTVisitorTests/
H A DClass.cpp20 VisitCXXRecordDecl(CXXRecordDecl * record) VisitCXXRecordDecl() argument
/llvm-project/cross-project-tests/debuginfo-tests/llgdb-tests/
H A Dasan-deque.cpp31 auto record = log.front(); in main() local
/llvm-project/clang/test/SemaCXX/
H A Doverloaded-operators-display-order-crash.cpp64 struct record {} r; in doit() struct
/llvm-project/cross-project-tests/debuginfo-tests/dexter-tests/
H A Dasan-deque.cpp37 auto record = deq.front(); in main() local
/llvm-project/clang-tools-extra/clangd/unittests/support/
H A DTestTracer.cpp17 void TestTracer::record(const Metric &Metric, double Value, in record() function in clang::clangd::trace::TestTracer
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordHelpers.cpp18 RecordT record(static_cast<SymbolRecordKind>(sym.kind())); in createRecord() local
/llvm-project/mlir/include/mlir/TableGen/
H A DConstraint.h36 Constraint(const llvm::Record *record, Kind kind) : def(record), kind(kind) {} in Constraint() argument
/llvm-project/clang-tools-extra/clangd/support/
H A DMemoryTree.cpp53 void record(const MemoryTree &MT, std::string RootName, in record() function
H A DTrace.h100 virtual void record(const Metric &Metric, double Value, in record() function

1234