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

  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
region-model.cc 4858 tree const_int_42 = build_int_cst (const_int_type_node, 42); local
4859 ASSERT_NE (int_42, const_int_42);
4862 const svalue *const_int_42_sval = model.get_rvalue (const_int_42, &ctxt);
  /src/external/gpl3/gcc/dist/gcc/analyzer/
region-model.cc 7535 tree const_int_42 = build_int_cst (const_int_type_node, 42); local
7536 ASSERT_NE (int_42, const_int_42);
7539 const svalue *const_int_42_sval = model.get_rvalue (const_int_42, &ctxt);

Completed in 34 milliseconds