Searched refs:getConds (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp683 ArrayRef<std::string> getConds() const { return Conds; } function in class:__anon3260::IAPrinter
1097 for (const auto &Cond : IAP->getConds())
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h967 ArrayRef<Init *> getConds() const {
986 inline const_case_iterator arg_begin() const { return getConds().begin(); }
987 inline const_case_iterator arg_end () const { return getConds().end(); }
/netbsd-current/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DRecord.cpp2022 for (const Init *Case : getConds()) {
2063 for (const Init *Case : getConds())
2075 for (const Init *Case : getConds())

Completed in 217 milliseconds