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

  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-builtins.cc 1850 tree predicate_decl, predicate_arg;
1971 predicate_arg = build_string_literal (strlen (arg_str) + 1, arg_str);
1972 predicate_chain = tree_cons (predicate_decl, predicate_arg,
1997 predicate_arg = build_string_literal (
2000 predicate_chain = tree_cons (predicate_decl, predicate_arg,
1849 tree predicate_decl, predicate_arg; local
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-builtins.cc 1946 tree predicate_decl, predicate_arg;
2067 predicate_arg = build_string_literal (strlen (arg_str) + 1, arg_str);
2068 predicate_chain = tree_cons (predicate_decl, predicate_arg,
2093 predicate_arg = build_string_literal (
2096 predicate_chain = tree_cons (predicate_decl, predicate_arg,
1945 tree predicate_decl, predicate_arg; local
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 25572 tree predicate_arg = build_string_literal (strlen (arg_str) + 1, arg_str);
25573 gimple *call_cond_stmt = gimple_build_call (predicate_decl, 1, predicate_arg);
25522 tree predicate_arg = build_string_literal (strlen (arg_str) + 1, arg_str); local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 25136 tree predicate_arg = build_string_literal (strlen (arg_str) + 1, arg_str);
25137 gimple *call_cond_stmt = gimple_build_call (predicate_decl, 1, predicate_arg);
25086 tree predicate_arg = build_string_literal (strlen (arg_str) + 1, arg_str); local

Completed in 82 milliseconds