Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp36 PrototypeIndex = 0; in setFlags()
53 PrototypeIndex = 0; in setFlags()
H A DSemaRISCV.cpp240 ProtoSeq2ArrayRef(K, Record.PrototypeIndex, Record.PrototypeLength); in ConstructRVVIntrinsics()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h192 unsigned short PrototypeIndex; variable
334 return PrototypeIndex++; in getNextFunctionPrototypeIndex()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp716 R.PrototypeIndex = SST.getIndex(SR.Prototype); in createRVVIntrinsicRecords()
736 assert(R.PrototypeIndex != in createRVVIntrinsicRecords()
/freebsd/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h521 uint16_t PrototypeIndex; member
/freebsd/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp1208 OS << Record.PrototypeIndex << ","; in operator <<()