Home
last modified time | relevance | path

Searched refs:Text (Results 1 – 25 of 350) sorted by relevance

12345678910>>...14

/freebsd-14.2/crypto/openssl/demos/cms/
H A Dcomp.txt3 Some Text To be Compressed
4 Some Text To be Compressed
5 Some Text To be Compressed
6 Some Text To be Compressed
7 Some Text To be Compressed
8 Some Text To be Compressed
9 Some Text To be Compressed
10 Some Text To be Compressed
11 Some Text To be Compressed
12 Some Text To be Compressed
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DEncoding.h34 inline Encoding detectEncoding(StringRef Text) { in detectEncoding() argument
55 return Text.size(); in columnWidth()
64 StringRef Tail = Text; in columnWidthWithTabs()
97 inline unsigned getEscapeSequenceLength(StringRef Text) { in getEscapeSequenceLength() argument
98 assert(Text[0] == '\\'); in getEscapeSequenceLength()
99 if (Text.size() < 2) in getEscapeSequenceLength()
102 switch (Text[1]) { in getEscapeSequenceLength()
109 while (I < Text.size() && isHexDigit(Text[I])) in getEscapeSequenceLength()
114 if (isOctDigit(Text[1])) { in getEscapeSequenceLength()
116 while (I < Text.size() && I < 4 && isOctDigit(Text[I])) in getEscapeSequenceLength()
[all …]
H A DIntegerLiteralSeparatorFixer.cpp96 if (isClangFormatOff(Text)) in process()
98 else if (isClangFormatOn(Text)) in process()
107 const auto B = getBase(Text); in process()
121 Text = Text.substr(0, Pos); in process()
129 const auto Start = Text[0] == '0' ? 2 : 0; in process()
130 auto End = Text.find_first_of("uUlLzZn", Start); in process()
135 Text = Text.substr(Start, Length); in process()
146 const auto SeparatorCount = Text.count(Separator); in process()
152 checkSeparator(Text, DigitsPerGroup)) { in process()
156 format(Text, DigitsPerGroup, DigitCount, RemoveSeparator); in process()
[all …]
H A DBreakableToken.cpp98 Text[SpaceOffset + 1] == '{') { in getCommentSplit()
131 (Text[SpaceOffset + 1] == '{' || Text[SpaceOffset + 1] == '@')) { in getCommentSplit()
149 SpaceOffset = Text.find_first_of( in getCommentSplit()
174 if (Text.empty()) in getStringSplit()
185 if (Text[0] == '\\') { in getStringSplit()
197 if (IsBlank(Text[0])) in getStringSplit()
199 if (Text[0] == '/') in getStringSplit()
205 Text = Text.substr(Advance); in getStringSplit()
529 const StringRef &Text = Content[i]; in BreakableBlockComment() local
532 if (Text.empty()) in BreakableBlockComment()
[all …]
H A DFormatTokenLexer.cpp789 MultiLineString->TokenText = Text; in handleTableGenMultilineString()
792 auto FirstLineText = Text; in handleTableGenMultilineString()
793 auto FirstBreak = Text.find('\n'); in handleTableGenMultilineString()
799 auto LastBreak = Text.rfind('\n'); in handleTableGenMultilineString()
815 StringRef Text = Tok->TokenText; in handleTableGenNumericLikeIdentifier() local
824 if (Text.size() < 1 || Text[0] == '+' || Text[0] == '-') in handleTableGenNumericLikeIdentifier()
831 if (NonDigitPos < Text.size() - 1) { in handleTableGenNumericLikeIdentifier()
1131 switch (Text[i]) { in getNextToken()
1164 assert(Text.substr(i, 2) == "\\\r" || Text.substr(i, 2) == "\\\n" || in getNextToken()
1179 WhitespaceLength += Text.size(); in getNextToken()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp66 if (Last.Kind == FragmentKind::Text) { in appendSpace()
73 append(" ", FragmentKind::Text); in appendSpace()
103 case DeclarationFragments::FragmentKind::Text: in getFragmentKindString()
124 .Case("text", DeclarationFragments::FragmentKind::Text) in parseFragmentKindFromString()
137 .append("(", DeclarationFragments::FragmentKind::Text) in getExceptionSpecificationString()
138 .append(")", DeclarationFragments::FragmentKind::Text); in getExceptionSpecificationString()
151 .append("(", DeclarationFragments::FragmentKind::Text) in getExceptionSpecificationString()
153 .append(")", DeclarationFragments::FragmentKind::Text); in getExceptionSpecificationString()
157 .append("(", DeclarationFragments::FragmentKind::Text) in getExceptionSpecificationString()
159 .append(")", DeclarationFragments::FragmentKind::Text); in getExceptionSpecificationString()
[all …]
/freebsd-14.2/crypto/openssl/external/perl/Text-Template-1.56/t/
H A Dbasic.t41 ok(defined $template) or diag $Text::Template::ERROR;
63 $text = Text::Template->fill_this_in($template_1, 'package' => 'X');
70 ok defined $template or diag $Text::Template::ERROR;
83 $template = Text::Template->new(
154 ok(defined $template) or diag $Text::Template::ERROR;
167 $Text::Template::GEN0::test = 1;
168 Text::Template::_scrubpkg('Text::Template::GEN0');
169 ok !($Text::Template::GEN0::test
170 || exists $Text::Template::GEN0::{test}
171 || exists $Text::Template::{'GEN0::'});
[all …]
H A Derror.t14 Text::Template->new();
20 eval { Text::Template->new(TYPE => 'FILE'); };
24 eval { Text::Template->new(TYPE => 'wlunch', SOURCE => 'fish food'); };
28 my $o = Text::Template->new(
33 ok defined($Text::Template::ERROR)
34 && $Text::Template::ERROR =~ /^Couldn't open file/;
H A Ddelimiters.t17 my $template1 = Text::Template->new(
21 or die "Couldn't construct template object: $Text::Template::ERROR; aborting";
27 $template1 = Text::Template->new(TYPE => 'STRING', SOURCE => $template);
34 $template1 = Text::Template->new(
38 or die "Couldn't construct template object: $Text::Template::ERROR; aborting";
44 $template1 = Text::Template->new(TYPE => 'STRING', SOURCE => $template);
73 my $tmpl = Text::Template->new(
H A Dbroken.t12 my $r = Text::Template->new(
20 my $r = Text::Template->new(
29 my $r = Text::Template->new(
37 my $r = Text::Template->new(
49 my $r = Text::Template->new(
62 my $r = Text::Template->new(TYPE => 'string', SOURCE => 'abc{1/0}defg')
H A Dsafe.t37 my $template1 = Text::Template->new(type => 'STRING', source => $goodtemplate);
38 my $template2 = Text::Template->new(type => 'STRING', source => $goodtemplate);
71 $template1 = Text::Template->new('type' => 'STRING', 'source' => $badtemplate);
74 $template2 = Text::Template->new('type' => 'STRING', 'source' => $badtemplate);
107 $template1 = Text::Template->new('type' => 'STRING', 'source' => $template);
110 $template2 = Text::Template->new('type' => 'STRING', 'source' => $template);
126 my $templateB = Text::Template->new(TYPE => 'STRING', SOURCE => '{die}');
H A Dtaint.t37 my $obj = Text::Template->new(@_);
48 my $obj = Text::Template->new(@_);
59 ok !Text::Template::_is_clean($_[0]);
63 ok Text::Template::_is_clean($_[0]);
109 Text::Template::_unconditionally_untaint($ttemplate);
111 Text::Template::_unconditionally_untaint($tfile);
H A Dwarnings.t5 use Text::Template;
31 $template = Text::Template->new(type => 'STRING', source => $template);
40 $template = Text::Template->new(type => 'STRING', package => 'MY', source => '');
43 $template = Text::Template->new(type => 'STRING', package => 'MY', source => '');
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DSourceCodeBuilders.cpp78 if (Text.empty()) in buildParens()
82 return Text.str(); in buildParens()
90 StringRef Text = in buildDereference() local
92 if (Text.empty()) in buildDereference()
94 return Text.str(); in buildDereference()
98 if (Text.empty()) in buildDereference()
113 StringRef Text = in buildAddressOf() local
115 if (Text.empty()) in buildAddressOf()
121 if (Text.empty()) in buildAddressOf()
147 if (Text.empty()) in buildAccessForValue()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Testing/Annotations/
H A DAnnotations.cpp28 require(Assertion, Msg, Text); in Annotations()
34 Code.reserve(Text.size()); in Annotations()
35 while (!Text.empty()) { in Annotations()
36 if (Text.consume_front("^")) { in Annotations()
44 if (Text.consume_front("[[")) { in Annotations()
52 if (Text.consume_front("]]")) { in Annotations()
63 if (Text.consume_front("$")) { in Annotations()
66 Text = Text.drop_front(Name->size()); in Annotations()
71 Text = Text.drop_front(Payload->size() + 1); in Annotations()
76 Code.push_back(Text.front()); in Annotations()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp59 StringRef Text; member
123 Result.Text = ""; in getNextToken()
243 std::string Text = Result->Text.str(); in consumeNumberLiteral() local
423 << NameToken.Text; in parseIdentifierPrefixImpl()
435 << OpenToken.Text; in parseIdentifierPrefixImpl()
491 << CommaToken.Text; in parseMatcherBuilder()
511 << NameToken.Text; in parseMatcherBuilder()
515 ArgValue.Text = NodeMatcherToken.Text; in parseMatcherBuilder()
556 << NameToken.Text; in parseMatcherBuilder()
633 << NameToken.Text; in parseMatcherExpressionImpl()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderAnalysis.cpp95 std::optional<StringRef> parseIWYUPragma(const char *Text) { in parseIWYUPragma() argument
97 if (Text[0] != '/' || (Text[1] != '/' && Text[1] != '*')) in parseIWYUPragma()
99 bool BlockComment = Text[1] == '*'; in parseIWYUPragma()
100 Text += 2; in parseIWYUPragma()
104 if (strncmp(Text, IWYUPragma.data(), IWYUPragma.size())) in parseIWYUPragma()
106 Text += IWYUPragma.size(); in parseIWYUPragma()
107 const char *End = Text; in parseIWYUPragma()
110 StringRef Rest(Text, End - Text); in parseIWYUPragma()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp192 this->Text = Text; in Chunk()
199 this->Text = "("; in Chunk()
203 this->Text = ")"; in Chunk()
207 this->Text = "["; in Chunk()
211 this->Text = "]"; in Chunk()
215 this->Text = "{"; in Chunk()
219 this->Text = "}"; in Chunk()
340 OS << C.Text; in getAsString()
350 return C.Text; in getTypedText()
359 Res += C.Text; in getAllTypedText()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DRawCommentList.h121 StringRef Text = getRawText(SourceMgr); in hasUnsupportedSplice() local
122 if (Text.size() < 6 || Text[0] != '/') in hasUnsupportedSplice()
124 if (Text[1] == '*') in hasUnsupportedSplice()
125 return Text[Text.size() - 1] != '/' || Text[Text.size() - 2] != '*'; in hasUnsupportedSplice()
126 return Text[1] != '/'; in hasUnsupportedSplice()
154 std::string Text; member
158 CommentLine(StringRef Text, PresumedLoc Begin, PresumedLoc End) in CommentLine()
159 : Text(Text), Begin(Begin), End(End) {} in CommentLine()
H A DCommentLexer.h103 void setText(StringRef Text) { in setText() argument
105 TextPtr = Text.data(); in setText()
106 IntVal = Text.size(); in setText()
145 void setVerbatimBlockText(StringRef Text) { in setVerbatimBlockText() argument
147 TextPtr = Text.data(); in setVerbatimBlockText()
148 IntVal = Text.size(); in setVerbatimBlockText()
166 void setVerbatimLineText(StringRef Text) { in setVerbatimLineText() argument
168 TextPtr = Text.data(); in setVerbatimLineText()
169 IntVal = Text.size(); in setVerbatimLineText()
303 StringRef Text(BufferPtr, TokEnd - BufferPtr); in formTextToken()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DMarkup.cpp80 advanceTo(Line, Element->Text.end()); in nextNode()
125 Element.Text = Line.slice(BeginPos, EndPos); in parseElement()
145 static MarkupNode textNode(StringRef Text) { in textNode() argument
147 Node.Text = Text; in textNode()
154 void MarkupParser::parseTextOutsideMarkup(StringRef Text) { in parseTextOutsideMarkup() argument
155 if (Text.empty()) in parseTextOutsideMarkup()
158 while (SGRSyntax.match(Text, &Matches)) { in parseTextOutsideMarkup()
160 if (Matches.begin()->begin() != Text.begin()) in parseTextOutsideMarkup()
164 advanceTo(Text, Matches.begin()->end()); in parseTextOutsideMarkup()
166 if (!Text.empty()) in parseTextOutsideMarkup()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1011 if (Text.empty() || !isdigit(Text[0])) in parseModifier()
1017 Text = Text.drop_front(); in parseModifier()
1018 } while (!Text.empty() && isdigit(Text[0])); in parseModifier()
1035 (Text[End + 1] == '%' || Text[End + 1] == '|' || Text[End + 1] == '$')); in parseDiagText()
1039 Text = Text.slice(End, StringRef::npos); in parseDiagText()
1044 if (Text[0] == '|' || Text[0] == '}' || Text[0] == '$') in parseDiagText()
1048 Text = Text.drop_front(); in parseDiagText()
1079 Text = Text.drop_front(); // '{' or '|' in parseDiagText()
1117 Text = Text.drop_front(NameSize); in parseDiagText()
1124 if (Text.empty() || Text[0] != ',') in parseDiagText()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DUnicode.cpp481 int columnWidthUTF8(StringRef Text) { in columnWidthUTF8() argument
484 for (size_t i = 0, e = Text.size(); i < e; i += Length) { in columnWidthUTF8()
485 Length = getNumBytesForUTF8(Text[i]); in columnWidthUTF8()
489 if (!isprintableascii(Text[i])) in columnWidthUTF8()
495 if (Length <= 0 || i + Length > Text.size()) in columnWidthUTF8()
498 const UTF8 *Start = reinterpret_cast<const UTF8 *>(Text.data() + i); in columnWidthUTF8()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DMarkup.h35 StringRef Text; member
45 return Text == Other.Text && Tag == Other.Tag && Fields == Other.Fields;
85 return SGRSyntax.match(Node.Text); in isSGR()
90 void parseTextOutsideMarkup(StringRef Text);
/freebsd-14.2/crypto/openssl/external/perl/Text-Template-1.56/
H A DMETA.yml24 name: Text-Template
26 Text::Template:
27 file: lib/Text/Template.pm
29 Text::Template::Preprocess:
30 file: lib/Text/Template/Preprocess.pm

12345678910>>...14