Home
last modified time | relevance | path

Searched refs:setEnd (Results 1 – 25 of 109) sorted by relevance

12345

/external/llvm/include/llvm/ADT/
DSmallVector.h95 void setEnd(T *P) { this->EndX = P; } in setEnd() function
212 this->setEnd(this->end()+1); in push_back()
219 this->setEnd(this->end()+1); in push_back()
223 this->setEnd(this->end()-1); in pop_back()
249 this->setEnd(NewElts+CurSize); in grow()
306 this->setEnd(this->end()+1); in push_back()
310 this->setEnd(this->end()-1); in pop_back()
352 this->setEnd(this->begin()+N); in resize()
358 this->setEnd(this->begin()+N); in resize()
365 this->setEnd(this->begin()+N); in resize()
[all …]
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSmallVector.h96 void setEnd(T *P) { this->EndX = P; } in setEnd() function
215 this->setEnd(this->end()+1); in push_back()
222 this->setEnd(this->end()+1); in push_back()
226 this->setEnd(this->end()-1); in pop_back()
252 this->setEnd(NewElts+CurSize); in grow()
310 this->setEnd(this->end()+1); in push_back()
314 this->setEnd(this->end()-1); in pop_back()
355 this->setEnd(this->begin()+N); in resize()
361 this->setEnd(this->begin()+N); in resize()
368 this->setEnd(this->begin()+N); in resize()
[all …]
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DLocalVariableGen.java63 setEnd(end); in LocalVariableGen()
183 public void setEnd( final InstructionHandle end ) { // TODO could be package-protected? in setEnd() method in LocalVariableGen
202 setEnd(new_ih); in updateTarget()
215 setEnd(null); in dispose()
/external/clang/include/clang/AST/
DASTVector.h38 void setEnd(T *P) { this->End = P; } in setEnd() function
194 this->setEnd(this->end() + NumInputs); in append()
206 this->setEnd(this->end() + NumInputs); in append()
225 this->setEnd(this->end()+1); in insert()
273 this->setEnd(this->end() + NumToInsert); in insert()
323 this->setEnd(this->end() + NumToInsert); in insert()
341 this->setEnd(this->begin()+N); in resize()
346 this->setEnd(this->begin()+N); in resize()
/external/llvm-project/clang/include/clang/AST/
DASTVector.h42 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()
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
DALoopCommand.java35 setEnd(_end_); in ALoopCommand()
137 public void setEnd(PExpression node) in setEnd() method in ALoopCommand
254 setEnd((PExpression) newChild); in replaceChild()
DALoopIncCommand.java37 setEnd(_end_); in ALoopIncCommand()
142 public void setEnd(PExpression node) in setEnd() method in ALoopIncCommand
291 setEnd((PExpression) newChild); in replaceChild()
/external/llvm-project/clang/lib/Lex/
DPPExpressions.cpp65 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 __anon8b63794c0111::PPValue
146 Result.setEnd(PeekTok.getLocation()); in EvaluateDefined()
157 Result.setEnd(PeekTok.getLocation()); in EvaluateDefined()
160 Result.setEnd(PeekTok.getLocation()); in EvaluateDefined()
811 RHS.setEnd(AfterColonVal.getRange().getEnd()); in EvaluateDirectiveSubExpr()
835 LHS.setEnd(RHS.getRange().getEnd()); in EvaluateDirectiveSubExpr()
/external/clang/lib/Lex/
DPPExpressions.cpp53 void setRange(SourceLocation L) { Range.setBegin(L); Range.setEnd(L); } in setRange()
55 Range.setBegin(B); Range.setEnd(E); in setRange()
58 void setEnd(SourceLocation L) { Range.setEnd(L); } in setEnd() function in __anon2876a25e0111::PPValue
131 Result.setEnd(PeekTok.getLocation()); in EvaluateDefined()
141 Result.setEnd(PeekTok.getLocation()); in EvaluateDefined()
145 Result.setEnd(PeekTok.getLocation()); in EvaluateDefined()
768 RHS.setEnd(AfterColonVal.getRange().getEnd()); in EvaluateDirectiveSubExpr()
792 LHS.setEnd(RHS.getRange().getEnd()); in EvaluateDirectiveSubExpr()
/external/grpc-grpc-java/services/src/test/java/io/grpc/services/
DChannelzServiceTest.java57 GetTopChannelsResponse.newBuilder().setEnd(true).build(), in getTopChannels_empty()
70 .setEnd(true) in getTopChannels_onePage()
112 GetServersResponse.newBuilder().setEnd(true).build(), in getServers_empty()
125 .setEnd(true) in getServers_onePage()
DChannelzProtoUtilTest.java665 GetTopChannelsResponse.newBuilder().setEnd(true).build(), in toGetTopChannelsResponse()
685 .setEnd(true) in toGetTopChannelsResponse()
698 .setEnd(true) in toGetTopChannelsResponse()
727 .setEnd(true) in toGetServersResponse()
739 .setEnd(true) in toGetServersResponse()
768 .setEnd(true) in toGetServerSocketsResponse()
780 .setEnd(true) in toGetServerSocketsResponse()
/external/clang/include/clang/Basic/
DSourceLocation.h205 void setEnd(SourceLocation e) { E = e; } in setEnd() function
259 void setEnd(SourceLocation e) { Range.setEnd(e); } in setEnd() function
/external/llvm-project/clang/include/clang/Basic/
DSourceLocation.h225 void setEnd(SourceLocation e) { E = e; }
290 void setEnd(SourceLocation e) { Range.setEnd(e); }
/external/protobuf/php/src/Google/Protobuf/Internal/DescriptorProto/
DReservedRange.php104 public function setEnd($var) function in Google\\Protobuf\\Internal\\DescriptorProto\\ReservedRange
DExtensionRange.php106 public function setEnd($var) function in Google\\Protobuf\\Internal\\DescriptorProto\\ExtensionRange
/external/protobuf/php/src/Google/Protobuf/Internal/EnumDescriptorProto/
DEnumReservedRange.php106 public function setEnd($var) function in Google\\Protobuf\\Internal\\EnumDescriptorProto\\EnumReservedRange
/external/clang/lib/Format/
DSortJavaScriptImports.cpp174 InsertionPoint.setEnd(References[References.size() - 1].Range.getEnd()); in analyze()
306 Reference.Range.setEnd(LineEnd->Tok.getEndLoc()); in parseModuleReferences()
418 Symbol.Range.setEnd(Current->Tok.getLocation()); in parseNamedBindings()
/external/llvm-project/clang/lib/Format/
DSortJavaScriptImports.cpp171 InsertionPoint.setEnd(References[References.size() - 1].Range.getEnd()); in analyze()
306 Reference.Range.setEnd(LineEnd->Tok.getEndLoc()); in parseModuleReferences()
429 Symbol.Range.setEnd(Current->Tok.getLocation()); in parseNamedBindings()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DSTZInfo.java25 void setEnd(int em, int edwm, int edw, int et, int edm, boolean ea) { in setEnd() method in STZInfo
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DSTZInfo.java24 void setEnd(int em, int edwm, int edw, int et, int edm, boolean ea) { in setEnd() method in STZInfo
/external/llvm-project/clang/lib/Sema/
DDeclSpec.cpp58 Range.setEnd(ColonColonLoc); in Extend()
71 Range.setEnd(ColonColonLoc); in Extend()
84 Range.setEnd(ColonColonLoc); in Extend()
97 Range.setEnd(ColonColonLoc); in Extend()
119 Range.setEnd(ColonColonLoc); in MakeSuper()
301 Range.setEnd(RSquareLoc); in setDecompositionBindings()
704 TSWRange.setEnd(Loc); in SetTypeSpecWidth()
/external/protobuf/php/src/Google/Protobuf/Internal/GeneratedCodeInfo/
DAnnotation.php198 public function setEnd($var) function in Google\\Protobuf\\Internal\\GeneratedCodeInfo\\Annotation
/external/llvm-project/clang/lib/Tooling/Refactoring/Extract/
DSourceExtraction.cpp106 ExtractedRange.setEnd(NextToken->getLocation()); in compute()
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DQualifiedAutoCheck.cpp84 TypeSpecifier.setEnd(ConstToken.getEndLoc()); in mergeReplacementRange()
190 TypeSpecifier.setEnd(TypeSpecifier.getEnd().getLocWithOffset(1)); in check()
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DUseTrailingReturnTypeCheck.cpp308 ReturnTypeRange.setEnd(LastTLoc); in findReturnTypeAndCVSourceRange()
323 ReturnTypeRange.setEnd(expandIfMacroId(ReturnTypeRange.getEnd(), SM)); in findReturnTypeAndCVSourceRange()
342 ReturnTypeRange.setEnd(Tokens[J].T.getLocation()); in findReturnTypeAndCVSourceRange()

12345