Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp538 bool UseEnd = false) { in getValidSourceLocation() argument
539 SourceLocation L = UseEnd ? S->getEndLoc() : S->getBeginLoc(); in getValidSourceLocation()
571 L = UseEnd ? Parent->getEndLoc() : Parent->getBeginLoc(); in getValidSourceLocation()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1009 for (SDNode::use_iterator Use = N->use_begin(), UseEnd = N->use_end(); in allUsesTruncate() local
1010 Use != UseEnd; ++Use) { in allUsesTruncate()