/external/clang/lib/Format/ |
D | BreakableToken.cpp | 138 return StartColumn + Prefix.size() + Postfix.size() + in getLineLengthAfterSplit() 146 StringRef Prefix, StringRef Postfix, bool InPPDirective, in BreakableSingleLineToken() argument 149 StartColumn(StartColumn), Prefix(Prefix), Postfix(Postfix) { in BreakableSingleLineToken() 150 assert(Tok.TokenText.endswith(Postfix)); in BreakableSingleLineToken() 152 Prefix.size(), Tok.TokenText.size() - Prefix.size() - Postfix.size()); in BreakableSingleLineToken() 157 StringRef Prefix, StringRef Postfix, bool InPPDirective, in BreakableStringLiteral() argument 159 : BreakableSingleLineToken(Tok, IndentLevel, StartColumn, Prefix, Postfix, in BreakableStringLiteral() 166 StartColumn + Prefix.size() + Postfix.size(), in getSplit() 181 Tok, Prefix.size() + TailOffset + Split.first, Split.second, Postfix, in insertBreak() 230 Postfix, Prefix, InPPDirective, /*Newlines=*/1, IndentLevel, StartColumn); in insertBreak()
|
D | BreakableToken.h | 100 StringRef Postfix, bool InPPDirective, 109 StringRef Postfix; variable 122 StringRef Postfix, bool InPPDirective,
|
/external/python/cpython2/Lib/email/test/data/ |
D | msg_16.txt | 4 by babylon.socal-raves.org (Postfix) with ESMTP id CCC2C51B84 79 (Postfix) with ESMTP id D3B2951B70; Sun, 23 Sep 2001 20:13:47 -0700 (PDT) 80 Received: by babylon.socal-raves.org (Postfix, from userid 60001) 83 by babylon.socal-raves.org (Postfix) with ESMTP id ADA7351B70 for
|
D | msg_03.txt | 3 Received: by mail.zzz.org (Postfix, from userid 889)
|
D | msg_27.txt | 2 Received: by mail.dom.ain (Postfix, from userid 889)
|
D | msg_01.txt | 3 Received: by mail.zzz.org (Postfix, from userid 889)
|
D | msg_20.txt | 3 Received: by mail.zzz.org (Postfix, from userid 889)
|
D | msg_29.txt | 3 Received: by mail.zzz.org (Postfix, from userid 889)
|
D | msg_14.txt | 3 Received: by mail.zzz.org (Postfix, from userid 889)
|
D | msg_44.txt | 3 Received: by mail.python.org (Postfix, from userid 889)
|
D | msg_04.txt | 3 Received: by mail.python.org (Postfix, from userid 889)
|
/external/python/cpython3/Lib/test/test_email/data/ |
D | msg_16.txt | 4 by babylon.socal-raves.org (Postfix) with ESMTP id CCC2C51B84 79 (Postfix) with ESMTP id D3B2951B70; Sun, 23 Sep 2001 20:13:47 -0700 (PDT) 80 Received: by babylon.socal-raves.org (Postfix, from userid 60001) 83 by babylon.socal-raves.org (Postfix) with ESMTP id ADA7351B70 for
|
D | msg_03.txt | 3 Received: by mail.zzz.org (Postfix, from userid 889)
|
D | msg_27.txt | 2 Received: by mail.dom.ain (Postfix, from userid 889)
|
D | msg_01.txt | 3 Received: by mail.zzz.org (Postfix, from userid 889)
|
D | msg_20.txt | 3 Received: by mail.zzz.org (Postfix, from userid 889)
|
D | msg_29.txt | 3 Received: by mail.zzz.org (Postfix, from userid 889)
|
D | msg_14.txt | 3 Received: by mail.zzz.org (Postfix, from userid 889)
|
D | msg_44.txt | 3 Received: by mail.python.org (Postfix, from userid 889)
|
D | msg_04.txt | 3 Received: by mail.python.org (Postfix, from userid 889)
|
/external/llvm-project/clang/lib/Format/ |
D | BreakableToken.cpp | 255 return UnbreakableTailLength + Postfix.size() + in getRemainingLength() 267 StringRef Postfix, unsigned UnbreakableTailLength, bool InPPDirective, in BreakableStringLiteral() argument 270 StartColumn(StartColumn), Prefix(Prefix), Postfix(Postfix), in BreakableStringLiteral() 272 assert(Tok.TokenText.startswith(Prefix) && Tok.TokenText.endswith(Postfix)); in BreakableStringLiteral() 274 Prefix.size(), Tok.TokenText.size() - Prefix.size() - Postfix.size()); in BreakableStringLiteral() 281 ColumnLimit - Postfix.size(), Style.TabWidth, Encoding); in getSplit() 289 Tok, Prefix.size() + TailOffset + Split.first, Split.second, Postfix, in insertBreak()
|
D | BreakableToken.h | 252 StringRef Prefix, StringRef Postfix, 278 StringRef Postfix; variable
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | IteratorModeling.cpp | 107 bool Postfix) const; 109 bool Postfix) const; 539 const SVal &Iter, bool Postfix) const { in handleIncrement() 560 State = setIteratorPosition(State, RetVal, Postfix ? *Pos : *NewPos); in handleIncrement() 565 const SVal &Iter, bool Postfix) const { in handleDecrement() 586 State = setIteratorPosition(State, RetVal, Postfix ? *Pos : *NewPos); in handleDecrement()
|
/external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
D | IdentifierNamingCheck.cpp | 155 std::string Postfix(Options.get(StyleString, "")); in getFileStyleFromOptions() local 162 if (CaseOptional || !Prefix.empty() || !Postfix.empty() || in getFileStyleFromOptions() 165 std::move(Postfix), std::move(IgnoredRegexpStr)); in getFileStyleFromOptions()
|
/external/llvm-project/clang-tools-extra/clang-change-namespace/ |
D | ChangeNamespace.cpp | 781 llvm::StringRef Postfix = OldNs; in replaceQualifiedSymbolInDeclContext() local 782 bool Consumed = Postfix.consume_front(OldNamespace); in replaceQualifiedSymbolInDeclContext() 785 const std::string NewNs = (NewNamespace + Postfix).str(); in replaceQualifiedSymbolInDeclContext()
|