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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
analyzer.h 301 tree builtin_decl () const { function in class:ana::builtin_known_function
  /src/external/gpl3/gcc/dist/gcc/
tree-emutls.cc 388 tree builtin_decl; member in struct:lower_emutls_data
415 x = gimple_build_call (d->builtin_decl, 1, build_fold_addr_expr (cdecl));
643 d.builtin_decl = builtin_decl_explicit (BUILT_IN_EMUTLS_GET_ADDRESS);
646 d.builtin_node = cgraph_node::get_create (d.builtin_decl);
tsan.cc 106 tree base, rhs, expr_ptr, builtin_decl; local
209 builtin_decl = builtin_decl_implicit (is_write
212 g = gimple_build_call (builtin_decl, 2, expr_ptr, size_int (size));
220 builtin_decl = builtin_decl_implicit (BUILT_IN_TSAN_VPTR_UPDATE);
221 g = gimple_build_call (builtin_decl, 2, expr_ptr, unshare_expr (rhs));
755 tree builtin_decl = builtin_decl_implicit (BUILT_IN_TSAN_FUNC_EXIT); local
756 gimple *g = gimple_build_call (builtin_decl, 0);
771 tree builtin_decl; local
784 builtin_decl = builtin_decl_implicit (BUILT_IN_TSAN_FUNC_EXIT);
785 g = gimple_build_call (builtin_decl, 0)
844 tree ret_addr, builtin_decl; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-emutls.cc 387 tree builtin_decl; member in struct:lower_emutls_data
414 x = gimple_build_call (d->builtin_decl, 1, build_fold_addr_expr (cdecl));
642 d.builtin_decl = builtin_decl_explicit (BUILT_IN_EMUTLS_GET_ADDRESS);
645 d.builtin_node = cgraph_node::get_create (d.builtin_decl);
tsan.cc 106 tree base, rhs, expr_ptr, builtin_decl; local
209 builtin_decl = builtin_decl_implicit (is_write
212 g = gimple_build_call (builtin_decl, 2, expr_ptr, size_int (size));
220 builtin_decl = builtin_decl_implicit (BUILT_IN_TSAN_VPTR_UPDATE);
221 g = gimple_build_call (builtin_decl, 2, expr_ptr, unshare_expr (rhs));
754 tree builtin_decl = builtin_decl_implicit (BUILT_IN_TSAN_FUNC_EXIT); local
755 gimple *g = gimple_build_call (builtin_decl, 0);
770 tree builtin_decl; local
783 builtin_decl = builtin_decl_implicit (BUILT_IN_TSAN_FUNC_EXIT);
784 g = gimple_build_call (builtin_decl, 0)
843 tree ret_addr, builtin_decl; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm-mve-builtins.cc 513 builtin_decl (unsigned int code) function in namespace:arm_mve

Completed in 81 milliseconds