| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTVector.h | 42 void setEnd(T *P) { this->End = P; } in setEnd() function 198 this->setEnd(this->end() + NumInputs); in append() 209 this->setEnd(this->end() + NumInputs); in append() 228 this->setEnd(this->end()+1); in insert() 276 this->setEnd(this->end() + NumToInsert); in insert() 326 this->setEnd(this->end() + NumToInsert); in insert() 344 this->setEnd(this->begin()+N); in resize() 349 this->setEnd(this->begin()+N); in resize()
|
| /freebsd/tests/sys/netinet6/frag6/ |
| H A D | frag6_07.py | 134 sniffer.setEnd() 164 sniffer.setEnd() 171 sniffer2.setEnd()
|
| H A D | frag6_03.py | 100 sniffer.setEnd() 127 sniffer.setEnd()
|
| H A D | frag6_08.py | 140 sniffer.setEnd() 145 sniffer2.setEnd()
|
| H A D | sniffer.py | 25 def setEnd(self): member in Sniffer
|
| H A D | frag6_04.py | 99 sniffer.setEnd()
|
| H A D | frag6_02.py | 102 sniffer.setEnd()
|
| H A D | frag6_09.py | 102 sniffer.setEnd()
|
| H A D | frag6_12.py | 104 sniffer.setEnd()
|
| H A D | frag6_01.py | 108 sniffer.setEnd()
|
| H A D | frag6_16.py | 125 sniffer.setEnd()
|
| H A D | frag6_20.py | 130 sniffer.setEnd()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kCollapseMOVEMPass.cpp | 64 void setEnd(MachineBasicBlock::iterator &MI) { in setEnd() function in __anon143e10ef0111::MOVEMState 217 State.setEnd(MI); in ProcessMI() 257 State.setEnd(MI); in runOnMachineFunction() 291 State.setEnd(MI); in runOnMachineFunction()
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PPExpressions.cpp | 65 void setRange(SourceLocation L) { Range.setBegin(L); Range.setEnd(L); } in setRange() 67 Range.setBegin(B); Range.setEnd(E); in setRange() 70 void setEnd(SourceLocation L) { Range.setEnd(L); } in setEnd() function in __anon807bcb150111::PPValue 150 Result.setEnd(PeekTok.getLocation()); in EvaluateDefined() 161 Result.setEnd(PeekTok.getLocation()); in EvaluateDefined() 164 Result.setEnd(PeekTok.getLocation()); in EvaluateDefined() 849 RHS.setEnd(AfterColonVal.getRange().getEnd()); in EvaluateDirectiveSubExpr() 873 LHS.setEnd(RHS.getRange().getEnd()); in EvaluateDirectiveSubExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | SortJavaScriptImports.cpp | 157 InsertionPoint.setEnd(References[References.size() - 1].Range.getEnd()); in analyze() 384 References.back().Range.setEnd(Current->Tok.getEndLoc()); in parseModuleReferences() 415 Reference.Range.setEnd(LineEnd->Tok.getEndLoc()); in parseModuleReferences() 570 Symbol.Range.setEnd(Current->Tok.getLocation()); in parseNamedBindings()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | SourceLocation.h | 228 void setEnd(SourceLocation e) { E = e; } 293 void setEnd(SourceLocation e) { Range.setEnd(e); }
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 56 Range.setEnd(ColonColonLoc); in Extend() 69 Range.setEnd(ColonColonLoc); in Extend() 82 Range.setEnd(ColonColonLoc); in Extend() 95 Range.setEnd(ColonColonLoc); in Extend() 117 Range.setEnd(ColonColonLoc); in MakeSuper() 300 Range.setEnd(RSquareLoc); in setDecompositionBindings() 734 TSWRange.setEnd(Loc); in SetTypeSpecWidth()
|
| H A D | ParsedAttr.cpp | 313 First.Range.setEnd(Second.Range.getEnd()); in takeAndConcatenateAttrs()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/ |
| H A D | SourceExtraction.cpp | 107 ExtractedRange.setEnd(NextToken->getLocation()); in compute()
|
| /freebsd/tests/sys/netinet6/ |
| H A D | exthdr.py | 266 sniffer.setEnd()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonBlockRanges.h | 103 void setEnd(const IndexType &E) { second = E; } in setEnd() function
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 83 void setEndLoc(SourceLocation Loc) { Range.setEnd(Loc); } in setEndLoc() 221 Range.setEnd(R.getEnd()); in SetInvalid() 708 void SetRangeEnd(SourceLocation Loc) { Range.setEnd(Loc); } in SetRangeEnd() 2099 Range.setEnd(Loc); in SetRangeEnd() 2109 Range.setEnd(SR.getEnd()); in ExtendWithDeclSpec()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | PathDiagnostic.h | 386 void setEnd(const PathDiagnosticLocation &L) { End = L; } in setEnd() function 668 LPairs[0].setEnd(L); in setEndLocation()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFAcceleratorTable.cpp | 1021 setEnd(); in searchFromStartOfCurrentIndex() 1033 setEnd(); in next() 1053 setEnd(); in ValueIterator()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclTemplate.cpp | 1064 Range.setEnd(Args->getRAngleLoc()); in getSourceRange() 1076 Range.setEnd(Args->getRAngleLoc()); in getSourceRange() 1484 Range.setEnd(Args->getRAngleLoc()); in getSourceRange() 1496 Range.setEnd(Args->getRAngleLoc()); in getSourceRange()
|