/frameworks/native/include/private/ui/ |
H A D | RegionHelper.h | 40 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/mclinker/include/mcld/Object/ |
H A D | SectionMap.h | 140 bool operator()(const Output* LHS, const Output* RHS) const { argument 141 return LHS->order() < RHS->order();
|
/frameworks/compile/slang/BitWriter_2_9/ |
H A D | ValueEnumerator.cpp | 196 bool operator()(const std::pair<const Value*, unsigned> &LHS, argument 199 if (LHS.first->getType() != RHS.first->getType()) 200 return VE.getTypeID(LHS.first->getType()) < 203 return LHS.second > RHS.second;
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
H A D | ValueEnumerator.cpp | 196 bool operator()(const std::pair<const Value*, unsigned> &LHS, argument 199 if (LHS.first->getType() != RHS.first->getType()) 200 return VE.getTypeID(LHS.first->getType()) < 203 return LHS.second > RHS.second;
|
/frameworks/compile/slang/BitWriter_3_2/ |
H A D | ValueEnumerator.cpp | 196 bool operator()(const std::pair<const Value*, unsigned> &LHS, argument 199 if (LHS.first->getType() != RHS.first->getType()) 200 return VE.getTypeID(LHS.first->getType()) < 203 return LHS.second > RHS.second;
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
H A D | BitcodeReader.cpp | 1769 Constant *LHS = ValueList.getConstantFwdRef(Record[1], CurTy); local 1789 V = ConstantExpr::get(Opc, LHS, RHS, Flags); 2651 Value *LHS, *RHS; local 2652 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) || 2653 getValue(Record, OpNum, LHS->getType(), RHS) || 2657 int Opc = GetDecodedBinaryOpcode(Record[OpNum++], LHS->getType()); 2660 I = BinaryOperator::Create((Instruction::BinaryOps)Opc, LHS, RHS); 2872 Value *LHS, *RHS; local 2873 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) || 2874 getValue(Record, OpNum, LHS [all...] |
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
H A D | BitcodeReader.cpp | 2062 Constant *LHS = ValueList.getConstantFwdRef(Record[1], CurTy); local 2082 V = ConstantExpr::get(Opc, LHS, RHS, Flags); 2912 Value *LHS, *RHS; local 2913 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) || 2914 getValue(Record, OpNum, LHS->getType(), RHS) || 2918 int Opc = GetDecodedBinaryOpcode(Record[OpNum++], LHS->getType()); 2921 I = BinaryOperator::Create((Instruction::BinaryOps)Opc, LHS, RHS); 3133 Value *LHS, *RHS; local 3134 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) || 3135 getValue(Record, OpNum, LHS [all...] |
/frameworks/compile/slang/ |
H A D | slang_rs_object_ref_count.cpp | 733 clang::Expr *LHS, 896 clang::Expr *LHS, 900 clang::QualType QT = LHS->getType(); 934 LHS, 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
|