Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDCGBlocks.cpp213 bool LeftByref = left.Capture ? left.Capture->isByRef() : false; in operator <() local
219 else if (LeftByref && left.Alignment >= right.Alignment) in operator <()