Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp2552 bool followForward) { in emitBlockByrefAddress() argument
2554 return emitBlockByrefAddress(baseAddr, info, followForward, var->getName()); in emitBlockByrefAddress()
2559 bool followForward, in emitBlockByrefAddress() argument
2562 if (followForward) { in emitBlockByrefAddress()
H A DCodeGenFunction.h2343 bool followForward = true);
2346 bool followForward,