Home
last modified time | relevance | path

Searched defs:isNegated (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCExpr.h55 bool isNegated() const { return Negated; } in isNegated() function
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp447 bool isNegated = false; in tryParseRelocExpression() local