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

/external/llvm/include/llvm/ADT/
H A DTwine.h170 explicit Twine(const Twine &_LHS, const Twine &_RHS) argument
173 RHS.twine = &_RHS;
179 Child _RHS, NodeKind _RHSKind)
180 : LHS(_LHS), RHS(_RHS), LHSKind(_LHSKind), RHSKind(_RHSKind) {
347 /*implicit*/ Twine(const char *_LHS, const StringRef &_RHS) argument
350 RHS.stringRef = &_RHS;
355 /*implicit*/ Twine(const StringRef &_LHS, const char *_RHS) argument
358 RHS.cString = _RHS;
178 Twine(Child _LHS, NodeKind _LHSKind, Child _RHS, NodeKind _RHSKind) argument
/external/llvm/include/llvm/MC/
H A DMCExpr.h313 MCBinaryExpr(Opcode _Op, const MCExpr *_LHS, const MCExpr *_RHS) argument
314 : MCExpr(MCExpr::Binary), Op(_Op), LHS(_LHS), RHS(_RHS) {}

Completed in 650 milliseconds