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

/frameworks/native/include/private/ui/
H A DRegionHelper.h41 static const uint32_t RHS = 0x6; // 0b110 member in class:android::region_operator
43 op_nand = LHS & ~RHS,
44 op_and = LHS & RHS,
45 op_or = LHS | RHS,
46 op_xor = LHS ^ RHS
/frameworks/compile/mclinker/include/mcld/Object/
H A DSectionMap.h140 bool operator()(const Output* LHS, const Output* RHS) const {
141 return LHS->order() < RHS->order();
/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.cpp197 const std::pair<const Value*, unsigned> &RHS) {
199 if (LHS.first->getType() != RHS.first->getType())
201 VE.getTypeID(RHS.first->getType());
203 return LHS.second > RHS.second;
196 operator ()(const std::pair<const Value*, unsigned> &LHS, const std::pair<const Value*, unsigned> &RHS) argument
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.cpp197 const std::pair<const Value*, unsigned> &RHS) {
199 if (LHS.first->getType() != RHS.first->getType())
201 VE.getTypeID(RHS.first->getType());
203 return LHS.second > RHS.second;
196 operator ()(const std::pair<const Value*, unsigned> &LHS, const std::pair<const Value*, unsigned> &RHS) argument
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.cpp197 const std::pair<const Value*, unsigned> &RHS) {
199 if (LHS.first->getType() != RHS.first->getType())
201 VE.getTypeID(RHS.first->getType());
203 return LHS.second > RHS.second;
196 operator ()(const std::pair<const Value*, unsigned> &LHS, const std::pair<const Value*, unsigned> &RHS) argument
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1770 Constant *RHS = ValueList.getConstantFwdRef(Record[2], CurTy); local
1789 V = ConstantExpr::get(Opc, LHS, RHS, Flags);
2651 Value *LHS, *RHS; local
2653 getValue(Record, OpNum, LHS->getType(), RHS) ||
2660 I = BinaryOperator::Create((Instruction::BinaryOps)Opc, LHS, RHS);
2872 Value *LHS, *RHS; local
2874 getValue(Record, OpNum, LHS->getType(), RHS) ||
2879 I = new FCmpInst((FCmpInst::Predicate)Record[OpNum], LHS, RHS);
2881 I = new ICmpInst((ICmpInst::Predicate)Record[OpNum], LHS, RHS);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2063 Constant *RHS = ValueList.getConstantFwdRef(Record[2], CurTy); local
2082 V = ConstantExpr::get(Opc, LHS, RHS, Flags);
2912 Value *LHS, *RHS; local
2914 getValue(Record, OpNum, LHS->getType(), RHS) ||
2921 I = BinaryOperator::Create((Instruction::BinaryOps)Opc, LHS, RHS);
3133 Value *LHS, *RHS; local
3135 getValue(Record, OpNum, LHS->getType(), RHS) ||
3140 I = new FCmpInst((FCmpInst::Predicate)Record[OpNum], LHS, RHS);
3142 I = new ICmpInst((ICmpInst::Predicate)Record[OpNum], LHS, RHS);
/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp734 clang::Expr *RHS,
897 clang::Expr *RHS,
949 RHS,
996 new(C) clang::BinaryOperator(LHS, RHS, clang::BO_Assign, QT,
895 CreateStructRSSetObject(clang::ASTContext &C, clang::Expr *LHS, clang::Expr *RHS, clang::SourceLocation StartLoc, clang::SourceLocation Loc) argument
H A Dslang_rs_export_type.cpp1468 const RSExportConstantArrayType *RHS = local
1470 return ((getNumElement() == RHS->getNumElement()) &&
1471 (getElementType()->equals(RHS->getElementType())));

Completed in 258 milliseconds