Home
last modified time | relevance | path

Searched refs:IsMove (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTaggedUnionModeling.h66 bool IsMove = isMoveConstructorCall(Call) || isMoveAssignmentCall(Call); in handleConstructorAndAssignment() local
68 if (IsCopy || IsMove) { in handleConstructorAndAssignment()
79 if (IsMove) in handleConstructorAndAssignment()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp78 template <class Derived, bool IsMove>
80 CopiedTypeVisitor<Derived, IsMove> {
82 using Super = CopiedTypeVisitor<Derived, IsMove>;
234 template <bool IsMove>
235 struct GenBinaryFuncName : CopyStructVisitor<GenBinaryFuncName<IsMove>, IsMove>,
236 GenFuncNameBase<GenBinaryFuncName<IsMove>> {
240 : CopyStructVisitor<GenBinaryFuncName<IsMove>, IsMove>(Ctx) { in GenBinaryFuncName()
519 template <class Derived, bool IsMove>
520 struct GenBinaryFunc : CopyStructVisitor<Derived, IsMove>,
522 GenBinaryFunc(ASTContext &Ctx) : CopyStructVisitor<Derived, IsMove>(Ctx) {} in GenBinaryFunc()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DNonTrivialTypeVisitor.h77 template <class Derived, bool IsMove, class RetTy = void>
81 IsMove ? FT.isNonTrivialToPrimitiveDestructiveMove() in visit()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTypeTraits.cpp2274 bool IsMove = in DiagnoseNonTriviallyCopyableReason() local
2281 << IsMove << Method->getSourceRange(); in DiagnoseNonTriviallyCopyableReason()