search for: do_method

Displaying 6 results from an estimated 6 matches for "do_method".

2015 Oct 29
2
[cfe-dev] [RFC] __attribute__((internal_linkage))
...a cfe-dev Sent: 23 October 2015 22:41 To: Steven Stewart-Gallus <sstewartgallus00 at mylangara.bc.ca> Cc: Clang Dev <cfe-dev at lists.llvm.org> Subject: Re: [cfe-dev] [RFC] __attribute__((internal_linkage)) Sounds right. The proposed attribute is a rough equivalent of static void foo::do_method(void) { // implementation here } where "static" does not mean a static class member, but makes the declaration local to the translation unit. C-style "static". The patch in http://reviews.llvm.org/D13925 (waiting for review, btw!) supports this attribute on classes and names...
2015 Nov 02
2
[cfe-dev] [RFC] __attribute__((internal_linkage))
...allus <sstewartgallus00 at mylangara.bc.ca> > > Cc: Clang Dev <cfe-dev at lists.llvm.org> > > Subject: Re: [cfe-dev] [RFC] __attribute__((internal_linkage)) > > > > Sounds right. The proposed attribute is a rough equivalent of > > > > static void foo::do_method(void) > > { > > // implementation here > > } > > > > where "static" does not mean a static class member, but makes the > declaration local to the translation unit. C-style "static". > > > > The patch in http://reviews.llvm.org/D13925...
2008 Jun 07
2
When to send "post" and "get" in blocks.
Hi, I''m new to RSpec. I have a question about how to write controller specs. Here''s a code generated by scaffolding (with Rspec). def do_get get :index end it "should be successful" do do_get response.should be_success end it "should render index template" do do_get response.should
2015 Nov 09
3
[cfe-dev] [RFC] __attribute__((internal_linkage))
...00 at mylangara.bc.ca> >> > Cc: Clang Dev <cfe-dev at lists.llvm.org> >> > Subject: Re: [cfe-dev] [RFC] __attribute__((internal_linkage)) >> > >> > Sounds right. The proposed attribute is a rough equivalent of >> > >> > static void foo::do_method(void) >> > { >> > // implementation here >> > } >> > >> > where "static" does not mean a static class member, but makes the >> declaration local to the translation unit. C-style "static". >> > >> > The patch i...
2016 Jul 13
3
[cfe-dev] [RFC] __attribute__((internal_linkage))
...lang Dev <cfe-dev at lists.llvm.org> > >>> > Subject: Re: [cfe-dev] [RFC] __attribute__((internal_linkage)) > >>> > > >>> > Sounds right. The proposed attribute is a rough equivalent of > >>> > > >>> > static void foo::do_method(void) > >>> > { > >>> > // implementation here > >>> > } > >>> > > >>> > where "static" does not mean a static class member, but makes the > >>> declaration local to the translation unit. C-style &quot...
2016 Jul 13
3
[cfe-dev] [RFC] __attribute__((internal_linkage))
...vm.org> >>>>>>> Subject: Re: [cfe-dev] [RFC] __attribute__((internal_linkage)) >>>>>>> >>>>>>> Sounds right. The proposed attribute is a rough equivalent of >>>>>>> >>>>>>> static void foo::do_method(void) >>>>>>> { >>>>>>> // implementation here >>>>>>> } >>>>>>> >>>>>>> where "static" does not mean a static class member, but makes the >>>>>> declaration local t...