/netbsd-src/games/sail/ |
H A D | game.c | 63 int riggone = 0, Move, flank = 0; in maxmove() local
|
/netbsd-src/games/trek/ |
H A D | externs.c | 111 struct Move_struct Move; variable
|
/netbsd-src/external/apache2/llvm/dist/libcxx/benchmarks/ |
H A D | function.bench.cpp | 137 struct Move { struct 138 static void run(benchmark::State& state) { in run() 148 static std::string name() { in name()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/ASTDiff/ |
H A D | ASTDiff.h | 32 Move, // (Src, Dst, Pos): move Src to be a child of Dst at offset Pos. enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsInstructionSelector.cpp | 657 MachineInstr *Move = BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::MFC1)) in select() local 888 MachineInstr *Move = BuildMI(MBB, I, I.getDebugLoc(), TII.get(MoveOpcode)) in select() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
H A D | M68kInstrInfo.cpp | 350 unsigned Move = MVTDst == MVT::i16 ? M68k::MOV16rr : M68k::MOV32rr; in ExpandMOVX_RR() local 390 unsigned Move; in ExpandMOVSZX_RR() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-ar/ |
H A D | llvm-ar.cpp | 195 Move, ///< Move members to end or as given by {a,b,i} modifiers enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonVectorCombine.cpp | 567 auto tryAddTo = [&](const AddrInfo &Info, MoveGroup &Move) { in createLoadGroups() 614 auto tryAddTo = [&](const AddrInfo &Info, MoveGroup &Move) { in createStoreGroups()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaCoroutine.cpp | 578 auto Move = Moves.find(PD); in buildCoroutinePromise() local
|
H A D | SemaCodeComplete.cpp | 101 ShadowMapEntry(ShadowMapEntry &&Move) { *this = std::move(Move); } in ShadowMapEntry() function in __anon4254e5140111::ResultBuilder::ShadowMapEntry 103 ShadowMapEntry &operator=(ShadowMapEntry &&Move) { in operator =()
|
H A D | SemaDeclCXX.cpp | 14526 StmtResult Move = buildSingleCopyAssign(*this, Loc, BaseType, in DefineImplicitMoveAssignment() local 14596 StmtResult Move = buildSingleCopyAssign(*this, Loc, FieldType, in DefineImplicitMoveAssignment() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 1506 SDValue Move = N->getOperand(1); in PostprocessISelDAG() local 5213 MachineSDNode *Move; in Select() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ExprConstant.cpp | 9183 bool Move = BuiltinOp == Builtin::BImemmove || in VisitBuiltinCallExpr() local
|