Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DScope.cpp36 PrototypeIndex = 0; in setFlags()
49 PrototypeIndex = 0; in setFlags()
H A DSemaRISCVVectorLookup.cpp182 ProtoSeq2ArrayRef(Record.PrototypeIndex, Record.PrototypeLength); in InitIntrinsicList()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScope.h170 unsigned short PrototypeIndex; variable
305 return PrototypeIndex++; in getNextFunctionPrototypeIndex()
/llvm-project-15.0.7/clang/utils/TableGen/
H A DRISCVVEmitter.cpp616 R.PrototypeIndex = SST.getIndex(SR.Prototype); in createRVVIntrinsicRecords()
630 assert(R.PrototypeIndex != in createRVVIntrinsicRecords()
/llvm-project-15.0.7/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h372 uint16_t PrototypeIndex; member
/llvm-project-15.0.7/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp983 OS << Record.PrototypeIndex << ","; in operator <<()