| /llvm-project-15.0.7/llvm/lib/XRay/ |
| H A D | FDRRecords.cpp | 18 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 D | metafun-apply.cpp | 5 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 D | typename-specifier-4.cpp | 24 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 D | typename-specifier-2.cpp | 10 struct apply { struct 11 typedef T* type;
|
| H A D | instantiate-template-template-parm.cpp | 3 struct apply { struct 18 apply<add_pointer, int>::type ip = &i; argument
|
| H A D | dependent-type-identity.cpp | 13 struct apply { struct 14 typedef U* type;
|
| H A D | instantiate-complete.cpp | 82 struct apply { struct 83 typedef W<T, U> type;
|
| /llvm-project-15.0.7/mlir/test/lib/Dialect/Transform/ |
| H A D | TestTransformDialectExtension.cpp | 41 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 D | invoke_helpers.h | 26 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 D | p4.cpp | 6 struct apply { struct 7 typedef U* type;
|
| /llvm-project-15.0.7/llvm/lib/TableGen/ |
| H A D | SetTheory.cpp | 39 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 D | DumpAST.cpp | 90 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 D | ObjCLocalizeStringLiteral.cpp | 63 ObjCLocalizeStringLiteral::apply(const Selection &Inputs) { in apply() function in clang::clangd::__anon636db1e30111::ObjCLocalizeStringLiteral
|
| H A D | SwapIfBranches.cpp | 64 Expected<Tweak::Effect> SwapIfBranches::apply(const Selection &Inputs) { in apply() function in clang::clangd::__anonca4d099e0111::SwapIfBranches
|
| H A D | RawStringLiteral.cpp | 84 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 D | CommandLine.h | 410 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 D | TransformOps.cpp | 178 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 D | metafunctions.cpp | 211 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 D | PBQPRAConstraint.h | 52 void apply(PBQPRAGraph &G) override { in apply() function
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | DialectRegistry.h | 88 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 D | p5-ex2.cpp | 31 void apply(T t, U u) { in apply() function
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/TransformOps/ |
| H A D | BufferizationTransformOps.cpp | 28 transform::OneShotBufferizeOp::apply(TransformResults &transformResults, in apply() function in transform::OneShotBufferizeOp
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | nested-name-spec-locations.cpp | 98 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 D | p6.cpp | 4 …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 D | APSIntType.h | 37 void apply(llvm::APSInt &Value) const { in apply() function
|