Searched defs:expr (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/cpu_ref/linkloader/utils/
H A Drsl_assert.cpp30 char const *expr) {
33 llvm::errs() << "rslAssert [" << file << ":" << line << "] " << expr << "\n"; local
37 ALOGE("rslAssert [%s:%d] %s\n", file, line, expr);
28 ASSERT_FAILED(char const *file, unsigned line, char const *expr) argument
/frameworks/compile/mclinker/lib/Script/
H A DAssignment.cpp111 // substitute the rhs dot with the appropriate helper expr
135 RpnExpr* expr = local
140 *expr);
147 // substitute the rhs dot with the appropriate helper expr
H A DRpnExpr.cpp86 // buildHelperExpr - build the helper expr:
90 RpnExpr* expr = RpnExpr::create(); local
91 expr->push_back(SectDescOperand::create(*pIter));
92 expr->push_back(&Operator::create<Operator::ADDR>());
93 expr->push_back(SectDescOperand::create(*pIter));
94 expr->push_back(&Operator::create<Operator::SIZEOF>());
95 expr->push_back(&Operator::create<Operator::ADD>());
96 return expr;
99 // buildHelperExpr - build the helper expr: `fragment'
102 RpnExpr* expr local
[all...]

Completed in 577 milliseconds