Searched defs:Move (Results 1 - 12 of 12) sorted by relevance

/openbsd-current/games/sail/
H A Dgame.c52 int riggone = 0, Move, flank = 0; local
[all...]
/openbsd-current/games/trek/
H A Dmain.c47 struct Move Move; variable in typeref:struct:Move
H A Dtrek.h248 extern struct Move struct
/openbsd-current/gnu/llvm/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h33 Move, // (Src, Dst, Pos): move Src to be a child of Dst at offset Pos. enumerator in enum:clang::diff::ChangeKind
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_dense_map_test.cpp328 static int Move; member in struct:__anon144::__anon145::CountCopyAndMove
344 int CountCopyAndMove::Move = 0; member in class:__anon144::__anon145::CountCopyAndMove
380 CountCopyAndMove::Move = 0; member in class:__anon144::CountCopyAndMove
417 CountCopyAndMove::Move = 0; member in class:__anon144::CountCopyAndMove
439 CountCopyAndMove::Move member in class:__anon144::CountCopyAndMove
460 CountCopyAndMove::Move = 0; member in class:__anon144::CountCopyAndMove
[all...]
/openbsd-current/gnu/llvm/libcxx/benchmarks/
H A Dfunction.bench.cpp137 struct Move { struct in namespace:__anon105
/openbsd-current/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kInstrInfo.cpp351 unsigned Move = MVTDst == MVT::i16 ? M68k::MOV16rr : M68k::MOV32rr; local
391 unsigned Move; local
/openbsd-current/gnu/llvm/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp214 Move, ///< Move members to end or as given by {a,b,i} modifiers enumerator in enum:ArchiveOperation
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaCoroutine.cpp531 auto Move = Moves.find(PD); local
H A DSemaCodeComplete.cpp106 ShadowMapEntry(ShadowMapEntry &&Move) { *this = std::move(Move); } argument
108 ShadowMapEntry &operator=(ShadowMapEntry &&Move) { argument
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1582 SDValue Move = N->getOperand(1); local
5412 MachineSDNode *Move; local
[all...]
/openbsd-current/gnu/usr.bin/perl/
H A Dhandy.h2878 #define Move(s,d,n,t) (MEM_WRAP_CHECK_(n,t) perl_assert_ptr(d), perl_assert_ptr(s), (void)memmove((char*)(d),(const char*)(s), (n) * sizeof(t))) macro

Completed in 282 milliseconds