Home
last modified time | relevance | path

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

/freebsd/sys/netinet/libalias/
H A DHISTORY50 - Fixed data type error in function StartPoint()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp2109 auto GetTrailingEndLocation = [&](SourceLocation StartPoint) { in ConstructFixItRangeForUnusedCapture() argument
2111 StartPoint, /*IncludeMacros=*/false, /*IncludeComments=*/true); in ConstructFixItRangeForUnusedCapture()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp3740 auto StartPoint = BB->rbegin(); in deleteInstructionsInBlock() local
3741 ++StartPoint; in deleteInstructionsInBlock()
3744 for (BasicBlock::reverse_iterator I(StartPoint); I != BB->rend();) { in deleteInstructionsInBlock()
/freebsd/usr.sbin/ppp/
H A DREADME.nat331 - Fixed data type error in function StartPoint()