/frameworks/native/libs/ui/include_private/ui/ |
D | RegionHelper.h | 42 static const uint32_t LHS = 0x5; // 0b101 variable 44 enum { op_nand = LHS & ~RHS, op_and = LHS & RHS, op_or = LHS | RHS, op_xor = LHS ^ RHS };
|
/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/slang/BitWriter_2_9_func/ |
D | ValueEnumerator.cpp | 196 bool operator()(const std::pair<const Value*, unsigned> &LHS, in operator ()() 199 if (LHS.first->getType() != RHS.first->getType()) in operator ()() 200 return VE.getTypeID(LHS.first->getType()) < in operator ()() 203 return LHS.second > RHS.second; in operator ()()
|
/frameworks/compile/slang/BitWriter_2_9/ |
D | ValueEnumerator.cpp | 196 bool operator()(const std::pair<const Value*, unsigned> &LHS, in operator ()() 199 if (LHS.first->getType() != RHS.first->getType()) in operator ()() 200 return VE.getTypeID(LHS.first->getType()) < in operator ()() 203 return LHS.second > RHS.second; in operator ()()
|
/frameworks/compile/slang/BitWriter_3_2/ |
D | ValueEnumerator.cpp | 196 bool operator()(const std::pair<const Value*, unsigned> &LHS, in operator ()() 199 if (LHS.first->getType() != RHS.first->getType()) in operator ()() 200 return VE.getTypeID(LHS.first->getType()) < in operator ()() 203 return LHS.second > RHS.second; in operator ()()
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 1781 Constant *LHS = ValueList.getConstantFwdRef(Record[1], CurTy); in ParseConstants() local 1801 V = ConstantExpr::get(Opc, LHS, RHS, Flags); in ParseConstants() 2663 Value *LHS, *RHS; in ParseFunctionBody() local 2664 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) || in ParseFunctionBody() 2665 getValue(Record, OpNum, LHS->getType(), RHS) || in ParseFunctionBody() 2669 int Opc = GetDecodedBinaryOpcode(Record[OpNum++], LHS->getType()); in ParseFunctionBody() 2672 I = BinaryOperator::Create((Instruction::BinaryOps)Opc, LHS, RHS); in ParseFunctionBody() 2884 Value *LHS, *RHS; in ParseFunctionBody() local 2885 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) || in ParseFunctionBody() 2886 getValue(Record, OpNum, LHS->getType(), RHS) || in ParseFunctionBody() [all …]
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 2074 Constant *LHS = ValueList.getConstantFwdRef(Record[1], CurTy); in ParseConstants() local 2094 V = ConstantExpr::get(Opc, LHS, RHS, Flags); in ParseConstants() 2924 Value *LHS, *RHS; in ParseFunctionBody() local 2925 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) || in ParseFunctionBody() 2926 getValue(Record, OpNum, LHS->getType(), RHS) || in ParseFunctionBody() 2930 int Opc = GetDecodedBinaryOpcode(Record[OpNum++], LHS->getType()); in ParseFunctionBody() 2933 I = BinaryOperator::Create((Instruction::BinaryOps)Opc, LHS, RHS); in ParseFunctionBody() 3145 Value *LHS, *RHS; in ParseFunctionBody() local 3146 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) || in ParseFunctionBody() 3147 getValue(Record, OpNum, LHS->getType(), RHS) || in ParseFunctionBody() [all …]
|
/frameworks/compile/slang/ |
D | slang_rs_object_ref_count.cpp | 734 clang::Expr *LHS, 897 clang::Expr *LHS, in CreateStructRSSetObject() argument 901 clang::QualType QT = LHS->getType(); in CreateStructRSSetObject() 935 LHS, in CreateStructRSSetObject() 1001 new(C) clang::BinaryOperator(LHS, RHS, clang::BO_Assign, QT, in CreateStructRSSetObject()
|