Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp91 bool missingFeature(SMLoc const &Loc, uint64_t const &ErrorInfo);
312 bool AVRAsmParser::missingFeature(llvm::SMLoc const &Loc, in missingFeature() function in AVRAsmParser
336 return missingFeature(Loc, ErrorInfo); in MatchAndEmitInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp44 bool missingFeature(const SMLoc &Loc, const uint64_t &ErrorInfo);
976 bool M68kAsmParser::missingFeature(llvm::SMLoc const &Loc, in missingFeature() function in M68kAsmParser
1002 return missingFeature(Loc, ErrorInfo); in MatchAndEmitInstruction()