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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h32 Move, // (Src, Dst, Pos): move Src to be a child of Dst at offset Pos. enumerator in enum:clang::diff::ChangeKind
/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Delf.h38 __sElfN(Move); variable
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp187 Move, ///< Move members to end or as given by {a,b,i} modifiers enumerator in enum:ArchiveOperation
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp528 auto Move = Moves.find(PD); local
H A DSemaCodeComplete.cpp88 ShadowMapEntry(ShadowMapEntry &&Move) { *this = std::move(Move); } argument
90 ShadowMapEntry &operator=(ShadowMapEntry &&Move) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1327 SDValue Move = N->getOperand(1); local
4917 MachineSDNode *Move; local
[all...]

Completed in 120 milliseconds