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

  /external/clang/test/SemaCXX/
conversion-function.cpp 59 struct Flop {
60 Flop();
61 Flop(const Flip&); // expected-note{{candidate constructor}}
64 operator Flop() const; // expected-note{{candidate function}}
66 Flop flop = Flip(); // expected-error {{conversion from 'Flip' to 'Flop' is ambiguous}} variable
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
tree.rb 1172 if node == start ... node == stop # <-- hey look, it's the flip flop operator
    [all...]

Completed in 46 milliseconds