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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp86 bool missingFeature(SMLoc const &Loc, uint64_t const &ErrorInfo);
305 bool AVRAsmParser::missingFeature(llvm::SMLoc const &Loc, function in class:AVRAsmParser
327 case Match_MissingFeature: return missingFeature(Loc, ErrorInfo);

Completed in 103 milliseconds