Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp1030 llvm::ArrayRef<PrototypeDescriptor> PrototypeDescriptors) { in getSuffixStr() argument
1032 for (auto PD : PrototypeDescriptors) { in getSuffixStr()
1186 SmallVector<PrototypeDescriptor> PrototypeDescriptors; in parsePrototypes() local
1200 PrototypeDescriptors.push_back(*PD); in parsePrototypes()
1203 return PrototypeDescriptors; in parsePrototypes()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h468 llvm::ArrayRef<PrototypeDescriptor> PrototypeDescriptors);