HomeSort by relevance Sort by last modified time
    Searched full:addr_expr (Results 1 - 25 of 34) sorted by null

1 2

  /external/valgrind/main/drd/
drd_load_store.c 305 * Return true if and only if addr_expr matches the pattern (SP) or
308 static Bool is_stack_access(IRSB* const bb, IRExpr* const addr_expr)
312 if (addr_expr->tag == Iex_RdTmp)
319 && bb->stmts[i]->Ist.WrTmp.tmp == addr_expr->Iex.RdTmp.tmp)
346 static IRExpr* instr_trace_mem_load(IRSB* const bb, IRExpr* addr_expr,
351 tmp = newIRTemp(bb->tyenv, typeOfIRExpr(bb->tyenv, addr_expr));
352 addStmtToIRSB(bb, IRStmt_WrTmp(tmp, addr_expr));
353 addr_expr = IRExpr_RdTmp(tmp);
361 mkIRExprVec_2(addr_expr, mkIRExpr_HWord(size)))));
363 return addr_expr;
640 IRExpr* addr_expr = data->Iex.Load.addr; local
729 IRExpr* addr_expr = st->Ist.LLSC.addr; local
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ada/gcc-interface/
ada-tree.def 50 /* Same as ADDR_EXPR, except that if the operand represents a bit field,
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ada/gcc-interface/
ada-tree.def 50 /* Same as ADDR_EXPR, except that if the operand represents a bit field,
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ada/gcc-interface/
ada-tree.def 50 /* Same as ADDR_EXPR, except that if the operand represents a bit field,
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ada/gcc-interface/
ada-tree.def 50 /* Same as ADDR_EXPR, except that if the operand represents a bit field,
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-check.h 126 #define ADDR_EXPR_CHECK(t) TREE_CHECK (t, ADDR_EXPR)
tree.def     [all...]
gimple.h     [all...]
tree.h 444 ADDR_EXPR
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-check.h 126 #define ADDR_EXPR_CHECK(t) TREE_CHECK (t, ADDR_EXPR)
tree.def     [all...]
gimple.h     [all...]
tree.h 444 ADDR_EXPR
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-check.h 126 #define ADDR_EXPR_CHECK(t) TREE_CHECK (t, ADDR_EXPR)
tree.def     [all...]
gimple.h     [all...]
tree.h 444 ADDR_EXPR
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-check.h 126 #define ADDR_EXPR_CHECK(t) TREE_CHECK (t, ADDR_EXPR)
tree.def     [all...]
gimple.h     [all...]
tree.h 444 ADDR_EXPR
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
cp-tree.h 57 PTRMEM_OK_P (in ADDR_EXPR, OFFSET_REF)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cp-tree.h 57 PTRMEM_OK_P (in ADDR_EXPR, OFFSET_REF)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
cp-tree.h 57 PTRMEM_OK_P (in ADDR_EXPR, OFFSET_REF)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cp-tree.h 57 PTRMEM_OK_P (in ADDR_EXPR, OFFSET_REF)
    [all...]

Completed in 637 milliseconds

1 2