Home
last modified time | relevance | path

Searched refs:SemaRecord (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp34 struct SemaRecord { struct
85 void init(ArrayRef<SemaRecord> SemaRecords);
119 std::vector<SemaRecord> *SemaRecords = nullptr);
123 ArrayRef<SemaRecord> SemaRecords);
235 void SemaSignatureTable::init(ArrayRef<SemaRecord> SemaRecords) { in init()
266 for (const SemaRecord &SR : SemaRecords) { in init()
502 std::vector<SemaRecord> *SemaRecords) { in createRVVIntrinsics()
639 SemaRecord SR; in createRVVIntrinsics()
709 ArrayRef<SemaRecord> SemaRecords) { in createRVVIntrinsicRecords()
750 std::vector<SemaRecord> SemaRecords; in createSema()