Searched refs:LHS (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/include/utils/
H A DDebug.h39 template<typename LHS, typename RHS>
40 struct CompileTimeIfElse<true, LHS, RHS> { typedef LHS TYPE; };
41 template<typename LHS, typename RHS>
42 struct CompileTimeIfElse<false, LHS, RHS> { typedef RHS TYPE; };
/frameworks/native/include/private/ui/
H A DRegionHelper.h40 static const uint32_t LHS = 0x5; // 0b101 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/slang/BitWriter_2_9/
H A DValueEnumerator.cpp178 bool operator()(const std::pair<const Value*, unsigned> &LHS, argument
181 if (LHS.first->getType() != RHS.first->getType())
182 return VE.getTypeID(LHS.first->getType()) <
185 return LHS.second > RHS.second;
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.cpp178 bool operator()(const std::pair<const Value*, unsigned> &LHS, argument
181 if (LHS.first->getType() != RHS.first->getType())
182 return VE.getTypeID(LHS.first->getType()) <
185 return LHS.second > RHS.second;
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.cpp178 bool operator()(const std::pair<const Value*, unsigned> &LHS, argument
181 if (LHS.first->getType() != RHS.first->getType())
182 return VE.getTypeID(LHS.first->getType()) <
185 return LHS.second > RHS.second;
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1385 Constant *LHS = ValueList.getConstantFwdRef(Record[1], CurTy); local
1405 V = ConstantExpr::get(Opc, LHS, RHS, Flags);
2229 Value *LHS, *RHS; local
2230 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) ||
2231 getValue(Record, OpNum, LHS->getType(), RHS) ||
2235 int Opc = GetDecodedBinaryOpcode(Record[OpNum++], LHS->getType());
2237 I = BinaryOperator::Create((Instruction::BinaryOps)Opc, LHS, RHS);
2428 Value *LHS, *RHS; local
2429 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) ||
2430 getValue(Record, OpNum, LHS
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp1687 Constant *LHS = ValueList.getConstantFwdRef(Record[1], CurTy); local
1707 V = ConstantExpr::get(Opc, LHS, RHS, Flags);
2489 Value *LHS, *RHS; local
2490 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) ||
2491 getValue(Record, OpNum, LHS->getType(), RHS) ||
2495 int Opc = GetDecodedBinaryOpcode(Record[OpNum++], LHS->getType());
2497 I = BinaryOperator::Create((Instruction::BinaryOps)Opc, LHS, RHS);
2688 Value *LHS, *RHS; local
2689 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) ||
2690 getValue(Record, OpNum, LHS
[all...]
/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp838 clang::Expr *LHS,
1002 clang::Expr *LHS,
1006 clang::QualType QT = LHS->getType();
1040 LHS,
1101 new(C) clang::BinaryOperator(LHS, RHS, clang::BO_Assign, QT,
1001 CreateStructRSSetObject(clang::ASTContext &C, clang::Expr *LHS, clang::Expr *RHS, clang::SourceLocation StartLoc, clang::SourceLocation Loc) argument

Completed in 248 milliseconds