Searched defs:expr (Results 201 - 225 of 298) sorted by relevance

1234567891011>>

/external/valgrind/main/auxprogs/
H A Dvalgrind-di-server.c132 static void my_assert_fail ( const char* expr, const char* file, int line, const char* fn ) argument
136 file, line, fn, expr );
144 #define assert(expr) \
145 ((void) ((expr) ? 0 : \
146 (my_assert_fail (VG_STRINGIFY(expr), \
/external/valgrind/main/lackey/
H A Dlk_main.c777 IRExpr* expr = st->Ist.WrTmp.data; local
778 IRType type = typeOfIRExpr(sbOut->tyenv, expr);
780 switch (expr->tag) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar ... Map$Entry) java.util.Map$Entry expr } org/eclipse/equinox/internal/p2/metadata/InstallableUnit.class InstallableUnit ...
/external/checkpolicy/
H A Dpolicy_define.c2695 static constraint_expr_t *constraint_expr_clone(constraint_expr_t * expr) argument
2698 for (e = expr; e; e = e->next) {
2737 int define_constraint(constraint_expr_t * expr) argument
2759 for (e = expr; e; e = e->next) {
2827 node->expr = expr;
2830 node->expr = constraint_expr_clone(expr);
2832 if (!node->expr) {
2888 int define_validatetrans(constraint_expr_t * expr) argument
2989 struct constraint_expr *expr, *e1 = NULL, *e2; local
3134 define_conditional(cond_expr_t * expr, avrule_t * t, avrule_t * f) argument
3235 struct cond_expr *expr, *e1 = NULL, *e2; local
[all...]
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DParseContext.cpp694 bool TParseContext::arraySizeErrorCheck(const TSourceLoc& line, TIntermTyped* expr, int& size) argument
696 TIntermConstantUnion* constant = expr->getAsConstantUnion();
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp236 void expr(Instruction *, ImmediateValue&, ImmediateValue&);
278 expr(i, src0, src1);
389 ConstantFolding::expr(Instruction *i, function in class:nv50_ir::ConstantFolding
514 expr(i, src0, *i->getSrc(1)->asImm());
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dast_to_hir.cpp891 ast_expression *expr = parent_expr->subexpressions[operand]; local
893 ir_rvalue *val = expr->hir(instructions, state);
899 YYLTYPE loc = expr->get_location();
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_vec4_visitor.cpp600 ir_expression *expr = ir->as_expression(); local
604 if (expr) {
608 assert(expr->get_num_operands() <= 2);
609 for (unsigned int i = 0; i < expr->get_num_operands(); i++) {
610 expr->operands[i]->accept(this);
616 switch (expr->operation) {
677 brw_conditional_for_comparison(expr->operation)));
708 ir_expression *expr = ir->condition->as_expression(); local
710 if (expr) {
714 assert(expr
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dir_to_mesa.cpp853 ir_expression *expr = ir->operands[mul_operand]->as_expression(); local
854 if (!expr || expr->operation != ir_binop_mul)
857 expr->operands[0]->accept(this);
859 expr->operands[1]->accept(this);
893 ir_expression *expr = ir->operands[try_operand]->as_expression(); local
894 if (!expr || expr->operation != ir_unop_logic_not)
899 expr->operands[0]->accept(this);
1024 ir_expression *const expr local
1699 ir_expression *const expr = ir->as_expression(); local
[all...]
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlparser.c57 static void expr (LexState *ls, expdesc *v);
628 /* index -> '[' expr ']' */
630 expr(ls, v);
667 expr(ls, &val);
701 expr(ls, &cc->v);
811 /* explist -> expr { `,' expr } */
813 expr(ls, v);
816 expr(ls, v);
878 /* primaryexp -> NAME | '(' expr ')' */
1067 static void expr (LexState *ls, expdesc *v) { function
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
H A Ddwarf2-info.c229 dwarf2_append_expr(yasm_section *sect, /*@only@*/ yasm_expr *expr, argument
236 yasm_dvs_append(&dvs, yasm_dv_create_expr(expr));
/external/chromium_org/v8/src/compiler/
H A Dast-graph-builder.cc121 static LhsKind DetermineLhsKind(Expression* expr) { argument
122 Property* property = expr->AsProperty();
123 DCHECK(expr->IsValidReferenceExpression());
135 Code* unoptimized_code, FunctionLiteral* expr) {
136 int start_position = expr->start_position();
315 void AstGraphBuilder::VisitForValueOrNull(Expression* expr) { argument
316 if (expr == NULL) {
319 VisitForValue(expr);
330 void AstGraphBuilder::VisitForValue(Expression* expr) { argument
333 expr
134 SearchSharedFunctionInfo( Code* unoptimized_code, FunctionLiteral* expr) argument
338 VisitForEffect(Expression* expr) argument
346 VisitForTest(Expression* expr) argument
793 VisitFunctionLiteral(FunctionLiteral* expr) argument
815 VisitClassLiteral(ClassLiteral* expr) argument
821 VisitNativeFunctionLiteral(NativeFunctionLiteral* expr) argument
826 VisitConditional(Conditional* expr) argument
840 VisitVariableProxy(VariableProxy* expr) argument
846 VisitLiteral(Literal* expr) argument
852 VisitRegExpLiteral(RegExpLiteral* expr) argument
868 VisitObjectLiteral(ObjectLiteral* expr) argument
979 VisitArrayLiteral(ArrayLiteral* expr) argument
1016 VisitForInAssignment(Expression* expr, Node* value) argument
1061 VisitAssignment(Assignment* expr) argument
1152 VisitYield(Yield* expr) argument
1162 VisitThrow(Throw* expr) argument
1171 VisitProperty(Property* expr) argument
1190 VisitCall(Call* expr) argument
1292 VisitCallNew(CallNew* expr) argument
1307 VisitCallJSRuntime(CallRuntime* expr) argument
1334 VisitCallRuntime(CallRuntime* expr) argument
1357 VisitUnaryOperation(UnaryOperation* expr) argument
1373 VisitCountOperation(CountOperation* expr) argument
1469 VisitBinaryOperation(BinaryOperation* expr) argument
1489 VisitCompareOperation(CompareOperation* expr) argument
1536 VisitThisFunction(ThisFunction* expr) argument
1542 VisitSuperReference(SuperReference* expr) argument
1547 VisitCaseClause(CaseClause* expr) argument
1581 VisitDelete(UnaryOperation* expr) argument
1604 VisitVoid(UnaryOperation* expr) argument
1611 VisitTypeof(UnaryOperation* expr) argument
1628 VisitNot(UnaryOperation* expr) argument
1637 VisitComma(BinaryOperation* expr) argument
1644 VisitLogicalExpression(BinaryOperation* expr) argument
[all...]
/external/chromium_org/v8/src/
H A Dfull-codegen.cc27 void BreakableStatementChecker::Check(Expression* expr) { argument
28 Visit(expr);
181 void BreakableStatementChecker::VisitFunctionLiteral(FunctionLiteral* expr) { argument
185 void BreakableStatementChecker::VisitClassLiteral(ClassLiteral* expr) { argument
186 if (expr->extends() != NULL) {
187 Visit(expr->extends());
193 NativeFunctionLiteral* expr) {
197 void BreakableStatementChecker::VisitConditional(Conditional* expr) { argument
201 void BreakableStatementChecker::VisitVariableProxy(VariableProxy* expr) { argument
205 void BreakableStatementChecker::VisitLiteral(Literal* expr) { argument
192 VisitNativeFunctionLiteral( NativeFunctionLiteral* expr) argument
209 VisitRegExpLiteral(RegExpLiteral* expr) argument
213 VisitObjectLiteral(ObjectLiteral* expr) argument
217 VisitArrayLiteral(ArrayLiteral* expr) argument
221 VisitAssignment(Assignment* expr) argument
236 VisitYield(Yield* expr) argument
242 VisitThrow(Throw* expr) argument
248 VisitProperty(Property* expr) argument
254 VisitCall(Call* expr) argument
260 VisitCallNew(CallNew* expr) argument
266 VisitCallRuntime(CallRuntime* expr) argument
270 VisitUnaryOperation(UnaryOperation* expr) argument
275 VisitCountOperation(CountOperation* expr) argument
280 VisitBinaryOperation(BinaryOperation* expr) argument
289 VisitCompareOperation(CompareOperation* expr) argument
295 VisitThisFunction(ThisFunction* expr) argument
299 VisitSuperReference(SuperReference* expr) argument
840 SetExpressionPosition(Expression* expr) argument
896 EmitInlineRuntimeCall(CallRuntime* expr) argument
906 EmitGeneratorNext(CallRuntime* expr) argument
913 EmitGeneratorThrow(CallRuntime* expr) argument
920 EmitDebugBreakInOptimizedCode(CallRuntime* expr) argument
925 VisitBinaryOperation(BinaryOperation* expr) argument
938 VisitInDuplicateContext(Expression* expr) argument
953 VisitComma(BinaryOperation* expr) argument
960 VisitLogicalExpression(BinaryOperation* expr) argument
1029 VisitArithmeticExpression(BinaryOperation* expr) argument
1225 Expression* expr = stmt->expression(); local
1494 VisitConditional(Conditional* expr) argument
1524 VisitLiteral(Literal* expr) argument
1530 VisitFunctionLiteral(FunctionLiteral* expr) argument
1544 VisitClassLiteral(ClassLiteral* expr) argument
1554 VisitNativeFunctionLiteral( NativeFunctionLiteral* expr) argument
1586 VisitThrow(Throw* expr) argument
1605 TryLiteralCompare(CompareOperation* expr) argument
[all...]
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc132 virtual bool VisitCallExpr(clang::CallExpr* expr) { argument
133 const clang::FunctionDecl* callee = expr->getDirectCallee();
138 virtual bool VisitDeclRefExpr(clang::DeclRefExpr* expr) { argument
141 if (IsExternalVMState(expr->getDecl())) AddCallee("CollectGarbage");
526 ExprEffect VisitExpr(clang::Expr* expr, const Environment& env) { argument
529 clang::type* concrete_expr = llvm::dyn_cast_or_null<clang::type>(expr); \
594 ExprEffect Visit##type (clang::type* expr, const Environment& env)
597 ExprEffect Visit##type (clang::type* expr, const Environment& env) { \
636 return Use(expr, expr
650 IsRawPointerVar(clang::Expr* expr, std::string* var_name) argument
1162 ReportUnsafe(const clang::Expr* expr, const std::string& msg) argument
[all...]
/external/clang/include/clang/AST/
H A DExprCXX.h227 /// \brief A C++ \c static_cast expression (C++ [expr.static.cast]).
257 /// \brief A C++ @c dynamic_cast expression (C++ [expr.dynamic.cast]).
291 /// \brief A C++ @c reinterpret_cast expression (C++ [expr.reinterpret.cast]).
326 /// \brief A C++ \c const_cast expression (C++ [expr.const.cast]).
522 /// A C++ \c typeid expression (C++ [expr.typeid]), which gets
535 // typeid is never type-dependent (C++ [temp.dep.expr]p4)
545 // typeid is never type-dependent (C++ [temp.dep.expr]p4)
562 /// evaluated, per C++11 [expr.typeid]p3.
573 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)");
578 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)");
813 CXXThrowExpr(Expr *expr, QualType Ty, SourceLocation l, bool IsThrownVariableInScope) argument
[all...]
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h873 const internal::VariadicDynCastAllOfMatcher<Stmt, Expr> expr; member in namespace:clang::ast_matchers
1742 /// \c expr(integerLiteral(hasAncestor(ifStmt()))) matches \c 42, but not 43.
1813 /// callExpr(callee(expr()))
1845 /// Example matches x (matcher = expr(hasType(recordDecl(hasName("X")))))
1866 /// Example matches x (matcher = expr(hasType(recordDecl(hasName("X")))))
/external/clang/include/clang/Analysis/
H A DCFG.h283 CFGTemporaryDtor(CXXBindTemporaryExpr *expr) argument
284 : CFGImplicitDtor(TemporaryDtor, expr, nullptr) {}
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp142 const Expr *expr,
800 ProgramStateRef &state, const Expr *expr, SVal val) const {
965 // bind the expr.
799 getCStringLiteral(CheckerContext &C, ProgramStateRef &state, const Expr *expr, SVal val) const argument
/external/elfutils/0.153/src/
H A Dldscript.c247 struct expression *expr; member in union:YYSTYPE
613 "inputsection", "sectionname", "sort_opt_name", "exclude_opt", "expr",
1821 { (yyval.assignment) = new_assignment ((yyvsp[(1) - (3)].str), (yyvsp[(3) - (3)].expr), false); }
1828 { (yyval.assignment) = new_assignment ((yyvsp[(3) - (6)].str), (yyvsp[(5) - (6)].expr), true); }
1927 (yyval.expr) = new_expr (exp_align);
1928 (yyval.expr)->val.child = (yyvsp[(3) - (4)].expr);
1936 { (yyval.expr) = (yyvsp[(2) - (3)].expr); }
1944 (yyval.expr)
[all...]
/external/javassist/src/main/javassist/compiler/
H A DCodeGen.java227 public void compileExpr(ASTree expr) throws CompileError { argument
228 doTypeCheck(expr);
229 expr.accept(this);
232 public boolean compileBooleanExpr(boolean branchIf, ASTree expr) argument
235 doTypeCheck(expr);
236 return booleanExpr(branchIf, expr);
239 public void doTypeCheck(ASTree expr) throws CompileError { argument
241 expr.accept(typeChecker);
306 ASTree expr = body.head();
307 if (expr !
563 computeLabel(ASTree expr) argument
700 isPlusPlusExpr(ASTree expr) argument
734 atAssignExpr(AssignExpr expr) argument
738 atAssignExpr(AssignExpr expr, boolean doDup) argument
762 badAssign(Expr expr) argument
776 atVariableAssign(Expr expr, int op, Variable var, Declarator d, ASTree right, boolean doDup) argument
821 atArrayAssign(Expr expr, int op, Expr array, ASTree right, boolean doDup) argument
849 atFieldAssign(Expr expr, int op, ASTree left, ASTree right, boolean doDup) argument
852 atAssignCore(Expr expr, int op, ASTree right, int type, int dim, String cname) argument
880 atStringPlusEq(Expr expr, int type, int dim, String cname, ASTree right) argument
916 atCondExpr(CondExpr expr) argument
956 atBinExpr(BinExpr expr) argument
997 atArithBinExpr(Expr expr, int token, int index, int type1) argument
1028 atStringConcatExpr(Expr expr, int type1, int dim1, String cname1) argument
1094 booleanExpr(boolean branchIf, ASTree expr) argument
1139 isAlwaysBranch(ASTree expr, boolean branchIf) argument
1148 getCompOperator(ASTree expr) argument
1165 compileOprands(BinExpr expr) argument
1201 compareExpr(boolean branchIf, int token, int type1, BinExpr expr) argument
1254 badTypes(Expr expr) argument
1305 convertOprandTypes(int type1, int type2, Expr expr) argument
1361 atCastExpr(CastExpr expr) argument
1374 atInstanceOfExpr(InstanceOfExpr expr) argument
1382 checkCastExpr(CastExpr expr, String name) argument
1445 atExpr(Expr expr) argument
1524 badType(Expr expr) argument
1528 atCallExpr(CallExpr expr) argument
1530 atFieldRead(ASTree expr) argument
1532 atClassObject(Expr expr) argument
1685 atPlusPlus(int token, ASTree oprand, Expr expr, boolean doDup) argument
1772 atArrayPlusPlus(int token, boolean isPost, Expr expr, boolean doDup) argument
1788 atPlusPlusCore(int dup_code, boolean doDup, int token, boolean isPost, Expr expr) argument
1821 atFieldPlusPlus(int token, boolean isPost, ASTree oprand, Expr expr, boolean doDup) argument
[all...]
/external/libcxxabi/src/
H A Dcxa_demangle.cpp613 auto expr = db.names.back().move_full();
615 db.names.back() = "const_cast<" + db.names.back().move_full() + ">(" + expr + ")";
639 auto expr = db.names.back().move_full();
641 db.names.back() = "dynamic_cast<" + db.names.back().move_full() + ">(" + expr + ")";
665 auto expr = db.names.back().move_full();
667 db.names.back() = "reinterpret_cast<" + db.names.back().move_full() + ">(" + expr + ")";
691 auto expr = db.names.back().move_full();
693 db.names.back() = "static_cast<" + db.names.back().move_full() + ">(" + expr + ")";
736 // sz <expr> # sizeof (a expression)
894 // ds <expression> <expression> # expr
1743 auto expr = std::move(db.names.back()); local
[all...]
/external/libsepol/src/
H A Dexpand.c367 constraint_expr_t *expr, *expr_l = NULL; local
375 for (expr = src->expr; expr; expr = expr->next) {
382 new_expr->expr_type = expr->expr_type;
383 new_expr->attr = expr->attr;
384 new_expr->op = expr->op;
392 if (map_ebitmap(&expr
[all...]
/external/lldb/source/Target/
H A DProcess.cpp1797 StreamString expr; local
1798 expr.Printf("dlopen (\"%s\", 2)", path);
1807 expr.GetData(),
1874 StreamString expr; local
1875 expr.Printf("dlclose ((void *)0x%" PRIx64 ")", image_addr);
1884 expr.GetData(),
1896 error.SetErrorStringWithFormat("expression failed: \"%s\"", expr.GetData());
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp236 void expr(Instruction *, ImmediateValue&, ImmediateValue&);
278 expr(i, src0, src1);
389 ConstantFolding::expr(Instruction *i, function in class:nv50_ir::ConstantFolding
514 expr(i, src0, *i->getSrc(1)->asImm());
/external/mesa3d/src/glsl/
H A Dast_to_hir.cpp891 ast_expression *expr = parent_expr->subexpressions[operand]; local
893 ir_rvalue *val = expr->hir(instructions, state);
899 YYLTYPE loc = expr->get_location();

Completed in 5966 milliseconds

1234567891011>>