Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp1026 llvm::ArrayRef<PrototypeDescriptor> PrototypeDescriptors) { in getSuffixStr() argument
1028 for (auto PD : PrototypeDescriptors) { in getSuffixStr()
1176 SmallVector<PrototypeDescriptor> PrototypeDescriptors; in parsePrototypes() local
1190 PrototypeDescriptors.push_back(*PD); in parsePrototypes()
1193 return PrototypeDescriptors; in parsePrototypes()
/freebsd/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h468 llvm::ArrayRef<PrototypeDescriptor> PrototypeDescriptors);