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

  /src/external/gpl3/gcc/dist/gcc/
tree-object-size.cc 836 tree strlen_fn = builtin_decl_implicit (BUILT_IN_STRLEN); local
837 if (strlen_fn)
840 build_call_expr (strlen_fn, 1, src));
gimple-fold.cc 2257 tree strlen_fn = builtin_decl_implicit (BUILT_IN_STRLEN); local
2259 if (!strlen_fn)
2264 gimple *new_stmt = gimple_build_call (strlen_fn, 1, str);
2390 tree strlen_fn = builtin_decl_implicit (BUILT_IN_STRLEN); local
2393 if (!strlen_fn || !memcpy_fn)
2404 gimple *repl = gimple_build_call (strlen_fn, 1, dst);
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-fold.cc 2258 tree strlen_fn = builtin_decl_implicit (BUILT_IN_STRLEN); local
2260 if (!strlen_fn)
2265 gimple *new_stmt = gimple_build_call (strlen_fn, 1, str);
2391 tree strlen_fn = builtin_decl_implicit (BUILT_IN_STRLEN); local
2394 if (!strlen_fn || !memcpy_fn)
2405 gimple *repl = gimple_build_call (strlen_fn, 1, dst);

Completed in 27 milliseconds