Home
last modified time | relevance | path

Searched refs:Transformations (Results 1 – 25 of 55) sorted by relevance

123

/external/llvm-project/clang/lib/Tooling/Transformer/
DTransformer.cpp35 auto Transformations = Case.Edits(Result); in run() local
36 if (!Transformations) { in run()
37 Consumer(Transformations.takeError()); in run()
41 if (Transformations->empty()) in run()
47 for (const auto &T : *Transformations) { in run()
DRewriteRule.cpp247 auto Transformations = Case.Edits(Result); in run() local
248 if (!Transformations) { in run()
249 Edits = Transformations.takeError(); in run()
252 Edits->append(Transformations->begin(), Transformations->end()); in run()
/external/grpc-grpc/src/objective-c/RxLibrary/
DGRXWriter+Transformations.m19 #import "GRXWriter+Transformations.h"
23 @implementation GRXWriter (Transformations) category
DGRXWriter+Transformations.h21 @interface GRXWriter (Transformations)
DGRXImmediateSingleWriter.m62 // Overrides [requestWriter(Transformations):map:] for Protocol Buffers
/external/icu/icu4c/source/data/translit/
Dyo_yo_BJ.txt30 # Start of Alphabetic Transformations
Dsr_sr_Latn_BGN.txt56 # Start of Alphabetic Transformations
Dhe_he_Latn_BGN.txt78 # Start of Alphabetic Transformations
Dmk_mk_Latn_BGN.txt61 # Start of Alphabetic Transformations
Daz_Cyrl_az_BGN.txt62 # Start of Alphabetic Transformations
Dbe_be_Latn_BGN.txt38 # Start of Alphabetic Transformations
Dky_ky_Latn_BGN.txt61 # Start of Alphabetic Transformations
Dmn_mn_Latn_BGN.txt51 # Start of Alphabetic Transformations
Dfa_fa_Latn_BGN.txt156 # Start of Transformations
Duz_Cyrl_uz_BGN.txt71 # Start of Alphabetic Transformations
Dar_ar_Latn_BGN.txt156 # Start of Transformations
Duk_uk_Latn_BGN.txt61 # Start of Alphabetic Transformations
Dbg_bg_Latn_BGN.txt61 # Start of Alphabetic Transformations
/external/apache-xml/src/main/java/org/apache/xalan/res/
DXSLTInfo.properties29 # W3C XSL Transformations (XSLT) Version 1.0
/external/fmtlib/doc/bootstrap/mixins/
Dvendor-prefixes.less13 // - Transformations
111 // Transformations
/external/grpc-grpc/src/objective-c/tests/Connectivity/ConnectivityTestingApp/
DViewController.m25 #import <RxLibrary/GRXWriter+Transformations.h>
/external/tensorflow/tensorflow/python/autograph/g3doc/reference/
Dgenerated_code.md14 ### Transformations made to the generated code
/external/grpc-grpc/src/objective-c/ProtoRPC/
DProtoRPC.m27 #import <RxLibrary/GRXWriter+Transformations.h>
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dbugprone-not-null-terminated-result.rst85 Transformations with 'strlen()' or equal length of this expression
/external/llvm-project/mlir/docs/Rationale/
DRationaleLinalgDialect.md130 - Generic Loop Transformations (see Ken Kennedy's
175 kernels based on functional abstractions. Transformations are
416 ### Transformations and Simplicity First<a name="transformations_first"></a>
509 ### Composable and Declarative Transformations<a name="declarative_transformations"></a>
582 ### The Dialect Need not be Closed Under Transformations<a name="dialect_not_closed"></a>

123