Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp36 PrototypeIndex = 0; in setFlags()
52 PrototypeIndex = 0; in setFlags()
H A DSemaRISCVVectorLookup.cpp233 ProtoSeq2ArrayRef(K, Record.PrototypeIndex, Record.PrototypeLength); in ConstructRVVIntrinsics()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h180 unsigned short PrototypeIndex; variable
315 return PrototypeIndex++; in getNextFunctionPrototypeIndex()
/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp717 R.PrototypeIndex = SST.getIndex(SR.Prototype); in createRVVIntrinsicRecords()
737 assert(R.PrototypeIndex != in createRVVIntrinsicRecords()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h522 uint16_t PrototypeIndex; member
/freebsd-14.2/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp1214 OS << Record.PrototypeIndex << ","; in operator <<()