HomeSort by relevance Sort by last modified time
    Searched refs:Record (Results 51 - 75 of 698) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 44 const RecordData &Record;
62 assert(LocalOffset < Offset && "offset point after current record");
92 for (unsigned I = 0, Size = Record[Idx++]; I != Size; ++I)
93 IDs.push_back(ReadDeclID(Record, Idx));
220 const RecordData &Record, unsigned &Idx)
222 ThisDeclLoc(ThisDeclLoc), Record(Record), Idx(Idx),
255 const RecordData &Record);
463 GetTypeSourceInfo(Record, Idx);
466 DD->DeclInfo = GetTypeSourceInfo(Record, Idx)
    [all...]
ASTReader.cpp 570 // Detailed record is important since it is used for the module cache hash.
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenDAGPatterns.h 28 class Record;
157 SDTypeConstraint(Record *R);
199 Record *Def;
207 SDNodeInfo(Record *R); // Parse the specified record.
214 Record *getRecord() const { return Def; }
303 /// Operator - The Record for the operator if this is an interior node (not
305 Record *Operator;
307 /// Val - The init value (e.g. the "GPRC" record, or "7") for a leaf.
321 Record *TransformFn
    [all...]
CodeEmitterGen.h 37 void reverseBits(std::vector<Record*> &Insts);
39 std::string getInstructionCase(Record *R, CodeGenTarget &Target);
41 AddCodeToMergeInOperand(Record *R, BitsInit *BI, const std::string &VarName,
InstrInfoEmitter.h 46 Record *InstrInfo,
47 std::map<std::vector<Record*>, unsigned> &EL,
53 unsigned getItinClassNumber(const Record *InstRec);
PseudoLoweringEmitter.h 28 Record *Reg; // Physical register.
50 unsigned addDagOperandMapping(Record *Rec, DagInit *Dag,
54 void evaluateExpansion(Record *Pseudo);
  /external/clang/utils/TableGen/
ClangSACheckersEmitter.cpp 16 #include "llvm/TableGen/Record.h"
28 static bool isHidden(const Record &R) {
38 static bool isCheckerNamed(const Record *R) {
42 static std::string getPackageFullName(const Record *R);
44 static std::string getParentPackageFullName(const Record *R) {
51 static std::string getPackageFullName(const Record *R) {
57 static std::string getCheckerFullName(const Record *R) {
66 static std::string getStringValue(const Record &R, StringRef field) {
74 llvm::DenseSet<const Record*> Checkers;
75 llvm::DenseSet<const Record *> SubGroups
    [all...]
ClangASTNodesEmitter.cpp 14 #include "llvm/TableGen/Record.h"
28 typedef std::multimap<Record*, Record*> ChildMap;
32 Record Root;
44 // the record's name plus the base suffix, but if it is the root node and
46 std::string baseName(Record &R) {
53 std::pair<Record *, Record *> EmitNode (const ChildMap &Tree, raw_ostream& OS,
54 Record *Base);
72 std::pair<Record *, Record *> ClangASTNodesEmitter::EmitNode
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/
StatusCodeRuntimeDxe.c 207 MEMORY_STATUSCODE_RECORD *Record;
243 // Journal GUID'ed HOBs to find all record entry, if found,
244 // then output record to support replay device.
249 Record = (MEMORY_STATUSCODE_RECORD *) (PacketHeader + 1);
253 // Record has been wrapped around. So, record number has arrived at max number.
263 Record[Index].CodeType,
264 Record[Index].Value,
265 Record[Index].Instance,
272 Record[Index].CodeType,
    [all...]
  /external/llvm/lib/DebugInfo/CodeView/
CVTypeVisitor.cpp 27 Error CVTypeVisitor::visitTypeRecord(const CVRecord<TypeLeafKind> &Record) {
28 ArrayRef<uint8_t> LeafData = Record.Data;
29 if (auto EC = Callbacks.visitTypeBegin(Record))
31 switch (Record.Type) {
33 if (auto EC = Callbacks.visitUnknownType(Record))
37 if (auto EC = Callbacks.visitFieldListBegin(Record))
39 if (auto EC = visitFieldList(Record))
41 if (auto EC = Callbacks.visitFieldListEnd(Record))
47 auto Result = Name##Record::deserialize(RK, LeafData); \
59 if (auto EC = Callbacks.visitTypeEnd(Record))
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DecClassObject.py 136 # Insert a record for file
307 for Record in RecordSet:
308 ValueList = GetSplitValueList(Record[0], TAB_EQUAL_SPLIT)
310 RaiseParserError(Record[0], 'Defines', ContainerFile, '<Key> = <Value>', Record[2])
311 ID, Value1, Value2, Arch, LineNo = Record[3], ValueList[0], ValueList[1], Record[1], Record[2]
350 for Record in RecordSet:
351 if Record[1] == Arch or Record[1] == TAB_ARCH_COMMON:
    [all...]
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeDumper.h 33 /// Dumps one type record. Returns false if there was a type parsing error,
37 Error dump(const CVRecord<TypeLeafKind> &Record);
49 /// Gets the type index for the next type record.
66 Error visitUnknownType(const CVRecord<TypeLeafKind> &Record) override;
67 Error visitUnknownMember(const CVRecord<TypeLeafKind> &Record) override;
69 /// Paired begin/end actions for all types. Receives all record data,
70 /// including the fixed-length record prefix.
71 Error visitTypeBegin(const CVRecord<TypeLeafKind> &Record) override;
72 Error visitTypeEnd(const CVRecord<TypeLeafKind> &Record) override;
75 Error visit##Name(Name##Record &Record) override
    [all...]
  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 132 std::error_code adjustSourceLocFilename(RecordData &Record,
135 void adjustAbbrevID(RecordData &Record, AbbrevLookup &Lookup,
138 void writeRecordWithAbbrev(unsigned ID, RecordData &Record);
140 void writeRecordWithBlob(unsigned ID, RecordData &Record, StringRef Blob);
198 /// \brief Emit a DIAG record.
211 /// \brief Emit a record for a CharSourceRange.
226 /// \brief Add SourceLocation information the specified record.
228 PresumedLoc PLoc, RecordDataImpl &Record,
231 /// \brief Add SourceLocation information the specified record.
232 void AddLocToRecord(SourceLocation Loc, RecordDataImpl &Record,
    [all...]
  /external/syslinux/efi32/include/efi/
efilink.h 152 #define _CR(Record, TYPE, Field) \
153 ((TYPE *) ( (CHAR8 *)(Record) - (CHAR8 *) &(((TYPE *) 0)->Field)))
156 #define CR(Record, TYPE, Field, Sig) \
157 _CR(Record, TYPE, Field)->Signature != Sig ? \
158 (TYPE *) ASSERT_STRUCT(_CR(Record, TYPE, Field), Record) : \
159 _CR(Record, TYPE, Field)
161 #define CR(Record, TYPE, Field, Signature) \
162 _CR(Record, TYPE, Field)
  /external/syslinux/efi64/include/efi/
efilink.h 152 #define _CR(Record, TYPE, Field) \
153 ((TYPE *) ( (CHAR8 *)(Record) - (CHAR8 *) &(((TYPE *) 0)->Field)))
156 #define CR(Record, TYPE, Field, Sig) \
157 _CR(Record, TYPE, Field)->Signature != Sig ? \
158 (TYPE *) ASSERT_STRUCT(_CR(Record, TYPE, Field), Record) : \
159 _CR(Record, TYPE, Field)
161 #define CR(Record, TYPE, Field, Signature) \
162 _CR(Record, TYPE, Field)
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efilink.h 152 #define _CR(Record, TYPE, Field) \
153 ((TYPE *) ( (CHAR8 *)(Record) - (CHAR8 *) &(((TYPE *) 0)->Field)))
156 #define CR(Record, TYPE, Field, Sig) \
157 _CR(Record, TYPE, Field)->Signature != Sig ? \
158 (TYPE *) ASSERT_STRUCT(_CR(Record, TYPE, Field), Record) : \
159 _CR(Record, TYPE, Field)
161 #define CR(Record, TYPE, Field, Signature) \
162 _CR(Record, TYPE, Field)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
Thunk.c 98 EFI_DATA_RECORD_HEADER *Record;
134 Record = NULL;
142 &Record
146 if (Record->DataRecordClass == EFI_DATA_RECORD_CLASS_DATA) {
151 SmbiosProcessDataRecord (Record);
  /external/llvm/utils/TableGen/
CodeGenIntrinsics.h 22 class Record;
27 Record *TheDef; // The actual record defining this intrinsic.
47 std::vector<Record *> RetTypeDefs;
56 std::vector<Record *> ParamTypeDefs;
114 CodeGenIntrinsic(Record *R);
Attributes.cpp 13 #include "llvm/TableGen/Record.h"
34 const std::vector<Record *> &Records);
36 const std::vector<Record *> &Records);
47 std::vector<Record*> Attrs =
60 std::vector<Record*> Attrs =
114 std::vector<Record *> CompatRules =
126 std::vector<Record *> MergeRules =
142 const std::vector<Record *> &Records) {
155 const std::vector<Record *> &Records) {
  /frameworks/base/tools/preload/
Compile.java 27 * to measure and record the memory usage of each class.
41 List<Record> records = new ArrayList<Record>();
53 records.add(new Record(clipped, lineNumber));
61 for (Record record : records) {
62 root.indexProcess(record);
65 for (Record record : records) {
66 root.indexClassOperation(record);
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 78 /// Saves the offset of the VSTOffset record that must eventually be
116 /// True if a module hash record should be written.
143 /// current llvm version, and a record for the epoch number.
158 SmallVectorImpl<uint64_t> &Record);
159 void writeMDTuple(const MDTuple *N, SmallVectorImpl<uint64_t> &Record,
162 void writeDILocation(const DILocation *N, SmallVectorImpl<uint64_t> &Record,
166 SmallVectorImpl<uint64_t> &Record, unsigned &Abbrev);
167 void writeDISubrange(const DISubrange *N, SmallVectorImpl<uint64_t> &Record,
170 SmallVectorImpl<uint64_t> &Record, unsigned Abbrev);
171 void writeDIBasicType(const DIBasicType *N, SmallVectorImpl<uint64_t> &Record,
    [all...]
  /external/skia/src/core/
SkRecord.cpp 30 bytes += fReserved * sizeof(Record);
39 Record* noops = std::remove_if(fRecords.get(), fRecords.get() + fCount,
40 [](Record op) { return op.type() == SkRecords::NoOp_Type; });
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
ArabicCharacterData.java 22 public class Record
44 private Record(int character)
75 records = new Record[charCount];
80 records[recordIndex++] = new Record(character);
83 public Record getRecord(int index)
114 private Record[] records;
  /frameworks/native/libs/vr/libbroadcastring/
broadcast_ring_test.cc 66 using Record = RecordType;
74 template <typename Record, bool StaticSize = false, uint32_t MaxReserved = 1,
77 : public Traits<Record, StaticSize, 0, MaxReserved, MinAvailable> {
78 using Ring = BroadcastRing<Record, TraitsDynamic>;
82 template <typename Record, uint32_t StaticCount = 1, bool StaticSize = true,
85 : public Traits<Record, true, StaticCount, MaxReserved, MinAvailable> {
86 using Ring = BroadcastRing<Record, TraitsStatic>;
129 using Record = typename TypeParam::Record;
134 EXPECT_EQ(sizeof(Record), ring.record_size())
146 Record record; local
149 EXPECT_EQ(Record(), record); local
155 Record record; local
162 Record record; local
165 EXPECT_EQ(Record(), record); local
182 Record record; local
190 Record record; local
218 Record record; local
226 Record record; local
241 Record record; local
249 Record record; local
257 Record record; local
260 EXPECT_EQ(Record(), record); local
265 Record record; local
268 EXPECT_EQ(Record(), record); local
273 Record record; local
281 Record record; local
594 Record record; local
646 Record record; local
670 Record record; local
694 Record record; local
821 Record record; local
823 ASSERT_EQ(Record(record.v[0]), record); local
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/
StatusCodeHandlerRuntimeDxe.c 81 MEMORY_STATUSCODE_RECORD *Record;
106 // Journal GUID'ed HOBs to find all record entry, if found,
107 // then output record to support replay device.
112 Record = (MEMORY_STATUSCODE_RECORD *) (PacketHeader + 1);
116 // Record has been wrapped around. So, record number has arrived at max number.
126 Record[Index].CodeType,
127 Record[Index].Value,
128 Record[Index].Instance,
135 Record[Index].CodeType,
    [all...]

Completed in 4375 milliseconds

1 23 4 5 6 7 8 91011>>