Searched refs:inliner (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/gn/ |
D | sksl_tests.gni | 508 "/sksl/inliner/DoWhileBodyMustBeInlinedIntoAScope.sksl", 509 "/sksl/inliner/DoWhileTestCannotBeInlined.sksl", 510 "/sksl/inliner/ForBodyMustBeInlinedIntoAScope.sksl", 511 "/sksl/inliner/ForInitializerExpressionsCanBeInlined.sksl", 512 "/sksl/inliner/ForWithReturnInsideCannotBeInlined.sksl", 513 "/sksl/inliner/ForWithoutReturnInsideCanBeInlined.sksl", 514 "/sksl/inliner/IfBodyMustBeInlinedIntoAScope.sksl", 515 "/sksl/inliner/IfElseBodyMustBeInlinedIntoAScope.sksl", 516 "/sksl/inliner/IfElseChainWithReturnsCanBeInlined.sksl", 517 "/sksl/inliner/IfTestCanBeInlined.sksl", [all …]
|
/third_party/libuv/docs/src/sphinx-plugins/ |
D | manpage.py | 30 def man_role(name, rawtext, text, lineno, inliner, options={}, content=[]): argument 31 app = inliner.document.settings.env.app
|
/third_party/skia/resources/sksl/inliner/ |
D | InlineWithNestedCalls.sksl | 14 half _1_y = 123; // the inliner shouldn't try to reuse this name
|
D | IfElseChainWithReturnsCanBeInlined.sksl | 2 // paths, are not actually "early" returns. The inliner is able to recognize this pattern.
|
/third_party/skia/resources/sksl/shared/ |
D | StaticSwitchWithContinue.sksl | 5 // This is particularly relevant because our inliner replaces return statements with continue.
|
/third_party/mesa3d/bin/ |
D | gen_release_notes.py | 173 inliner = Inliner(); variable 330 rst_escape=inliner.quoteInline,
|
/third_party/python/Doc/tools/extensions/ |
D | pyspecific.py | 59 def issue_role(typ, rawtext, text, lineno, inliner, options={}, content=[]): argument 68 def source_role(typ, rawtext, text, lineno, inliner, options={}, content=[]): argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/ |
D | PassRegistry.def | 70 MODULE_PASS("partial-inliner", PartialInlinerPass())
|
/third_party/node/deps/v8/src/compiler/ |
D | pipeline.cc | 1634 WasmInliner inliner(&graph_reducer, env, function_index, in DECL_PIPELINE_PHASE_CONSTANTS() local 1639 AddReducer(data, &graph_reducer, &inliner); in DECL_PIPELINE_PHASE_CONSTANTS()
|