Searched refs:invoke (Results 1 - 19 of 19) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr67690.c17 int invoke (int *pi) __attribute__ ((noinline,noclone));
19 invoke (int *pi) function
28 int ret = invoke (&i);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-function.C14 virtual R invoke(Args...) = 0;
23 R invoke(Args... args) { return f(args...); } function in class:functor_invoker
71 return invoker->invoke(args...);
/haiku-buildtools/legacy/gcc/texinfo/
H A Dgen-info-dir40 Info hierarchy. The first time you invoke Info you start off
/haiku-buildtools/isl/
H A Disl.py62 def invoke (self, arg, from_tty): member in class:IslPrintCommand
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr24351-3.C70 inline T_type& invoke() { function in class:sigc::bound_argument
82 return this->functor_.template operator()<typename type_trait<typename unwrap_reference<T_bound>::type>::pass> (bound_.invoke());
85 return this->functor_.template operator()<typename type_trait<typename unwrap_reference<T_bound>::type>::pass, typename type_trait<T_arg1>::pass> (bound_.invoke(), _A_arg1);
/haiku-buildtools/gcc/contrib/
H A Dcheck_warning_flags.sh3 # Check that the warning flags documented in invoke.texi match up
14 # check_warning_flags.sh path/to/invoke.texi
32 invoke_texi=$gcc_docdir/invoke.texi
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr30252.C117 inline T_type& invoke() function in class:sigc::bound_argument
135 return this->functor_.template operator()<typename type_trait<typename unwrap_reference<T_type1>::type>::pass> (bound1_.invoke());
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ipa/
H A Dpr63587-2.C21 invoke (function_buffer &) function in struct:boost::function_obj_invoker0
47 basic_vtable0 stored_vtable { invoker_type::invoke };
/haiku-buildtools/legacy/gcc/texinfo/util/
H A Dgen-dir-node54 Info hierarchy. The first time you invoke Info you start off
H A Dupdate-info270 Info hierarchy. The first time you invoke Info you start off
/haiku-buildtools/gcc/gcc/
H A Dgdbhooks.py356 For now, a cheap kludge: invoke the inferior's print
579 def invoke(self, arg, from_tty): member in class:BreakOnPass
H A DMakefile.in2918 standards.texi invoke.texi extend.texi md.texi objc.texi \
3076 gcc.pod: invoke.texi cppenv.texi cppopts.texi gcc-vers.texi
3753 # check-parallel-$lang{,1,2,3,4,5} etc. goals invoke runtest with
3833 # The command to use to invoke qmtest.
/haiku-buildtools/gcc/gcc/doc/
H A Dmakefile.texi154 You will invoke this target if you need to test or debug the
/haiku-buildtools/gcc/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py1045 def invoke(self, value): member in class:RxPrinter
1114 return self.lookup[basename].invoke(val)
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dlex.c4168 a length of -1 -- this function will invoke ffewhere_line/column_use to
/haiku-buildtools/binutils/gold/
H A Dconfigure6675 void invoke (void);
6676 __asm__(".type invoke, %gnu_indirect_function");
6678 funcptr dispatch (void) __asm__ ("invoke");
6683 invoke(); function
9230 # $(DEPDIR) in their names. We invoke sed twice because it is the
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dparse.c9713 parse_error_context (wfl, "Can't invoke super constructor "
9733 invoke it's constructor. It's use within the `new'
9808 invoke any method relying on `this'. Exceptions are: we're
9867 /* Patch an invoke expression METHOD and ARGS, based on its invocation
12188 /* Otherwise we have to invoke instance of to figure it out */
12543 tree invoke = build_method_invocation (wfl_to_string, NULL_TREE);
12547 ret = java_complete_tree (make_qualified_primary (node, invoke, 0));
12538 tree invoke = build_method_invocation (wfl_to_string, NULL_TREE); local
H A Dparse.y7056 parse_error_context (wfl, "Can't invoke super constructor "
7076 invoke it's constructor. It's use within the `new'
7151 invoke any method relying on `this'. Exceptions are: we're
7210 /* Patch an invoke expression METHOD and ARGS, based on its invocation
9531 /* Otherwise we have to invoke instance of to figure it out */
9886 tree invoke = build_method_invocation (wfl_to_string, NULL_TREE);
9890 ret = java_complete_tree (make_qualified_primary (node, invoke, 0));
/haiku-buildtools/gcc/gcc/config/arm/
H A Dneon.ml389 last vector operand as the dominant mode used to invoke the correct builtin.

Completed in 192 milliseconds