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.cpp1029 llvm::ArrayRef<PrototypeDescriptor> PrototypeDescriptors) { in getSuffixStr() argument
1031 for (auto PD : PrototypeDescriptors) { in getSuffixStr()
1180 SmallVector<PrototypeDescriptor> PrototypeDescriptors; in parsePrototypes() local
1194 PrototypeDescriptors.push_back(*PD); in parsePrototypes()
1197 return PrototypeDescriptors; in parsePrototypes()
/freebsd/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h465 llvm::ArrayRef<PrototypeDescriptor> PrototypeDescriptors);