/external/webkit/Source/WebCore/xml/ |
D | XPathPredicate.cpp | 70 NumericOp::NumericOp(Opcode opcode, Expression* lhs, Expression* rhs) in NumericOp() 79 Value lhs(subExpr(0)->evaluate()); in evaluate() local 101 EqTestOp::EqTestOp(Opcode opcode, Expression* lhs, Expression* rhs) in EqTestOp() 108 bool EqTestOp::compare(const Value& lhs, const Value& rhs) const in compare() argument 198 Value lhs(subExpr(0)->evaluate()); in evaluate() local 204 LogicalOp::LogicalOp(Opcode opcode, Expression* lhs, Expression* rhs) in LogicalOp() 221 Value lhs(subExpr(0)->evaluate()); in evaluate() local
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
D | TypeResolver.java | 80 PExpression lhs = node.getLeft(); in caseAAddExpression() local 90 PExpression lhs = node.getLeft(); in caseAEqExpression() local 100 PExpression lhs = node.getLeft(); in caseANeExpression() local
|
/external/oprofile/libpp/ |
D | symbol_functors.cpp | 14 bool less_symbol::operator()(symbol_entry const & lhs, in operator ()()
|
D | symbol_sort.cpp | 44 symbol_entry const & lhs, symbol_entry const & rhs) in compare_by() 113 bool symbol_compare::operator()(symbol_entry const & lhs, in operator ()()
|
D | callgraph_container.cpp | 37 bool operator==(cg_symbol const & lhs, cg_symbol const & rhs) in operator ==() 57 bool compare_by_callee_vma(pair<odb_key_t, count_type> const & lhs, in compare_by_callee_vma() 75 compare_arc_count(symbol_entry const & lhs, symbol_entry const & rhs) in compare_arc_count() 82 compare_arc_count_reverse(symbol_entry const & lhs, symbol_entry const & rhs) in compare_arc_count_reverse()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | SValBuilder.cpp | 43 NonLoc SValBuilder::makeNonLoc(const SymExpr *lhs, BinaryOperator::Opcode op, in makeNonLoc() 53 NonLoc SValBuilder::makeNonLoc(const llvm::APSInt& lhs, in makeNonLoc() 61 NonLoc SValBuilder::makeNonLoc(const SymExpr *lhs, BinaryOperator::Opcode op, in makeNonLoc() 226 SVal lhs, SVal rhs, QualType type) { in evalBinOp() 254 DefinedOrUnknownSVal lhs, in evalEQ()
|
/external/kernel-headers/original/linux/ |
D | ktime.h | 85 #define ktime_sub(lhs, rhs) \ argument 89 #define ktime_add(lhs, rhs) \ argument 150 static inline ktime_t ktime_sub(const ktime_t lhs, const ktime_t rhs) in ktime_sub()
|
D | time.h | 49 static inline int timespec_compare(struct timespec *lhs, struct timespec *rhs) in timespec_compare() 58 static inline int timeval_compare(struct timeval *lhs, struct timeval *rhs) in timeval_compare() 76 static inline struct timespec timespec_sub(struct timespec lhs, in timespec_sub()
|
/external/mesa3d/src/glsl/ |
D | lower_vector.cpp | 188 ir_dereference *const lhs = new(mem_ctx) ir_dereference_variable(temp); in handle_rvalue() local 201 ir_dereference *const lhs = new(mem_ctx) ir_dereference_variable(temp); in handle_rvalue() local
|
D | ast_function.cpp | 432 ir_rvalue *lhs = new(ctx) ir_dereference_array(var, in process_array_constructor() local 512 ir_dereference_variable *lhs = new(ctx) ir_dereference_variable(var); in emit_inline_vector_constructor() local 573 ir_dereference *lhs = new(ctx) ir_dereference_variable(var); in emit_inline_vector_constructor() local 602 ir_dereference *lhs = new(ctx) ir_dereference_variable(var); in emit_inline_vector_constructor() local 806 ir_rvalue *const lhs = in emit_inline_matrix_constructor() local 842 ir_dereference *const lhs = in emit_inline_matrix_constructor() local 958 ir_dereference *const lhs = in emit_inline_record_constructor() local
|
D | opt_dead_code_local.cpp | 46 assignment_entry(ir_variable *lhs, ir_instruction *ir) in assignment_entry() 54 ir_variable *lhs; member in assignment_entry
|
D | opt_copy_propagation.cpp | 44 acp_entry(ir_variable *lhs, ir_variable *rhs) in acp_entry() 52 ir_variable *lhs; member in acp_entry
|
/external/chromium/base/ |
D | version_unittest.cc | 54 const char* lhs; in TEST_F() member 70 scoped_ptr<Version> lhs(Version::GetVersionFromString(cases[i].lhs)); in TEST_F() local
|
/external/clang/test/CXX/expr/expr.post/expr.ref/ |
D | p3.cpp | 4 int lhs; member
|
/external/icu4c/i18n/ |
D | decNumber.c | 776 U_CAPI decNumber * U_EXPORT2 uprv_decNumberAdd(decNumber *res, const decNumber *lhs, in uprv_decNumberAdd() 802 U_CAPI decNumber * U_EXPORT2 uprv_decNumberAnd(decNumber *res, const decNumber *lhs, in uprv_decNumberAnd() 870 U_CAPI decNumber * U_EXPORT2 uprv_decNumberCompare(decNumber *res, const decNumber *lhs, in uprv_decNumberCompare() 890 U_CAPI decNumber * U_EXPORT2 uprv_decNumberCompareSignal(decNumber *res, const decNumber *lhs, in uprv_decNumberCompareSignal() 911 U_CAPI decNumber * U_EXPORT2 uprv_decNumberCompareTotal(decNumber *res, const decNumber *lhs, in uprv_decNumberCompareTotal() 932 U_CAPI decNumber * U_EXPORT2 uprv_decNumberCompareTotalMag(decNumber *res, const decNumber *lhs, in uprv_decNumberCompareTotalMag() 997 U_CAPI decNumber * U_EXPORT2 uprv_decNumberDivide(decNumber *res, const decNumber *lhs, in uprv_decNumberDivide() 1020 U_CAPI decNumber * U_EXPORT2 uprv_decNumberDivideInteger(decNumber *res, const decNumber *lhs, in uprv_decNumberDivideInteger() 1109 U_CAPI decNumber * U_EXPORT2 uprv_decNumberFMA(decNumber *res, const decNumber *lhs, in uprv_decNumberFMA() 1550 U_CAPI decNumber * U_EXPORT2 uprv_decNumberMax(decNumber *res, const decNumber *lhs, in uprv_decNumberMax() [all …]
|
/external/chromium/chrome/browser/history/ |
D | page_usage_data.cc | 43 bool PageUsageData::Predicate(const PageUsageData* lhs, in Predicate()
|
/external/webkit/Source/JavaScriptCore/wtf/unicode/ |
D | CollatorDefault.cpp | 54 Collator::Result Collator::collate(const UChar* lhs, size_t lhsLength, const UChar* rhs, size_t rhs… in collate() argument
|
/external/clang/test/Sema/ |
D | parentheses.cpp | 35 friend S operator+(const S &lhs, bool) { return S(); } in operator +()
|
/external/llvm/test/CodeGen/CellSPU/useful-harnesses/ |
D | i64operations.h | 11 int64_t *lhs; member 21 uint64_t *lhs; member
|
/external/astl/src/ |
D | string.cpp | 657 bool operator<(const string& lhs, const string& rhs) { in operator <() 661 bool operator<=(const string& lhs, const string& rhs) { in operator <=() 665 bool operator>(const string& lhs, const string& rhs) { in operator >() 669 bool operator>=(const string& lhs, const string& rhs) { in operator >=() 673 void swap(string& lhs, string& rhs) { in swap()
|
/external/bison/src/ |
D | derives.c | 82 symbol_number lhs = rules[r].lhs->number; in derives_compute() local
|
/external/webkit/Source/JavaScriptCore/wtf/unicode/icu/ |
D | CollatorICU.cpp | 92 Collator::Result Collator::collate(const UChar* lhs, size_t lhsLength, const UChar* rhs, size_t rhs… in collate() argument
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SymbolManager.h | 353 SymIntExpr(const SymExpr *lhs, BinaryOperator::Opcode op, in SymIntExpr() 368 static void Profile(llvm::FoldingSetNodeID& ID, const SymExpr *lhs, in Profile() 396 IntSymExpr(const llvm::APSInt& lhs, BinaryOperator::Opcode op, in IntSymExpr() 409 static void Profile(llvm::FoldingSetNodeID& ID, const llvm::APSInt& lhs, in Profile() 437 SymSymExpr(const SymExpr *lhs, BinaryOperator::Opcode op, const SymExpr *rhs, in SymSymExpr() 451 static void Profile(llvm::FoldingSetNodeID& ID, const SymExpr *lhs, in Profile() 529 const SymIntExpr *getSymIntExpr(const SymExpr &lhs, BinaryOperator::Opcode op, in getSymIntExpr()
|
/external/chromium/chrome/browser/password_manager/ |
D | password_form_data.cc | 40 bool operator==(const PasswordForm& lhs, const PasswordForm& rhs) { in operator ==()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | MallocOverflowSecurityChecker.cpp | 81 const Expr *lhs = binop->getLHS(); in CheckMallocArgument() local 161 const Expr * lhs = E->getLHS(); in VisitBinaryOperator() local
|