/netbsd-src/external/apache2/llvm/dist/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 …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/ |
H A D | SetTheory.cpp | 40 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply() function 48 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply() function 64 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply() function 83 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply() function 159 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply() function 178 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | CommandLine.h | 419 void apply(Option &O) const { O.setDescription(Desc); } in apply() function 429 void apply(Option &O) const { O.setValueStr(Desc); } in apply() function 440 template <class Opt> void apply(Opt &O) const { O.setInitialValue(Init); } in apply() function 456 template <class Opt> void apply(Opt &O) const { O.setLocation(O, Loc); } in apply() function 470 template <class Opt> void apply(Opt &O) const { O.addCategory(Category); } in apply() function 479 template <class Opt> void apply(Opt &O) const { O.addSubCommand(Sub); } in apply() function 489 template <typename Opt> void apply(Opt &O) const { O.setCallback(CB); } in apply() function
|
H A D | Error.h | 799 static Error apply(HandlerT &&H, std::unique_ptr<ErrorInfoBase> E) { in apply() function 813 static Error apply(HandlerT &&H, std::unique_ptr<ErrorInfoBase> E) { in apply() function 829 static Error apply(HandlerT &&H, std::unique_ptr<ErrorInfoBase> E) { in apply() function 845 static Error apply(HandlerT &&H, std::unique_ptr<ErrorInfoBase> E) { in apply() function
|
/netbsd-src/external/bsd/elftoolchain/dist/libdwarf/ |
H A D | dwarf_reloc.c | 35 dwarf_set_reloc_application(int apply) in dwarf_set_reloc_application()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | PBQPRAConstraint.h | 52 void apply(PBQPRAGraph &G) override { in apply() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonSubtarget.cpp | 198 void HexagonSubtarget::UsrOverflowMutation::apply(ScheduleDAGInstrs *DAG) { in apply() function in HexagonSubtarget::UsrOverflowMutation 211 void HexagonSubtarget::HVXMemLatencyMutation::apply(ScheduleDAGInstrs *DAG) { in apply() function in HexagonSubtarget::HVXMemLatencyMutation 262 void HexagonSubtarget::CallMutation::apply(ScheduleDAGInstrs *DAGInstrs) { in apply() function in HexagonSubtarget::CallMutation 332 void HexagonSubtarget::BankConflictMutation::apply(ScheduleDAGInstrs *DAG) { in apply() function in HexagonSubtarget::BankConflictMutation
|
/netbsd-src/external/bsd/openldap/dist/libraries/librewrite/ |
H A D | rewrite.c | 43 apply( in apply() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | APSIntType.h | 37 void apply(llvm::APSInt &Value) const { in apply() function
|
/netbsd-src/external/apache2/llvm/dist/clang/utils/ |
H A D | FuzzTest | 76 def apply(self): member in TestApplication
|
H A D | modfuzz.py | 32 def apply(self, model, name): member in Decl
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | MacroFusion.cpp | 154 void MacroFusion::apply(ScheduleDAGInstrs *DAG) { in apply() function in MacroFusion
|
H A D | RegAllocPBQP.cpp | 192 void apply(PBQPRAGraph &G) override { in apply() function in __anon73672b9b0111::SpillCosts 304 void apply(PBQPRAGraph &G) override { in apply() function in __anon73672b9b0111::Interference 437 void apply(PBQPRAGraph &G) override { in apply() function in __anon73672b9b0111::Coalescing
|
/netbsd-src/regress/sys/uvm/pdsim/ |
H A D | genpat5.hs | 61 apply r x = fst r + intsqrt (x `mod` (snd r) ^ 2) function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUExportClustering.cpp | 108 void ExportClustering::apply(ScheduleDAGInstrs *DAG) { in apply() function in __anon682f33fe0111::ExportClustering
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | apply.d | 40 int apply(FP, Params...)(Dsymbol symbol, FP fp, Params params) in apply() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | nspace.c | 188 int Nspace::apply(Dsymbol_apply_ft_t fp, void *param) in apply() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/ |
H A D | stringtable.c | 183 int StringTable::apply(int (*fp)(StringValue *)) in apply() function
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
H A D | xray_buffer_queue.h | 256 template <class F> void apply(F Fn) XRAY_NEVER_INSTRUMENT { in apply() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64PBQPRegAlloc.cpp | 326 void A57ChainingConstraint::apply(PBQPRAGraph &G) { in apply() function in A57ChainingConstraint
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | read-rtl-function.c | 255 fixup_insn_uid::apply (function_reader *reader) const in apply() function 277 fixup_note_insn_basic_block::apply (function_reader *) const in apply() function 288 fixup_expr::apply (function_reader *reader) const in apply() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | StdLibraryFunctionsChecker.cpp | 199 ProgramStateRef apply(ProgramStateRef State, const CallEvent &Call, in apply() function in __anon6255e2070111::StdLibraryFunctionsChecker::RangeConstraint 258 ProgramStateRef apply(ProgramStateRef State, const CallEvent &Call, in apply() function in __anon6255e2070111::StdLibraryFunctionsChecker::NotNullConstraint 330 ProgramStateRef apply(ProgramStateRef State, const CallEvent &Call, in apply() function in __anon6255e2070111::StdLibraryFunctionsChecker::BufferSizeConstraint 781 ProgramStateRef StdLibraryFunctionsChecker::ComparisonConstraint::apply( in apply() function in StdLibraryFunctionsChecker::ComparisonConstraint
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | read-rtl-function.cc | 255 fixup_insn_uid::apply (function_reader *reader) const in apply() function in fixup_insn_uid 277 fixup_note_insn_basic_block::apply (function_reader *) const in apply() function in fixup_note_insn_basic_block 288 fixup_expr::apply (function_reader *reader) const in apply() function in fixup_expr
|
/netbsd-src/external/mit/isl/dist/interface/ |
H A D | template_cpp.cc | 72 TupleKindPtr TupleKind::apply(const Substitution &subs, in apply() function in TupleKind 82 static TupleKindPtr apply(const TupleKindPtr tuple, const Substitution &subs) in apply() function 235 TupleKindPtr Pair::apply(const Substitution &subs, const TupleKindPtr &self) in apply() function in Pair 302 Kind Kind::apply(const Substitution &subs) const in apply() function in Kind 342 Signature Signature::apply(const Substitution &subs) const in apply() function in Signature
|
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_schedule_constraints.c | 410 static __isl_give isl_union_map *apply(__isl_take isl_union_map *c, in apply() function
|