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

  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 2442 tree nonatomic_type, tmp, tmp_addr, fndecl, func_call;
2455 nonatomic_type = build_qualified_type (expr_type, TYPE_UNQUALIFIED);
2456 tmp = create_tmp_var_raw (nonatomic_type);
2473 exp.value = build4 (TARGET_EXPR, nonatomic_type, tmp, func_call,
16671 tree nonatomic_type = build_qualified_type (type, TYPE_UNQUALIFIED);
16672 tree tmp = create_tmp_var (nonatomic_type);
2433 tree nonatomic_type, tmp, tmp_addr, fndecl, func_call; local
16630 tree nonatomic_type = build_qualified_type (type, TYPE_UNQUALIFIED); local
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 2145 tree nonatomic_type, tmp, tmp_addr, fndecl, func_call;
2158 nonatomic_type = build_qualified_type (expr_type, TYPE_UNQUALIFIED);
2159 tmp = create_tmp_var_raw (nonatomic_type);
2176 exp.value = build4 (TARGET_EXPR, nonatomic_type, tmp, func_call,
15785 tree nonatomic_type = build_qualified_type (type, TYPE_UNQUALIFIED);
15786 tree tmp = create_tmp_var (nonatomic_type);
2138 tree nonatomic_type, tmp, tmp_addr, fndecl, func_call; local
15746 tree nonatomic_type = build_qualified_type (type, TYPE_UNQUALIFIED); local

Completed in 49 milliseconds