Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DModRef.h355 CaptureComponents OtherComponents; variable
359 CaptureInfo(CaptureComponents OtherComponents, in CaptureInfo() argument
361 : OtherComponents(OtherComponents), RetComponents(RetComponents) {} in CaptureInfo()
364 : OtherComponents(Components), RetComponents(Components) {} in CaptureInfo()
379 bool isRetOnly() const { return capturesNothing(OtherComponents); } in isRetOnly()
386 CaptureComponents getOtherComponents() const { return OtherComponents; } in getOtherComponents()
390 operator CaptureComponents() const { return OtherComponents | RetComponents; } in CaptureComponents()
393 return OtherComponents == Other.OtherComponents &&
401 return CaptureInfo(OtherComponents | Other.OtherComponents,
407 return CaptureInfo(OtherComponents & Other.OtherComponents,
[all …]