Home
last modified time | relevance | path

Searched refs:applyTo (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/libcxx/test/libcxx/selftest/dsl/
H A Ddsl.sh.py317 a.applyTo(self.config)
324 a.applyTo(self.config)
341 a.applyTo(self.config)
353 a.applyTo(self.config)
394 a.applyTo(self.config)
402 a.applyTo(self.config)
411 a.applyTo(self.config)
421 a.applyTo(self.config)
432 a.applyTo(self.config)
460 a.applyTo(self.config)
[all …]
/llvm-project-15.0.7/libcxx/utils/libcxx/test/
H A Ddsl.py323 def applyTo(self, config): member in ConfigAction
364 def applyTo(self, config): member in AddFeature
381 def applyTo(self, config): member in AddFlag
401 def applyTo(self, config): member in AddFlagIfSupported
420 def applyTo(self, config): member in AddCompileFlag
439 def applyTo(self, config): member in AddLinkFlag
458 def applyTo(self, config): member in PrependLinkFlag
478 def applyTo(self, config): member in AddOptionalWarningFlag
499 def applyTo(self, config): member in AddSubstitution
H A Dnewconfig.py28 action.applyTo(config)
38 action.applyTo(config)
/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DLinearTransform.h39 IntegerRelation applyTo(const IntegerRelation &rel) const;
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DLinearTransform.cpp115 IntegerRelation LinearTransform::applyTo(const IntegerRelation &rel) const { in applyTo() function in LinearTransform
H A DIntegerRelation.cpp793 IntegerRelation transformedSet = transform.applyTo(*this); in findIntegerSample()
/llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/
H A DProtocol.cpp479 TextDocumentContentChangeEvent::applyTo(std::string &contents) const { in applyTo() function in TextDocumentContentChangeEvent
500 LogicalResult TextDocumentContentChangeEvent::applyTo( in applyTo() function in TextDocumentContentChangeEvent
503 if (failed(change.applyTo(contents))) in applyTo()
H A DProtocol.h455 LogicalResult applyTo(std::string &contents) const;
457 static LogicalResult applyTo(ArrayRef<TextDocumentContentChangeEvent> changes,
/llvm-project-15.0.7/mlir/lib/Tools/tblgen-lsp-server/
H A DTableGenServer.cpp325 if (failed(lsp::TextDocumentContentChangeEvent::applyTo(changes, contents))) { in update()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp1498 if (failed(lsp::TextDocumentContentChangeEvent::applyTo(changes, contents))) { in update()