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

  /src/external/gpl3/gcc.old/dist/gcc/
except.cc 153 static GTY(()) tree setjmp_fn; variable
344 setjmp_fn = build_decl (BUILTINS_LOCATION, FUNCTION_DECL,
346 TREE_PUBLIC (setjmp_fn) = 1;
347 DECL_EXTERNAL (setjmp_fn) = 1;
348 DECL_ASSEMBLER_NAME (setjmp_fn);
1212 tree call_expr = build_call_expr (setjmp_fn, 1, addr_tree);
  /src/external/gpl3/gcc/dist/gcc/
except.cc 153 static GTY(()) tree setjmp_fn; variable
344 setjmp_fn = build_decl (BUILTINS_LOCATION, FUNCTION_DECL,
346 TREE_PUBLIC (setjmp_fn) = 1;
347 DECL_EXTERNAL (setjmp_fn) = 1;
348 DECL_ASSEMBLER_NAME (setjmp_fn);
1212 tree call_expr = build_call_expr (setjmp_fn, 1, addr_tree);

Completed in 27 milliseconds