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

/external/llvm/include/llvm/ADT/
H A DTwine.h171 explicit Twine(const Twine &_LHS, const Twine &_RHS) argument
174 RHS.twine = &_RHS;
180 Child _RHS, NodeKind _RHSKind)
181 : LHS(_LHS), RHS(_RHS), LHSKind(_LHSKind), RHSKind(_RHSKind) {
352 /*implicit*/ Twine(const char *_LHS, const StringRef &_RHS) argument
355 RHS.stringRef = &_RHS;
360 /*implicit*/ Twine(const StringRef &_LHS, const char *_RHS) argument
363 RHS.cString = _RHS;
179 Twine(Child _LHS, NodeKind _LHSKind, Child _RHS, NodeKind _RHSKind) argument
/external/llvm/include/llvm/MC/
H A DMCExpr.h411 MCBinaryExpr(Opcode _Op, const MCExpr *_LHS, const MCExpr *_RHS) argument
412 : MCExpr(MCExpr::Binary), Op(_Op), LHS(_LHS), RHS(_RHS) {}

Completed in 253 milliseconds