Home
last modified time | relevance | path

Searched defs:apply (Results 1 – 25 of 98) sorted by relevance

1234

/llvm-project-15.0.7/llvm/lib/XRay/
H A DFDRRecords.cpp18 Error BufferExtents::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::BufferExtents
19 Error WallclockRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::WallclockRecord
20 Error NewCPUIDRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::NewCPUIDRecord
21 Error TSCWrapRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::TSCWrapRecord
22 Error CustomEventRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::CustomEventRecord
23 Error CallArgRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::CallArgRecord
24 Error PIDRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::PIDRecord
25 Error NewBufferRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::NewBufferRecord
26 Error EndBufferRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::EndBufferRecord
27 Error FunctionRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::FunctionRecord
[all …]
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dmetafun-apply.cpp5 struct apply { struct
6 typedef T* type;
12 struct apply { struct
18 struct apply { // expected-note{{declared as a non-template here}} struct
19 typedef int type;
25 …:type type; // expected-note{{in instantiation of template class 'add_reference::apply<void>' requ… argument
H A Dtypename-specifier-4.cpp24 struct apply { struct
37 make_pair::apply<int, float>
43 struct apply { struct
44 typedef typename MetaFun::template apply<T2, T1> new_metafun;
45 typedef typename new_metafun::type type;
55 struct apply { struct
56 typedef typename MetaFun::template apply<T2, T1>::type type;
H A Dtypename-specifier-2.cpp10 struct apply { struct
11 typedef T* type;
H A Dinstantiate-template-template-parm.cpp3 struct apply { struct
18 apply<add_pointer, int>::type ip = &i; argument
H A Ddependent-type-identity.cpp13 struct apply { struct
14 typedef U* type;
H A Dinstantiate-complete.cpp82 struct apply { struct
83 typedef W<T, U> type;
/llvm-project-15.0.7/mlir/test/lib/Dialect/Transform/
H A DTestTransformDialectExtension.cpp41 DiagnosedSilenceableFailure apply(transform::TransformResults &results, in apply() function in __anonc991b9c70111::TestTransformOp
94 DiagnosedSilenceableFailure apply(transform::TransformResults &results, in apply() function in __anonc991b9c70111::TestTransformUnrestrictedOpNoInterface
105 mlir::test::TestProduceParamOrForwardOperandOp::apply( in apply() function in mlir::test::TestProduceParamOrForwardOperandOp
124 mlir::test::TestConsumeOperand::apply(transform::TransformResults &results, in apply() function in mlir::test::TestConsumeOperand
130 mlir::test::TestConsumeOperandIfMatchesParamOrFail::apply( in apply() function in mlir::test::TestConsumeOperandIfMatchesParamOrFail
145 DiagnosedSilenceableFailure mlir::test::TestPrintRemarkAtOperandOp::apply( in apply() function in mlir::test::TestPrintRemarkAtOperandOp
162 mlir::test::TestCheckIfTestExtensionPresentOp::apply( in apply() function in mlir::test::TestCheckIfTestExtensionPresentOp
196 DiagnosedSilenceableFailure mlir::test::TestRemoveTestExtensionOp::apply( in apply() function in mlir::test::TestRemoveTestExtensionOp
211 DiagnosedSilenceableFailure mlir::test::TestTransformOpWithRegions::apply( in apply() function in mlir::test::TestTransformOpWithRegions
220 mlir::test::TestBranchingTransformOpTerminator::apply( in apply() function in mlir::test::TestBranchingTransformOpTerminator
[all …]
/llvm-project-15.0.7/libcxx/test/libcxx/utilities/function.objects/func.require/
H A Dinvoke_helpers.h26 struct apply { typedef T type; }; struct
31 struct apply { typedef T const type; }; struct
36 struct apply { typedef T volatile type; }; argument
41 struct apply { typedef T const volatile type; }; struct
52 struct apply { struct
53 typedef typename std::remove_reference<T>::type RawType;
54 typedef typename QualTag::template apply<RawType>::type CVType;
58 >::type type;
60 typedef CVType& type;
/llvm-project-15.0.7/clang/test/CXX/temp/temp.names/
H A Dp4.cpp6 struct apply { struct
7 typedef U* type;
/llvm-project-15.0.7/llvm/lib/TableGen/
H A DSetTheory.cpp39 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply() function
47 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply() function
63 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply() function
82 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply() function
158 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply() function
177 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply() function
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DDumpAST.cpp90 Expected<Effect> apply(const Selection &Inputs) override { in apply() function in clang::clangd::__anonb3856a0c0111::ShowSelectionTree
109 Expected<Effect> apply(const Selection &Inputs) override { in apply() function in clang::clangd::__anonb3856a0c0111::DumpSymbol
145 Expected<Effect> apply(const Selection &Inputs) override { in apply() function in clang::clangd::__anonb3856a0c0111::DumpRecordLayout
H A DObjCLocalizeStringLiteral.cpp63 ObjCLocalizeStringLiteral::apply(const Selection &Inputs) { in apply() function in clang::clangd::__anon636db1e30111::ObjCLocalizeStringLiteral
H A DSwapIfBranches.cpp64 Expected<Tweak::Effect> SwapIfBranches::apply(const Selection &Inputs) { in apply() function in clang::clangd::__anonca4d099e0111::SwapIfBranches
H A DRawStringLiteral.cpp84 Expected<Tweak::Effect> RawStringLiteral::apply(const Selection &Inputs) { in apply() function in clang::clangd::__anon0b89981c0111::RawStringLiteral
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DCommandLine.h410 void apply(Option &O) const { O.setDescription(Desc); } in apply() function
419 void apply(Option &O) const { O.setValueStr(Desc); } in apply() function
429 template <class Opt> void apply(Opt &O) const { O.setInitialValue(Init); } in apply() function
444 template <class Opt> void apply(Opt &O) const { O.setLocation(O, Loc); } in apply() function
457 template <class Opt> void apply(Opt &O) const { O.addCategory(Category); } in apply() function
466 template <class Opt> void apply(Opt &O) const { O.addSubCommand(Sub); } in apply() function
476 template <typename Opt> void apply(Opt &O) const { O.setCallback(CB); } in apply() function
/llvm-project-15.0.7/mlir/lib/Dialect/Transform/IR/
H A DTransformOps.cpp178 transform::AlternativesOp::apply(transform::TransformResults &results, in apply() function in transform::AlternativesOp
281 transform::ForeachOp::apply(transform::TransformResults &results, in apply() function in transform::ForeachOp
338 DiagnosedSilenceableFailure transform::GetClosestIsolatedParentOp::apply( in apply() function in transform::GetClosestIsolatedParentOp
362 transform::MergeHandlesOp::apply(transform::TransformResults &results, in apply() function in transform::MergeHandlesOp
400 transform::PDLMatchOp::apply(transform::TransformResults &results, in apply() function in transform::PDLMatchOp
422 transform::ReplicateOp::apply(transform::TransformResults &results, in apply() function in transform::ReplicateOp
449 transform::SequenceOp::apply(transform::TransformResults &results, in apply() function in transform::SequenceOp
625 transform::WithPDLPatternsOp::apply(transform::TransformResults &results, in apply() function in transform::WithPDLPatternsOp
/llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dmetafunctions.cpp211 struct apply { struct
212 typedef T& type;
218 struct apply { struct
219 typedef T* type;
225 struct apply { struct
226 typedef const T type;
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DPBQPRAConstraint.h52 void apply(PBQPRAGraph &G) override { in apply() function
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DDialectRegistry.h88 void apply(MLIRContext *context, in apply() function
207 void apply(MLIRContext *context, DialectsT *...dialects) const final { in addExtension() function
/llvm-project-15.0.7/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
H A Dp5-ex2.cpp31 void apply(T t, U u) { in apply() function
/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/TransformOps/
H A DBufferizationTransformOps.cpp28 transform::OneShotBufferizeOp::apply(TransformResults &transformResults, in apply() function in transform::OneShotBufferizeOp
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dnested-name-spec-locations.cpp98 struct apply { struct
99 typedef T type;
/llvm-project-15.0.7/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp6.cpp4 …template<class T> void apply(T x, void (*f)(T)) { f(x); } // expected-note 2 {{candidate template … in apply() function
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h37 void apply(llvm::APSInt &Value) const { in apply() function

1234