Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp903 llvm::ArrayRef<PrototypeDescriptor> PrototypeDescriptors) { in getSuffixStr() argument
905 for (auto PD : PrototypeDescriptors) { in getSuffixStr()
955 SmallVector<PrototypeDescriptor> PrototypeDescriptors; in parsePrototypes() local
969 PrototypeDescriptors.push_back(*PD); in parsePrototypes()
972 return PrototypeDescriptors; in parsePrototypes()
/llvm-project-15.0.7/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h343 llvm::ArrayRef<PrototypeDescriptor> PrototypeDescriptors);