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

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-omp.cc 260 tree blhs = NULL; local
278 blhs = lhs;
312 if (blhs)
313 x = build3_loc (loc, BIT_FIELD_REF, TREE_TYPE (blhs), x,
322 if (blhs)
324 lhs = build3_loc (loc, BIT_FIELD_REF, TREE_TYPE (blhs), lhs,
357 && build_binary_op (loc, LT_EXPR, blhs ? blhs : lhs, rhs,
361 x = build_modify_expr (loc, blhs ? blhs : lhs, NULL_TREE, opcode
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-omp.cc 260 tree blhs = NULL; local
278 blhs = lhs;
312 if (blhs)
313 x = build3_loc (loc, BIT_FIELD_REF, TREE_TYPE (blhs), x,
322 if (blhs)
324 lhs = build3_loc (loc, BIT_FIELD_REF, TREE_TYPE (blhs), lhs,
357 && build_binary_op (loc, LT_EXPR, blhs ? blhs : lhs, rhs,
361 x = build_modify_expr (loc, blhs ? blhs : lhs, NULL_TREE, opcode
    [all...]

Completed in 24 milliseconds