| /src/games/dab/ |
| ttyscrn.cc | 11 * modification, are permitted provided that the following conditions 217 TTYSCRN* that = new TTYSCRN; local 219 that->_tx = tx; 220 that->_ty = ty; 221 that->_sx = tx - 12; 222 that->_sy = TTYSCRN::offsy; 223 that->_acs = acs; 225 return that;
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| MergeICmps.cpp | 19 // encoding of a 2*n byte compare is smaller than that of two n-byte 79 // that is a constant offset from a base value, e.g. `a` or `o.c` in the example 89 BCEAtom(BCEAtom &&that) = default; member in struct:__anon3168::BCEAtom 90 BCEAtom &operator=(BCEAtom &&that) { 91 if (this == &that) 93 GEP = that.GEP; 94 LoadI = that.LoadI; 95 BaseId = that.BaseId; 96 Offset = std::move(that.Offset); 102 // To make sure that the sort order is stable, we first assign to each ato [all...] |
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| QLParser.tab.hh | 12 // This program is distributed in the hope that it will be useful, 20 // As a special exception, you may create a larger work that contains 21 // part or all of the Bison parser skeleton and distribute that work 22 // under terms of your choice, so long as that work isn't itself a 41 // DO NOT RELY ON FEATURES THAT ARE NOT DOCUMENTED in the manual, 43 // private implementation details that can be changed or removed. 216 /// of the stored data, since that knowledge is available 327 /// Swap the content with \a that, of same type. 337 swap (self_type& that) YY_NOEXCEPT 340 YY_ASSERT (*yytypeid_ == *that.yytypeid_) 1700 stack_symbol_type (YY_RVREF (stack_symbol_type) that); member in struct:QL::Parser::stack_symbol_type [all...] |
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| QLParser.tab.hh | 12 // This program is distributed in the hope that it will be useful, 20 // As a special exception, you may create a larger work that contains 21 // part or all of the Bison parser skeleton and distribute that work 22 // under terms of your choice, so long as that work isn't itself a 41 // DO NOT RELY ON FEATURES THAT ARE NOT DOCUMENTED in the manual, 43 // private implementation details that can be changed or removed. 216 /// of the stored data, since that knowledge is available 327 /// Swap the content with \a that, of same type. 337 swap (self_type& that) YY_NOEXCEPT 340 YY_ASSERT (*yytypeid_ == *that.yytypeid_) 1700 stack_symbol_type (YY_RVREF (stack_symbol_type) that); member in struct:QL::Parser::stack_symbol_type [all...] |