Searched defs:apply (Results 1 - 25 of 44) sorted by relevance

12

/netbsd-current/external/apache2/llvm/dist/llvm/lib/XRay/
H A DFDRRecords.cpp18 Error BufferExtents::apply(RecordVisitor &V) { return V.visit(*this); } function in class:llvm::xray::BufferExtents
19 Error WallclockRecord::apply(RecordVisitor &V) { return V.visit(*this); } function in class:llvm::xray::WallclockRecord
20 Error NewCPUIDRecord::apply(RecordVisitor &V) { return V.visit(*this); } function in class:llvm::xray::NewCPUIDRecord
21 Error TSCWrapRecord::apply(RecordVisitor &V) { return V.visit(*this); } function in class:llvm::xray::TSCWrapRecord
22 Error CustomEventRecord::apply(RecordVisitor &V) { return V.visit(*this); } function in class:llvm::xray::CustomEventRecord
23 Error CallArgRecord::apply(RecordVisitor &V) { return V.visit(*this); } function in class:llvm::xray::CallArgRecord
24 Error PIDRecord::apply(RecordVisitor &V) { return V.visit(*this); } function in class:llvm::xray::PIDRecord
25 Error NewBufferRecord::apply(RecordVisitor &V) { return V.visit(*this); } function in class:llvm::xray::NewBufferRecord
26 Error EndBufferRecord::apply(RecordVisitor &V) { return V.visit(*this); } function in class:llvm::xray::EndBufferRecord
27 Error FunctionRecord::apply(RecordVisito function in class:llvm::xray::FunctionRecord
28 Error CustomEventRecordV5::apply(RecordVisitor &V) { return V.visit(*this); } function in class:llvm::xray::CustomEventRecordV5
29 Error TypedEventRecord::apply(RecordVisitor &V) { return V.visit(*this); } function in class:llvm::xray::TypedEventRecord
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/
H A Dstep-indirect-call-thunk.c27 apply (int (*op)(int), int x) function
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
H A Dstep-indirect-call-thunk.c27 apply (int (*op)(int), int x) function
/netbsd-current/external/bsd/elftoolchain/dist/libdwarf/
H A Ddwarf_reloc.c35 dwarf_set_reloc_application(int apply) argument
/netbsd-current/external/apache2/llvm/dist/clang/utils/
H A DFuzzTest76 def apply(self): member in class:TestApplication
H A Dmodfuzz.py32 def apply(self, model, name): member in class:Decl
/netbsd-current/external/bsd/openldap/dist/libraries/librewrite/
H A Drewrite.c43 apply( function
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h37 void apply(llvm::APSInt &Value) const { function in class:clang::ento::APSIntType
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dnspace.c188 int Nspace::apply(Dsymbol_apply_ft_t fp, void *param) function in class:Nspace
H A Dattrib.c52 int AttribDeclaration::apply(Dsymbol_apply_ft_t fp, void *param) function in class:AttribDeclaration
H A Ddsymbol.c698 int Dsymbol::apply(Dsymbol_apply_ft_t fp, void *param) function in class:Dsymbol
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMacroFusion.cpp154 void MacroFusion::apply(ScheduleDAGInstrs *DAG) { function in class:MacroFusion
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUExportClustering.cpp108 void ExportClustering::apply(ScheduleDAGInstrs *DAG) { function in class:__anon2197::ExportClustering
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp326 void A57ChainingConstraint::apply(PBQPRAGraph &G) { function in class:A57ChainingConstraint
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
H A Dstringtable.c183 int StringTable::apply(int (*fp)(StringValue *)) function in class:StringTable
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dtypelist.h382 apply(Fn& fn, Typelist) function in namespace:typelist
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dtypelist.h382 apply(Fn& fn, Typelist) function in namespace:typelist
/netbsd-current/external/mit/isl/dist/
H A Disl_schedule_constraints.c410 static __isl_give isl_union_map *apply(__isl_take isl_union_map *c, function
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp190 LegalizeActionStep LegalizeRuleSet::apply(const LegalityQuery &Query) const { function in class:LegalizeRuleSet
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/Core/
H A DReplacement.cpp68 bool Replacement::apply(Rewriter &Rewrite) const { function in class:Replacement
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp198 void HexagonSubtarget::UsrOverflowMutation::apply(ScheduleDAGInstrs *DAG) { function in class:HexagonSubtarget::UsrOverflowMutation
211 void HexagonSubtarget::HVXMemLatencyMutation::apply(ScheduleDAGInstrs *DAG) { function in class:HexagonSubtarget::HVXMemLatencyMutation
262 void HexagonSubtarget::CallMutation::apply(ScheduleDAGInstrs *DAGInstrs) { function in class:HexagonSubtarget::CallMutation
332 void HexagonSubtarget::BankConflictMutation::apply(ScheduleDAGInstrs *DAG) { function in class:HexagonSubtarget::BankConflictMutation
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dprofile-count.h500 gcov_type apply (gcov_type val) const function
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dprofile-count.h500 gcov_type apply (gcov_type val) const function
/netbsd-current/external/gpl2/texinfo/dist/makeinfo/
H A Dmacro.c296 apply (char **named, char **actuals, char *body) function
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DError.h799 static Error apply(HandlerT &&H, std::unique_ptr<ErrorInfoBase> E) { function in class:llvm::ErrorHandlerTraits
813 static Error apply(HandlerT &&H, std::unique_ptr<ErrorInfoBase> E) { function in class:llvm::ErrorHandlerTraits
829 static Error apply(HandlerT &&H, std::unique_ptr<ErrorInfoBase> E) { function in class:llvm::ErrorHandlerTraits
845 static Error apply(HandlerT &&H, std::unique_ptr<ErrorInfoBase> E) { function in class:llvm::ErrorHandlerTraits

Completed in 397 milliseconds

12