Home
last modified time | relevance | path

Searched defs:Move (Results 1 – 17 of 17) sorted by relevance

/openbsd/src/games/trek/
Dtrek.h248 extern struct Move struct
256 } Move; argument
Dmain.c47 struct Move Move; variable
/openbsd/src/gnu/llvm/libcxx/benchmarks/
Dfunction.bench.cpp137 struct Move { struct
138 static void run(benchmark::State& state) { in run()
148 static std::string name() { in name()
/openbsd/src/games/sail/
Dgame.c52 int riggone = 0, Move, flank = 0; in maxmove() local
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_type_traits_test.cpp45 TEST(SanitizerCommon, Move) { in TEST() argument
Dsanitizer_dense_map_test.cpp328 static int Move; member
344 int CountCopyAndMove::Move = 0; member in __anonf04c44340111::__anonf04c44340311::CountCopyAndMove
/openbsd/src/gnu/llvm/clang/include/clang/Tooling/ASTDiff/
DASTDiff.h33 Move, // (Src, Dst, Pos): move Src to be a child of Dst at offset Pos. enumerator
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsInstructionSelector.cpp657 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
/openbsd/src/gnu/llvm/llvm/tools/llvm-ar/
Dllvm-ar.cpp214 Move, ///< Move members to end or as given by {a,b,i} modifiers enumerator
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonVectorCombine.cpp701 auto tryAddTo = [&](const AddrInfo &Info, MoveGroup &Move) { in createLoadGroups()
748 auto tryAddTo = [&](const AddrInfo &Info, MoveGroup &Move) { in createStoreGroups()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaCoroutine.cpp531 auto Move = Moves.find(PD); in buildCoroutinePromise() local
DSemaCodeComplete.cpp106 ShadowMapEntry(ShadowMapEntry &&Move) { *this = std::move(Move); } in ShadowMapEntry() function in __anonbaea99050111::ResultBuilder::ShadowMapEntry
108 ShadowMapEntry &operator=(ShadowMapEntry &&Move) { in operator =()
DSemaDeclCXX.cpp15033 StmtResult Move = buildSingleCopyAssign(*this, Loc, BaseType, in DefineImplicitMoveAssignment() local
15103 StmtResult Move = buildSingleCopyAssign(*this, Loc, FieldType, in DefineImplicitMoveAssignment() local
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp1582 SDValue Move = N->getOperand(1); in PostprocessISelDAG() local
5412 MachineSDNode *Move; in Select() local
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp5222 SDValue Move = in Select() local
/openbsd/src/gnu/usr.bin/perl/
Dhandy.h2879 #define Move(s,d,n,t) (MEM_WRAP_CHECK_(n,t) perl_assert_ptr(d), perl_assert_ptr(s), (void)memmove((… macro
/openbsd/src/gnu/llvm/clang/lib/AST/
DExprConstant.cpp9357 bool Move = BuiltinOp == Builtin::BImemmove || in VisitBuiltinCallExpr() local