Home
last modified time | relevance | path

Searched defs:CanMove (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
H A DMemberwiseConstructor.cpp188 bool CanMove = C.hasUserDeclaredMoveConstructor() || in considerClassValue() local
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp881 if (CanMove && hasOneNonDBGUse(Reg, DefI, MRI, MDT, LIS)) { in runOnMachineFunction() local
/llvm-project/llvm/unittests/ADT/
H A DSTLExtrasTest.cpp287 template <bool B> struct CanMove {}; struct
286 template <bool B> struct CanMove {}; global() struct