Home
last modified time | relevance | path

Searched refs:stringize (Results 1 – 6 of 6) sorted by relevance

/external/skia/tests/
DSkSLDSLTest.cpp114 static SkSL::String stringize(DSLStatement& stmt) { return stmt.release()->description(); } in stringize() function
115 static SkSL::String stringize(DSLPossibleStatement& stmt) { return stmt.release()->description(); } in stringize() function
116 static SkSL::String stringize(DSLExpression& expr) { return expr.release()->description(); } in stringize() function
117 static SkSL::String stringize(DSLPossibleExpression& expr) { return expr.release()->description(); } in stringize() function
118 static SkSL::String stringize(DSLBlock& blck) { return blck.release()->description(); } in stringize() function
119 static SkSL::String stringize(SkSL::IRNode& node) { return node.description(); } in stringize() function
123 SkSL::String actual = stringize(input); in expect_equal()
/external/catch2/docs/
Dlimitations.md108 …17 (VC 15), that causes compilation error when preprocessor attempts to stringize a raw string lit…
/external/clang/test/
Dcxx-sections.data376 16.3.2 [cpp.stringize]
/external/llvm-project/clang/test/
Dcxx-sections.data376 16.3.2 [cpp.stringize]
/external/clang/docs/
DInternalsManual.rst612 "stringize" operator) the spelling indicates the original form.
/external/llvm-project/clang/docs/
DInternalsManual.rst637 "stringize" operator) the spelling indicates the original form.