/openbsd/games/trek/ |
H A D | trek.h | 248 extern struct Move struct 256 } Move; argument
|
H A D | main.c | 47 struct Move Move; variable
|
/openbsd/gnu/llvm/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()
|
/openbsd/games/sail/ |
H A D | game.c | 52 int riggone = 0, Move, flank = 0; in maxmove() local
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_type_traits_test.cpp | 45 TEST(SanitizerCommon, Move) { in TEST() argument
|
H A D | sanitizer_dense_map_test.cpp | 328 static int Move; member 344 int CountCopyAndMove::Move = 0; member in __anon059f4e850111::__anon059f4e850311::CountCopyAndMove
|
/openbsd/gnu/llvm/clang/include/clang/Tooling/ASTDiff/ |
H A D | ASTDiff.h | 33 Move, // (Src, Dst, Pos): move Src to be a child of Dst at offset Pos. enumerator
|
/openbsd/gnu/llvm/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
|
/openbsd/gnu/llvm/llvm/lib/Target/M68k/ |
H A D | M68kInstrInfo.cpp | 351 unsigned Move = MVTDst == MVT::i16 ? M68k::MOV16rr : M68k::MOV32rr; in ExpandMOVX_RR() local 391 unsigned Move; in ExpandMOVSZX_RR() local
|
/openbsd/gnu/llvm/llvm/tools/llvm-ar/ |
H A D | llvm-ar.cpp | 214 Move, ///< Move members to end or as given by {a,b,i} modifiers enumerator
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonVectorCombine.cpp | 701 auto tryAddTo = [&](const AddrInfo &Info, MoveGroup &Move) { in createLoadGroups() 748 auto tryAddTo = [&](const AddrInfo &Info, MoveGroup &Move) { in createStoreGroups()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaCoroutine.cpp | 531 auto Move = Moves.find(PD); in buildCoroutinePromise() local
|
H A D | SemaCodeComplete.cpp | 106 ShadowMapEntry(ShadowMapEntry &&Move) { *this = std::move(Move); } in ShadowMapEntry() function in __anon37009f560111::ResultBuilder::ShadowMapEntry 108 ShadowMapEntry &operator=(ShadowMapEntry &&Move) { in operator =()
|
H A D | SemaDeclCXX.cpp | 15033 StmtResult Move = buildSingleCopyAssign(*this, Loc, BaseType, in DefineImplicitMoveAssignment() local 15103 StmtResult Move = buildSingleCopyAssign(*this, Loc, FieldType, in DefineImplicitMoveAssignment() local
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 1582 SDValue Move = N->getOperand(1); in PostprocessISelDAG() local 5412 MachineSDNode *Move; in Select() local
|
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 5222 SDValue Move = in Select() local
|
/openbsd/gnu/usr.bin/perl/ |
H A D | handy.h | 2879 #define Move(s,d,n,t) (MEM_WRAP_CHECK_(n,t) perl_assert_ptr(d), perl_assert_ptr(s), (void)memmove((… macro
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | ExprConstant.cpp | 9357 bool Move = BuiltinOp == Builtin::BImemmove || in VisitBuiltinCallExpr() local
|