Home
last modified time | relevance | path

Searched refs:Formatted (Results 1 – 25 of 35) sorted by relevance

12

/external/llvm-project/clang/unittests/AST/
DCommentTextTest.cpp60 auto Formatted = formatComment( in TEST_F() local
67 EXPECT_EQ(ExpectedOutput, Formatted); in TEST_F()
70 Formatted = formatComment( in TEST_F()
77 EXPECT_EQ(ExpectedOutput, Formatted); in TEST_F()
80 Formatted = formatComment( in TEST_F()
87 EXPECT_EQ(ExpectedOutput, Formatted); in TEST_F()
90 Formatted = formatComment( in TEST_F()
97 EXPECT_EQ(ExpectedOutput, Formatted); in TEST_F()
100 Formatted = formatComment( in TEST_F()
107 EXPECT_EQ(ExpectedOutput, Formatted); in TEST_F()
[all …]
/external/clang/unittests/Format/
DSortImportsTestJS.cpp31 auto Formatted = applyAllReplacements( in sort() local
33 EXPECT_TRUE(static_cast<bool>(Formatted)); in sort()
34 return *Formatted; in sort()
/external/llvm-project/clang/unittests/Format/
DSortImportsTestJS.cpp30 auto Formatted = applyAllReplacements( in sort() local
32 EXPECT_TRUE(static_cast<bool>(Formatted)); in sort()
33 return *Formatted; in sort()
/external/ruy/ruy/profiler/
Dtreeview.cc120 printf("%s\n\n", node.label.Formatted().c_str()); in PrintTreeBelow()
126 node.label.Formatted().c_str()); in PrintTreeBelow()
179 return label.Formatted() == formatted; in WeightBelowNodeMatchingFormatted()
244 return label.Formatted() == formatted; in CollapseNodesMatchingFormatted()
Dinstrumentation.h55 std::string Formatted() const;
Dinstrumentation.cc48 std::string Label::Formatted() const { in Formatted() function in ruy::profiler::Label
/external/llvm-project/flang/include/flang/Common/
DFortran.h51 Delim, Direct, Encoding, End, Eor, Err, Exist, File, Fmt, Form, Formatted,
/external/llvm-project/clang/unittests/Tooling/
DTransformerTest.cpp70 auto Formatted = applyAllReplacements(Code, Replacements); in format() local
71 if (!Formatted) { in format()
73 << llvm::toString(Formatted.takeError()); in format()
76 return *Formatted; in format()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp49 std::string Formatted = in formatClassOptions() local
51 PUSH_FLAG(ClassOptions, ForwardReference, Options, std::move(Formatted)); in formatClassOptions()
/external/icu/icu4c/source/data/mappings/
Dgsm-03.38-2009.ucm14 # Formatted into ICU .ucm format by Markus Scherer on 2006-nov-02.
/external/llvm-project/flang/lib/Semantics/
Dcheck-io.cpp341 case ParseKind::Formatted: in Enter()
342 specKind = IoSpecKind::Formatted; in Enter()
/external/llvm-project/clang-tools-extra/clangd/
DHover.cpp876 if (auto Formatted = in getHover() local
878 HI->Definition = *Formatted; in getHover()
/external/libcxx/include/
Dostream42 // 27.7.2.6 Formatted output:
193 // 27.7.2.6 Formatted output:
Distream41 // 27.7.1.2 Formatted input:
219 // 27.7.1.2 Formatted input:
/external/python/cpython3/Doc/tutorial/
Dinputoutput.rst99 Formatted String Literals
102 :ref:`Formatted string literals <f-strings>` (also called f-strings for
/external/llvm-project/libcxx/include/
Dostream41 // 27.7.2.6 Formatted output:
192 // 27.7.2.6 Formatted output:
Distream40 // 27.7.1.2 Formatted input:
218 // 27.7.1.2 Formatted input:
/external/python/cpython3/Doc/reference/
Dlexical_analysis.rst647 Formatted string literals
723 Formatted string literals may be concatenated, but replacement fields
777 Formatted string literals cannot be used as docstrings, even if they do not
/external/llvm-project/flang/lib/Parser/
Dio-parsers.cpp413 pure(InquireSpec::CharVar::Kind::Formatted),
/external/llvm-project/clang/docs/
DClangFormattedStatus.rst16 Clang Formatted Status
29 - Formatted Files
/external/python/cpython3/Doc/library/
Denum.rst751 5. :ref:`Formatted string literals <f-strings>`, :meth:`str.format`,
/external/python/cpython3/Doc/whatsnew/
D3.6.rst180 PEP 498: Formatted string literals
186 Formatted string literals are prefixed with ``'f'`` and are similar to
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h2777 Direct, Encoding, Form, Formatted, Iomsg, Name, Pad, Position, Read,
/external/python/cpython2/Lib/idlelib/
DChangeLog1374 * help.txt, extend.txt, README.txt: Formatted some paragraphs
/external/python/cpython3/Lib/idlelib/
DChangeLog1374 * help.txt, extend.txt, README.txt: Formatted some paragraphs

12