HomeSort by: relevance | last modified time | path
    Searched defs:cst_int (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
region-model.cc 4958 tree cst_int[NUM_CSTS]; local
4963 cst_int[i] = build_int_cst (integer_type_node, i);
4964 cst_sval[i] = mgr.get_or_create_constant_svalue (cst_int[i]);
4966 ASSERT_EQ (cst_sval[i]->maybe_get_constant (), cst_int[i]);
  /src/external/gpl3/gcc/dist/gcc/analyzer/
region-model.cc 7635 tree cst_int[NUM_CSTS]; local
7640 cst_int[i] = build_int_cst (integer_type_node, i);
7641 cst_sval[i] = mgr.get_or_create_constant_svalue (cst_int[i]);
7643 ASSERT_EQ (cst_sval[i]->maybe_get_constant (), cst_int[i]);

Completed in 33 milliseconds