/external/llvm/include/llvm/ADT/ |
D | SmallVector.h | 95 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/ |
D | SmallVector.h | 96 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/ |
D | LocalVariableGen.java | 63 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/ |
D | ASTVector.h | 38 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/ |
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()
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
D | ALoopCommand.java | 35 setEnd(_end_); in ALoopCommand() 137 public void setEnd(PExpression node) in setEnd() method in ALoopCommand 254 setEnd((PExpression) newChild); in replaceChild()
|
D | ALoopIncCommand.java | 37 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/ |
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 __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/ |
D | PPExpressions.cpp | 53 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/ |
D | ChannelzServiceTest.java | 57 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()
|
D | ChannelzProtoUtilTest.java | 665 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/ |
D | SourceLocation.h | 205 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/ |
D | SourceLocation.h | 225 void setEnd(SourceLocation e) { E = e; } 290 void setEnd(SourceLocation e) { Range.setEnd(e); }
|
/external/protobuf/php/src/Google/Protobuf/Internal/DescriptorProto/ |
D | ReservedRange.php | 104 public function setEnd($var) function in Google\\Protobuf\\Internal\\DescriptorProto\\ReservedRange
|
D | ExtensionRange.php | 106 public function setEnd($var) function in Google\\Protobuf\\Internal\\DescriptorProto\\ExtensionRange
|
/external/protobuf/php/src/Google/Protobuf/Internal/EnumDescriptorProto/ |
D | EnumReservedRange.php | 106 public function setEnd($var) function in Google\\Protobuf\\Internal\\EnumDescriptorProto\\EnumReservedRange
|
/external/clang/lib/Format/ |
D | SortJavaScriptImports.cpp | 174 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/ |
D | SortJavaScriptImports.cpp | 171 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/ |
D | STZInfo.java | 25 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/ |
D | STZInfo.java | 24 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/ |
D | DeclSpec.cpp | 58 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/ |
D | Annotation.php | 198 public function setEnd($var) function in Google\\Protobuf\\Internal\\GeneratedCodeInfo\\Annotation
|
/external/llvm-project/clang/lib/Tooling/Refactoring/Extract/ |
D | SourceExtraction.cpp | 106 ExtractedRange.setEnd(NextToken->getLocation()); in compute()
|
/external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
D | QualifiedAutoCheck.cpp | 84 TypeSpecifier.setEnd(ConstToken.getEndLoc()); in mergeReplacementRange() 190 TypeSpecifier.setEnd(TypeSpecifier.getEnd().getLocWithOffset(1)); in check()
|
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
D | UseTrailingReturnTypeCheck.cpp | 308 ReturnTypeRange.setEnd(LastTLoc); in findReturnTypeAndCVSourceRange() 323 ReturnTypeRange.setEnd(expandIfMacroId(ReturnTypeRange.getEnd(), SM)); in findReturnTypeAndCVSourceRange() 342 ReturnTypeRange.setEnd(Tokens[J].T.getLocation()); in findReturnTypeAndCVSourceRange()
|