/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
D | FDRTraceExpander.cpp | 15 C(CurrentRecord); in resetCurrentRecord() 17 CurrentRecord.CallArgs.clear(); in resetCurrentRecord() 18 CurrentRecord.Data.clear(); in resetCurrentRecord() 42 CurrentRecord.TSC = R.tsc(); in visit() 43 CurrentRecord.CPU = R.cpu(); in visit() 44 CurrentRecord.PId = PID; in visit() 45 CurrentRecord.TId = TID; in visit() 46 CurrentRecord.Type = RecordTypes::CUSTOM_EVENT; in visit() 47 CurrentRecord.Data = R.data(); in visit() 57 CurrentRecord.TSC = BaseTSC; in visit() [all …]
|
D | BlockVerifier.cpp | 110 if (CurrentRecord >= State::StateMax) in transition() 115 recordToString(CurrentRecord).data(), recordToString(To).data()); in transition() 119 if (CurrentRecord == State::EndOfBuffer && To != State::NewBuffer) in transition() 122 auto &Mapping = TransitionTable[number(CurrentRecord)]; in transition() 124 assert(Mapping.From == CurrentRecord && in transition() 130 recordToString(CurrentRecord).data(), recordToString(To).data()); in transition() 132 CurrentRecord = To; in transition() 184 switch (CurrentRecord) { in verify() 197 recordToString(CurrentRecord).data()); in verify() 201 void BlockVerifier::reset() { CurrentRecord = State::Unknown; } in reset()
|
/external/llvm-project/llvm/lib/XRay/ |
D | FDRTraceExpander.cpp | 15 C(CurrentRecord); in resetCurrentRecord() 17 CurrentRecord.CallArgs.clear(); in resetCurrentRecord() 18 CurrentRecord.Data.clear(); in resetCurrentRecord() 42 CurrentRecord.TSC = R.tsc(); in visit() 43 CurrentRecord.CPU = R.cpu(); in visit() 44 CurrentRecord.PId = PID; in visit() 45 CurrentRecord.TId = TID; in visit() 46 CurrentRecord.Type = RecordTypes::CUSTOM_EVENT; in visit() 47 CurrentRecord.Data = std::string(R.data()); in visit() 57 CurrentRecord.TSC = BaseTSC; in visit() [all …]
|
D | BlockVerifier.cpp | 110 if (CurrentRecord >= State::StateMax) in transition() 115 recordToString(CurrentRecord).data(), recordToString(To).data()); in transition() 119 if (CurrentRecord == State::EndOfBuffer && To != State::NewBuffer) in transition() 122 auto &Mapping = TransitionTable[number(CurrentRecord)]; in transition() 124 assert(Mapping.From == CurrentRecord && in transition() 130 recordToString(CurrentRecord).data(), recordToString(To).data()); in transition() 132 CurrentRecord = To; in transition() 184 switch (CurrentRecord) { in verify() 197 recordToString(CurrentRecord).data()); in verify() 201 void BlockVerifier::reset() { CurrentRecord = State::Unknown; } in reset()
|
/external/llvm-project/flang/runtime/ |
D | internal-unit.cpp | 44 while (char *record{CurrentRecord()}) { in EndIoStatement() 66 char *record{CurrentRecord()}; in Emit() 98 const char *record{CurrentRecord()}; in GetCurrentChar() 121 char *record{CurrentRecord()}; in AdvanceRecord()
|
D | internal-unit.h | 43 Scalar CurrentRecord() const { in CurrentRecord() function
|
/external/mdnsresponder/mDNSCore/ |
D | mDNS.c | 1547 if (m->CurrentRecord == rr) m->CurrentRecord = rr->next; in mDNS_Deregister_internal() 1769 if (m->CurrentRecord) in DiscardDeregistrations() 1770 …scardDeregistrations ERROR m->CurrentRecord already set %s", ARDisplayString(m, m->CurrentRecord)); in DiscardDeregistrations() 1771 m->CurrentRecord = m->ResourceRecords; in DiscardDeregistrations() 1773 while (m->CurrentRecord) in DiscardDeregistrations() 1775 AuthRecord *rr = m->CurrentRecord; in DiscardDeregistrations() 1779 m->CurrentRecord = rr->next; in DiscardDeregistrations() 2444 if (m->CurrentRecord) in SendResponses() 2445 …LogMsg("SendResponses ERROR m->CurrentRecord already set %s", ARDisplayString(m, m->CurrentRecord)… in SendResponses() 2446 m->CurrentRecord = m->ResourceRecords; in SendResponses() [all …]
|
D | uDNS.c | 2056 if (m->CurrentRecord) in UpdateAllSRVRecords() 2057 …"UpdateAllSRVRecords ERROR m->CurrentRecord already set %s", ARDisplayString(m, m->CurrentRecord)); in UpdateAllSRVRecords() 2058 m->CurrentRecord = m->ResourceRecords; in UpdateAllSRVRecords() 2059 while (m->CurrentRecord) in UpdateAllSRVRecords() 2061 AuthRecord *rptr = m->CurrentRecord; in UpdateAllSRVRecords() 2062 m->CurrentRecord = m->CurrentRecord->next; in UpdateAllSRVRecords() 3544 if (m->CurrentRecord) in uDNS_ReceiveMsg() 3545 …Msg("uDNS_ReceiveMsg ERROR m->CurrentRecord already set %s", ARDisplayString(m, m->CurrentRecord)); in uDNS_ReceiveMsg() 3546 m->CurrentRecord = m->ResourceRecords; in uDNS_ReceiveMsg() 3547 while (m->CurrentRecord) in uDNS_ReceiveMsg() [all …]
|
D | mDNSEmbeddedAPI.h | 1877 AuthRecord *CurrentRecord; // Next AuthRecord about to be examined member
|
/external/llvm/include/llvm/ProfileData/Coverage/ |
D | CoverageMappingReader.h | 172 size_t CurrentRecord; variable 180 BinaryCoverageReader() : CurrentRecord(0) {} in BinaryCoverageReader()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
D | FDRTraceExpander.h | 29 XRayRecord CurrentRecord{0, 0, RecordTypes::ENTER, 0, 0, 0, 0, {}, {}};
|
D | BlockVerifier.h | 44 State CurrentRecord = State::Unknown;
|
/external/llvm-project/llvm/include/llvm/XRay/ |
D | BlockVerifier.h | 44 State CurrentRecord = State::Unknown;
|
D | FDRTraceExpander.h | 29 XRayRecord CurrentRecord{0, 0, RecordTypes::ENTER, 0, 0, 0, 0, {}, {}};
|
/external/clang/utils/TableGen/ |
D | NeonEmitter.cpp | 52 static Record *CurrentRecord = nullptr; variable 55 if (CurrentRecord) in assert_with_loc() 56 PrintFatalError(CurrentRecord->getLoc(), Str); in assert_with_loc() 1811 CurrentRecord = R; in generateImpl() 1843 CurrentRecord = nullptr; in generateImpl() 1847 CurrentRecord = R; in indexBody() 1853 CurrentRecord = nullptr; in indexBody() 1923 CurrentRecord = R; in createIntrinsic() 1960 CurrentRecord = nullptr; in createIntrinsic()
|
/external/llvm-project/clang/utils/TableGen/ |
D | NeonEmitter.cpp | 61 static Record *CurrentRecord = nullptr; variable 64 if (CurrentRecord) in assert_with_loc() 65 PrintFatalError(CurrentRecord->getLoc(), Str); in assert_with_loc() 1829 CurrentRecord = R; in generateImpl() 1861 CurrentRecord = nullptr; in generateImpl() 1865 CurrentRecord = R; in indexBody() 1871 CurrentRecord = nullptr; in indexBody() 1944 CurrentRecord = R; in createIntrinsic() 1984 CurrentRecord = nullptr; in createIntrinsic()
|
/external/llvm/lib/ProfileData/Coverage/ |
D | CoverageMappingReader.cpp | 687 if (CurrentRecord >= MappingRecords.size()) in readNextRecord() 693 auto &R = MappingRecords[CurrentRecord]; in readNextRecord() 707 ++CurrentRecord; in readNextRecord()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/ |
D | CoverageMappingReader.h | 195 size_t CurrentRecord = 0; variable
|
/external/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
D | CoverageMappingReader.h | 183 size_t CurrentRecord = 0; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/ |
D | CoverageMappingReader.cpp | 809 if (CurrentRecord >= MappingRecords.size()) in readNextRecord() 815 auto &R = MappingRecords[CurrentRecord]; in readNextRecord() 829 ++CurrentRecord; in readNextRecord()
|
/external/llvm-project/llvm/lib/ProfileData/Coverage/ |
D | CoverageMappingReader.cpp | 1047 if (CurrentRecord >= MappingRecords.size()) in readNextRecord() 1053 auto &R = MappingRecords[CurrentRecord]; in readNextRecord() 1067 ++CurrentRecord; in readNextRecord()
|