HomeSort by relevance Sort by last modified time
    Searched refs:flop (Results 1 - 6 of 6) sorted by null

  /external/clang/test/SemaCXX/
conversion-function.cpp 67 struct Flop {
68 Flop();
69 Flop(const Flip&); // expected-note{{candidate constructor}}
72 operator Flop() const; // expected-note{{candidate function}}
74 Flop flop = Flip(); // expected-error {{conversion from 'Flip' to 'Flop' is ambiguous}} variable
  /external/ImageMagick/Magick++/demo/
demo.cpp 197 cout << " flop ..." << endl;
199 example.label( "Flop" );
200 example.flop();
  /external/ImageMagick/Magick++/lib/Magick++/
Image.h     [all...]
  /external/antlr/runtime/Ruby/lib/antlr3/
tree.rb 1172 if node == start ... node == stop # <-- hey look, it's the flip flop operator
    [all...]
  /external/ImageMagick/Magick++/lib/
STL.cpp 521 // Flop image (reflect each scanline in the horizontal direction)
527 image_.flop( );
    [all...]
Image.cpp 3107 void Magick::Image::flop(void) function in class:Magick::Image
    [all...]

Completed in 277 milliseconds