Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h574 enum Overlap_t { DoesNotOverlap, MayOverlap }; global() enumerator
H A DCGExprAgg.cpp2103 EmitAggregateCopy(LValue Dest,LValue Src,QualType Ty,AggValueSlot::Overlap_t MayOverlap,bool isVolatile) EmitAggregateCopy() argument
[all...]
H A DCGExprCXX.cpp966 StoreAnyExprIntoOneUnit(CodeGenFunction & CGF,const Expr * Init,QualType AllocType,Address NewPtr,AggValueSlot::Overlap_t MayOverlap) StoreAnyExprIntoOneUnit() argument