Searched defs:MayOverlap (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp1927 EmitAggregateCopy(LValue Dest, LValue Src, QualType Ty, AggValueSlot::Overlap_t MayOverlap, bool isVolatile) argument
H A DCGValue.h527 enum Overlap_t { DoesNotOverlap, MayOverlap }; enumerator in enum:clang::CodeGen::AggValueSlot::Overlap_t
H A DCGExprCXX.cpp951 StoreAnyExprIntoOneUnit(CodeGenFunction &CGF, const Expr *Init, QualType AllocType, Address NewPtr, AggValueSlot::Overlap_t MayOverlap) argument
H A DCodeGenFunction.h2562 EmitAggregateCopyCtor(LValue Dest, LValue Src, AggValueSlot::Overlap_t MayOverlap) argument

Completed in 93 milliseconds