Searched refs:wrapper (Results 1 - 25 of 51) sorted by relevance

123

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tm/
H A Dwrap-3.c5 void wrapper (void *) __attribute__((transaction_wrap (free)));
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A D20030922-1.c21 voidify_wrapper_expr (tree wrapper) argument
23 switch (wrapper->common.code)
26 if (wrapper->common.code != BIND_EXPR)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Ddefarg16.C11 struct wrapper;
14 struct wrapper< Type, true > struct
22 wrapper<some_class>::type x;
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Ddeferred_character_12.f9010 type :: wrapper type in module:mymod
12 end type wrapper
31 type(wrapper) :: mywrapper
H A Dbind_c_usage_29.f907 SUBROUTINE wrapper(y_c) bind(c) subroutine in module:mExample
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr25654.c7 struct wrapper { struct
20 struct wrapper a;
29 struct wrapper a;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr49243.c9 static inline int wrapper(const char **s_ptr) /* { dg-warning "(inlining failed|function 'wrapper' can never be inlined because it uses setjmp)" } */ function
23 if (!(wrapper(&s) == -1 && (s - data) == 1)) /* { dg-warning "called from here" } */
/haiku-buildtools/gcc/libsanitizer/interception/
H A Dinterception_linux.cc20 uptr real, uptr wrapper) {
22 return real == wrapper;
19 GetRealFunctionAddress(const char *func_name, uptr *func_addr, uptr real, uptr wrapper) argument
H A Dinterception_linux.h25 uptr real, uptr wrapper);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-aggr3.C24 struct wrapper { T value; }; struct
27 constexpr wrapper<T> wrap(T t) { return {t}; }
29 constexpr wrapper<tuple<int>> t = wrap(tuple<int>{2});
H A Dpr52744.C61 static int wrapper(lua_State* l) function in struct:function_helper
70 static int wrapper(lua_State* l) function in struct:function_helper
81 function_helper<decltype(&ciao), &ciao>::wrapper(0);
82 function_helper<decltype(&ciao2), &ciao2>::wrapper(0);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dalias-1.c8 struct wrapper { struct
21 struct wrapper w;
/haiku-buildtools/autoconf/tests/
H A DMakefile.am24 atlocal.in package.m4 wrapper.as
56 CLEANFILES = wrapper.in $(wrappers)
58 wrapper.in: $(srcdir)/wrapper.as $(m4sh_m4f_dependencies)
59 $(MY_AUTOM4TE) --language=M4sh $(srcdir)/wrapper.as -o $@
67 $(wrappers): wrapper.in
69 input=wrapper.in; \
70 $(edit) wrapper.in >$@.tmp
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dissue5056.go7 // issue 5056: escape analysis not applied to wrapper functions
H A Dissue5515.go7 // issue 5515: miscompilation doing inlining in generated method wrapper
/haiku-buildtools/gcc/gcc/jit/
H A Djit-playback.h332 /* A temporary wrapper object.
339 class wrapper class in namespace:gcc::jit::playback
345 /* Some wrapper subclasses contain vec<> and so need to
351 class type : public wrapper
386 class field : public wrapper
399 class function : public wrapper
460 class block : public wrapper
533 class rvalue : public wrapper
606 class source_file : public wrapper
627 class source_line : public wrapper
[all...]
H A Djit-common.h146 class wrapper;
/haiku-buildtools/binutils/ld/testsuite/ld-mips-elf/
H A Dcompressed-plt-1.s23 # A wrapper around a macro called test_one, which is defined by
26 # of the flags above. The wrapper filters out any functions whose
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Drecover.go334 // pointer receiver, so no wrapper in i.M()
359 // word-sized value receiver, so no wrapper in i.M()
384 // tiny receiver, so basic wrapper in i.M()
409 // large receiver, so basic wrapper in i.M()
434 // enormous receiver, so wrapper splits stack to call M
459 // enormous receiver + enormous method frame, so wrapper splits stack to call M,
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_linux_libcdep.cc410 void SetIndirectCallWrapper(uptr wrapper) { argument
412 CHECK(wrapper);
413 indirect_call_wrapper = wrapper;
/haiku-buildtools/gcc/libgcc/config/nvptx/
H A Dfree.asm1 // A wrapper around free to enable a realloc implementation.
/haiku-buildtools/gcc/libsanitizer/asan/
H A Dasan_win_dll_thunk.cc65 void *wrapper = getRealProcAddressOrDie(main_function); \
67 (uptr)wrapper, 0)) \
/haiku-buildtools/gcc/libatomic/testsuite/lib/
H A Dlibatomic.exp42 load_gcc_lib wrapper.exp
/haiku-buildtools/gcc/libvtv/testsuite/lib/
H A Dlibvtv.exp37 load_gcc_lib wrapper.exp
/haiku-buildtools/binutils/gas/
H A DMakefile.am57 IT_SRCS=itbl-parse.c itbl-lex-wrapper.c $(srcdir)/itbl-ops.c
493 bfin-lex-wrapper.@OBJEXT@: $(srcdir)/config/bfin-lex-wrapper.c bfin-lex.c bfin-parse.h $(srcdir)/config/bfin-defs.h
495 $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $(srcdir)/config/bfin-lex-wrapper.c $(NO_WERROR)
499 source='bfin-lex-wrapper.c' object='$@' libtool=no @AMDEPBACKSLASH@
502 $(COMPILE) -c $(srcdir)/config/bfin-lex-wrapper.c $(NO_WERROR)
523 itbl-lex-wrapper.@OBJEXT@: itbl-lex-wrapper.c itbl-lex.c itbl-parse.h
525 $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $(srcdir)/itbl-lex-wrapper.c $(NO_WERROR)
529 source='itbl-lex-wrapper
[all...]

Completed in 251 milliseconds

123