Searched defs:expr (Results 101 - 125 of 298) sorted by relevance

1234567891011>>

/external/libsepol/include/sepol/policydb/
H A Dconditional.h76 cond_expr_t *expr; member in struct:cond_node
93 extern int cond_evaluate_expr(policydb_t * p, cond_expr_t * expr);
94 extern cond_expr_t *cond_copy_expr(cond_expr_t * expr);
99 extern void cond_expr_destroy(cond_expr_t * expr);
H A Dconstraint.h31 #define CEXPR_NOT 1 /* not expr */
32 #define CEXPR_AND 2 /* expr and expr */
33 #define CEXPR_OR 3 /* expr or expr */
66 constraint_expr_t *expr; /* constraint on permissions */ member in struct:constraint_node
72 extern int constraint_expr_init(constraint_expr_t * expr);
73 extern void constraint_expr_destroy(constraint_expr_t * expr);
/external/lldb/source/DataFormatters/
H A DNSSet.cpp290 StreamString expr; local
291 expr.Printf("(id)%" PRIu64,set_item.item_ptr);
294 set_item.valobj_sp = ValueObject::CreateValueObjectFromExpression(idx_name.GetData(), expr.GetData(), m_exe_ctx_ref);
433 StreamString expr; local
434 expr.Printf("(id)%" PRIu64,set_item.item_ptr);
437 set_item.valobj_sp = ValueObject::CreateValueObjectFromExpression(idx_name.GetData(), expr.GetData(), m_exe_ctx_ref);
/external/mesa3d/src/glsl/
H A Dir_builder.cpp161 expr(ir_expression_operation op, operand a) function in namespace:ir_builder
169 expr(ir_expression_operation op, operand a, operand b) function in namespace:ir_builder
178 return expr(ir_binop_add, a, b);
183 return expr(ir_binop_sub, a, b);
188 return expr(ir_binop_mul, a, b);
193 return expr(ir_binop_dot, a, b);
201 return expr(ir_binop_max,
202 expr(ir_binop_min, a, new(mem_ctx) ir_constant(1.0f)),
H A Dopt_algebraic.cpp65 ir_rvalue *swizzle_if_required(ir_expression *expr,
176 ir_algebraic_visitor::swizzle_if_required(ir_expression *expr, argument
179 if (expr->type->is_vector() && operand->type->is_scalar()) {
181 expr->type->vector_elements);
431 ir_expression *expr = (*rvalue)->as_expression();
432 if (!expr || expr->operation == ir_quadop_vector)
435 *rvalue = handle_expression(expr);
/external/skia/src/gpu/gl/
H A DGrGLSL.h124 * Argument expr is a simple expression or a parenthesized expression. */
126 GrGLSLExpr(const char expr[]) { argument
127 if (NULL == expr) { // TODO: remove this once effects input Exprs.
131 fExpr = expr;
137 * Argument expr is a simple expression or a parenthesized expression. */
139 GrGLSLExpr(const SkString& expr) { argument
140 if (expr.isEmpty()) { // TODO: remove this once effects input Exprs.
144 fExpr = expr;
225 GrGLSLExpr1(const char* expr) argument
226 : INHERITED(expr) {
228 GrGLSLExpr1(const SkString& expr) argument
266 GrGLSLExpr4(const char* expr) argument
269 GrGLSLExpr4(const SkString& expr) argument
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Djaxen-1.1.6.jar ... .jaxen.VariableContext getVariableContext () public org.jaxen.expr.Expr getRootExpr () public java.lang.String toString ...
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
H A DDebugTreeGrammar.cs53 "invalidRule", "call", "expr", "prog", "stat"
206 // BuildOptions\\DebugTreeGrammar.g3:56:0: stat : ( expr | ^( '=' ID expr ) | ^( FUNC ( . )+ ) );
225 // BuildOptions\\DebugTreeGrammar.g3:56:9: ( expr | ^( '=' ID expr ) | ^( FUNC ( . )+ ) )
275 // BuildOptions\\DebugTreeGrammar.g3:56:9: expr
279 expr1=expr();
293 // BuildOptions\\DebugTreeGrammar.g3:59:9: ^( '=' ID expr )
304 expr3=expr();
424 // $ANTLR start "expr"
426 private BigInteger expr( ) method in class:DebugTreeGrammar
[all...]
H A DProfileTreeGrammar.cs53 "invalidRule", "call", "expr", "prog", "stat"
211 // BuildOptions\\ProfileTreeGrammar.g3:56:0: stat : ( expr | ^( '=' ID expr ) | ^( FUNC ( . )+ ) );
230 // BuildOptions\\ProfileTreeGrammar.g3:56:9: ( expr | ^( '=' ID expr ) | ^( FUNC ( . )+ ) )
280 // BuildOptions\\ProfileTreeGrammar.g3:56:9: expr
284 expr1=expr();
298 // BuildOptions\\ProfileTreeGrammar.g3:59:9: ^( '=' ID expr )
309 expr3=expr();
429 // $ANTLR start "expr"
431 private BigInteger expr( ) method in class:ProfileTreeGrammar
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/
H A DExpression.java349 * @param expr Another expression object.
350 * @return true if this objects class and the expr
354 public abstract boolean deepEquals(Expression expr); argument
365 protected final boolean isSameClass(Expression expr) argument
367 if(null == expr)
370 return (getClass() == expr.getClass());
H A DXPath.java185 Expression expr = compiler.compile(0);
187 // System.out.println("expr: "+expr);
188 this.setExpression(expr);
192 expr.exprSetParent((ExpressionNode)locator);
237 Expression expr = compiler.compile(0);
239 // System.out.println("expr: "+expr);
240 this.setExpression(expr);
244 expr
276 XPath(Expression expr) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DAxesWalker.java552 public boolean deepEquals(Expression expr) argument
554 if (!super.deepEquals(expr))
557 AxesWalker walker = (AxesWalker)expr;
H A DPredicatedNodeTest.java568 public boolean deepEquals(Expression expr) argument
570 if (!super.deepEquals(expr))
573 PredicatedNodeTest pnt = (PredicatedNodeTest) expr;
/external/apache-xml/src/main/java/org/apache/xpath/patterns/
H A DNodeTest.java218 public boolean deepEquals(Expression expr) argument
220 if(!isSameClass(expr))
223 NodeTest nt = (NodeTest)expr;
H A DStepPattern.java182 * @param expr The relative pattern expression.
184 public void setRelativePathPattern(StepPattern expr) argument
187 m_relativePathPattern = expr;
188 expr.exprSetParent(this);
1020 public boolean deepEquals(Expression expr) argument
1022 if(!super.deepEquals(expr))
1025 StepPattern sp = (StepPattern)expr;
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DIntermediate.cpp467 TLoopType type, TIntermNode *init, TIntermTyped *cond, TIntermTyped *expr,
470 TIntermNode *node = new TIntermLoop(type, init, cond, expr, body);
466 addLoop( TLoopType type, TIntermNode *init, TIntermTyped *cond, TIntermTyped *expr, TIntermNode *body, const TSourceLoc &line) argument
H A DValidateLimitations.cpp375 TIntermNode *expr = node->getExpression(); local
376 if (expr == NULL)
391 TIntermUnary *unOp = expr->getAsUnaryNode();
392 TIntermBinary *binOp = unOp ? NULL : expr->getAsBinaryNode();
410 error(expr->getLine(), "Invalid expression", "for");
434 error(expr->getLine(), "Invalid operator", GetOperatorString(op));
/external/chromium_org/third_party/libxslt/libxslt/
H A Dtemplates.c262 xmlChar *expr, *val; local
291 expr = xmlStrndup(str, cur - str);
292 if (expr == NULL)
294 else if (*expr == '{') {
295 ret = xmlStrcat(ret, expr);
296 xmlFree(expr);
312 comp = xmlXPathCompile(expr);
315 xmlFree(expr);
382 xmlChar *expr; local
387 expr
426 xmlChar *expr; local
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlower_mat_op_to_vec.cpp69 ir_expression *expr = ir->as_expression(); local
72 if (!expr)
75 for (i = 0; i < expr->get_num_operands(); i++) {
76 if (expr->operands[i]->type->is_matrix())
127 ir_expression *expr; local
131 expr = new(mem_ctx) ir_expression(ir_binop_mul,
142 expr = new(mem_ctx) ir_expression(ir_binop_add,
143 expr,
147 assign = new(mem_ctx) ir_assignment(get_column(result, b_col), expr);
159 ir_expression *expr; local
287 has_matrix_operand(const ir_expression *expr, unsigned &columns) argument
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dvalparam.c35 #include "expr.h"
309 yasm_expr **expr = (yasm_expr **)data; local
311 if (*expr)
312 yasm_expr_destroy(*expr);
313 if (!(*expr = yasm_vp_expr(vp, object->symtab, line))) {
/external/chromium_org/tools/clang/rewrite_scoped_refptr/
H A DRewriteScopedRefptr.cpp47 // Returns true if expr needs to be put in parens (eg: when it is an operator
49 bool NeedsParens(const clang::Expr* expr) { argument
50 if (llvm::dyn_cast<clang::UnaryOperator>(expr) ||
51 llvm::dyn_cast<clang::BinaryOperator>(expr) ||
52 llvm::dyn_cast<clang::ConditionalOperator>(expr)) {
58 llvm::dyn_cast<clang::CXXOperatorCallExpr>(expr)) {
67 const clang::Expr* expr) {
69 result.SourceManager->getSpellingLoc(expr->getLocStart()),
70 result.SourceManager->getSpellingLoc(expr->getLocEnd()));
78 llvm::dyn_cast<clang::UnaryOperator>(expr)) {
65 RewriteImplicitToExplicitConversion( const MatchFinder::MatchResult& result, const clang::Expr* expr) argument
248 const clang::Expr* const expr = result.Nodes.getNodeAs<clang::Expr>("expr"); member in class:__anon16429::clang
[all...]
/external/chromium_org/tools/gn/
H A Doperators.cc533 const Value& expr,
537 if (expr.type() != Value::BOOLEAN) {
539 "Type is \"" + std::string(Value::DescribeType(expr.type())) +
544 return Value(op_node, !expr.boolean_value());
531 ExecuteUnaryOperator(Scope* scope, const UnaryOpNode* op_node, const Value& expr, Err* err) argument
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h153 const SymbolConjured* conjureSymbol(const Expr *expr, argument
157 return SymMgr.conjureSymbol(expr, LCtx, visitCount, symbolTag);
173 const Expr *expr,
177 const Expr *expr,
198 const Expr *expr, QualType type, unsigned count);
308 Loc makeLoc(const AddrLabelExpr *expr) { argument
309 return loc::GotoLabel(expr->getLabel());
/external/eigen/Eigen/src/SparseCore/
H A DSparseDiagonalProduct.h115 const SparseDiagonalProductType& expr, Index outer)
116 : Base(expr.rhs()*(expr.lhs().diagonal().coeff(outer)), outer)
136 const SparseDiagonalProductType& expr, Index outer)
137 : Base(expr.rhs().innerVector(outer) .cwiseProduct(expr.lhs().diagonal()), 0), m_outer(outer)
153 const SparseDiagonalProductType& expr, Index outer)
154 : Base(expr.lhs()*expr.rhs().diagonal().coeff(outer), outer)
174 const SparseDiagonalProductType& expr, Inde
114 sparse_diagonal_product_inner_iterator_selector( const SparseDiagonalProductType& expr, Index outer) argument
135 sparse_diagonal_product_inner_iterator_selector( const SparseDiagonalProductType& expr, Index outer) argument
152 sparse_diagonal_product_inner_iterator_selector( const SparseDiagonalProductType& expr, Index outer) argument
173 sparse_diagonal_product_inner_iterator_selector( const SparseDiagonalProductType& expr, Index outer) argument
[all...]
/external/elfutils/0.153/src/
H A Dldscript.h111 struct expression *expr; member in union:YYSTYPE

Completed in 1861 milliseconds

1234567891011>>