/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/native/include/private/ui/ |
H A D | RegionHelper.h | 43 static const uint32_t LHS = 0x5; // 0b101 member in class:android::region_operator 46 op_nand = LHS & ~RHS, 47 op_and = LHS & RHS, 48 op_or = LHS | RHS, 49 op_xor = LHS ^ RHS
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
H A D | BitcodeReader.cpp | 1781 Constant *LHS = ValueList.getConstantFwdRef(Record[1], CurTy); local 1801 V = ConstantExpr::get(Opc, LHS, RHS, Flags); 2663 Value *LHS, *RHS; local 2664 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) || 2665 getValue(Record, OpNum, LHS->getType(), RHS) || 2669 int Opc = GetDecodedBinaryOpcode(Record[OpNum++], LHS->getType()); 2672 I = BinaryOperator::Create((Instruction::BinaryOps)Opc, LHS, RHS); 2884 Value *LHS, *RHS; local 2885 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) || 2886 getValue(Record, OpNum, LHS [all...] |
/frameworks/compile/slang/ |
H A D | slang_rs_object_ref_count.cpp | 734 clang::Expr *LHS, 897 clang::Expr *LHS, 901 clang::QualType QT = LHS->getType(); 935 LHS, 1001 new(C) clang::BinaryOperator(LHS, RHS, clang::BO_Assign, QT, 896 CreateStructRSSetObject(clang::ASTContext &C, clang::Expr *LHS, clang::Expr *RHS, clang::SourceLocation StartLoc, clang::SourceLocation Loc) argument
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
H A D | BitcodeReader.cpp | 2074 Constant *LHS = ValueList.getConstantFwdRef(Record[1], CurTy); local 2094 V = ConstantExpr::get(Opc, LHS, RHS, Flags); 2924 Value *LHS, *RHS; local 2925 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) || 2926 getValue(Record, OpNum, LHS->getType(), RHS) || 2930 int Opc = GetDecodedBinaryOpcode(Record[OpNum++], LHS->getType()); 2933 I = BinaryOperator::Create((Instruction::BinaryOps)Opc, LHS, RHS); 3145 Value *LHS, *RHS; local 3146 if (getValueTypePair(Record, OpNum, NextValueNo, LHS) || 3147 getValue(Record, OpNum, LHS [all...] |