/frameworks/native/include/private/ui/ |
D | RegionHelper.h | 41 static const uint32_t RHS = 0x6; // 0b110 variable 43 op_nand = LHS & ~RHS, 44 op_and = LHS & RHS, 45 op_or = LHS | RHS, 46 op_xor = LHS ^ RHS
|
/frameworks/compile/slang/BitWriter_2_9/ |
D | ValueEnumerator.cpp | 197 const std::pair<const Value*, unsigned> &RHS) { in operator ()() 199 if (LHS.first->getType() != RHS.first->getType()) in operator ()() 201 VE.getTypeID(RHS.first->getType()); in operator ()() 203 return LHS.second > RHS.second; in operator ()()
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
D | ValueEnumerator.cpp | 197 const std::pair<const Value*, unsigned> &RHS) { in operator ()() 199 if (LHS.first->getType() != RHS.first->getType()) in operator ()() 201 VE.getTypeID(RHS.first->getType()); in operator ()() 203 return LHS.second > RHS.second; in operator ()()
|
/frameworks/compile/slang/BitWriter_3_2/ |
D | ValueEnumerator.cpp | 197 const std::pair<const Value*, unsigned> &RHS) { in operator ()() 199 if (LHS.first->getType() != RHS.first->getType()) in operator ()() 201 VE.getTypeID(RHS.first->getType()); in operator ()() 203 return LHS.second > RHS.second; in operator ()()
|
/frameworks/compile/mclinker/include/mcld/Object/ |
D | SectionMap.h | 140 bool operator()(const Output* LHS, const Output* RHS) const { in operator() 141 return LHS->order() < RHS->order(); in operator()
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 1770 Constant *RHS = ValueList.getConstantFwdRef(Record[2], CurTy); in ParseConstants() local 1789 V = ConstantExpr::get(Opc, LHS, RHS, Flags); in ParseConstants() 2651 Value *LHS, *RHS; in ParseFunctionBody() local 2653 getValue(Record, OpNum, LHS->getType(), RHS) || in ParseFunctionBody() 2660 I = BinaryOperator::Create((Instruction::BinaryOps)Opc, LHS, RHS); in ParseFunctionBody() 2872 Value *LHS, *RHS; in ParseFunctionBody() local 2874 getValue(Record, OpNum, LHS->getType(), RHS) || in ParseFunctionBody() 2879 I = new FCmpInst((FCmpInst::Predicate)Record[OpNum], LHS, RHS); in ParseFunctionBody() 2881 I = new ICmpInst((ICmpInst::Predicate)Record[OpNum], LHS, RHS); in ParseFunctionBody()
|
/frameworks/compile/slang/ |
D | slang_rs_object_ref_count.cpp | 734 clang::Expr *RHS, 897 clang::Expr *RHS, in CreateStructRSSetObject() argument 949 RHS, in CreateStructRSSetObject() 996 new(C) clang::BinaryOperator(LHS, RHS, clang::BO_Assign, QT, in CreateStructRSSetObject()
|
D | slang_rs_export_type.cpp | 1468 const RSExportConstantArrayType *RHS = in equals() local 1470 return ((getNumElement() == RHS->getNumElement()) && in equals() 1471 (getElementType()->equals(RHS->getElementType()))); in equals()
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 2063 Constant *RHS = ValueList.getConstantFwdRef(Record[2], CurTy); in ParseConstants() local 2082 V = ConstantExpr::get(Opc, LHS, RHS, Flags); in ParseConstants() 2912 Value *LHS, *RHS; in ParseFunctionBody() local 2914 getValue(Record, OpNum, LHS->getType(), RHS) || in ParseFunctionBody() 2921 I = BinaryOperator::Create((Instruction::BinaryOps)Opc, LHS, RHS); in ParseFunctionBody() 3133 Value *LHS, *RHS; in ParseFunctionBody() local 3135 getValue(Record, OpNum, LHS->getType(), RHS) || in ParseFunctionBody() 3140 I = new FCmpInst((FCmpInst::Predicate)Record[OpNum], LHS, RHS); in ParseFunctionBody() 3142 I = new ICmpInst((ICmpInst::Predicate)Record[OpNum], LHS, RHS); in ParseFunctionBody()
|