Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLoc.cpp196 bool CanContinue = true; in dump() local
197 while (CanContinue && Data.isValidOffset(Offset)) { in dump()
201 CanContinue = dumpLocationList(&Offset, OS, BaseAddr, Obj, nullptr, in dump()
396 bool CanContinue = true; in dumpRange() local
397 while (CanContinue && Offset < StartOffset + Size) { in dumpRange()
401 CanContinue = dumpLocationList(&Offset, OS, /*BaseAddr=*/std::nullopt, Obj, in dumpRange()
/src/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp1305 auto [Res, CanContinue] = ParseOpenACCVar(CK); in ParseOpenACCVarList()
1308 } else if (CanContinue == OpenACCParseCanContinue::Cannot) { in ParseOpenACCVarList()
1316 auto [Res, CanContinue] = ParseOpenACCVar(CK); in ParseOpenACCVarList()
1320 } else if (CanContinue == OpenACCParseCanContinue::Cannot) { in ParseOpenACCVarList()
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3166 const bool CanContinue = [&]() { in visitMemSetInst() local
3184 if (!CanContinue) { in visitMemSetInst()