Searched refs:apply (Results 1 - 25 of 144) sorted by relevance

123456

/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_reloc.c32 dwarf_set_reloc_application(int apply) argument
37 _libdwarf.applyreloc = apply;
/freebsd-11-stable/contrib/llvm-project/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...]
H A DLogBuilderConsumer.cpp28 // We apply all of the visitors in order, and concatenate errors
32 Result = joinErrors(std::move(Result), R->apply(*V));
H A DFDRRecordProducer.cpp103 if (auto Err = R->apply(RI))
174 if (auto Err = R->apply(RI))
/freebsd-11-stable/usr.bin/apply/tests/
H A Dregress.01.sh9 apply 'echo %1 %1 %1' $(jot $ARG_MAX_HALF 1 1 | tr -d '\n') 2>&1
/freebsd-11-stable/usr.bin/apply/
H A DMakefile6 PROG= apply
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAGMutation.h28 virtual void apply(ScheduleDAGInstrs *DAG) = 0;
H A DPBQPRAConstraint.h40 virtual void apply(PBQPRAGraph &G) = 0;
52 void apply(PBQPRAGraph &G) override {
54 C->apply(G);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.h23 void apply(PBQPRAGraph &G) override;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-fdr-dump.cpp84 if (auto E = Ptr->apply(RP))
96 if (auto E = Ptr->apply(BI))
108 if (auto E = R->apply(BV))
110 if (auto E = R->apply(BP))
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/XRay/
H A DFDRRecords.h64 // Each Record should be able to apply an abstract visitor, and choose the
66 virtual Error apply(RecordVisitor &V) = 0;
126 Error apply(RecordVisitor &V) override;
151 Error apply(RecordVisitor &V) override;
177 Error apply(RecordVisitor &V) override;
199 Error apply(RecordVisitor &V) override;
228 Error apply(RecordVisitor &V) override;
255 Error apply(RecordVisitor &V) override;
284 Error apply(RecordVisitor &V) override;
306 Error apply(RecordVisito
[all...]
/freebsd-11-stable/contrib/bmake/mk/
H A Dsys.debug.mk18 # will apply DEBUG_MAKE_FLAGS now.
21 # use DEBUG_MAKE_FLAGS0 to apply only to .MAKE.LEVEL 0
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h37 void apply(llvm::APSInt &Value) const { function in class:clang::ento::APSIntType
47 /// \see apply
50 apply(Result);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DSetTheory.h76 /// apply - Apply this operator to Expr's arguments and insert the result
78 virtual void apply(SetTheory&, DagInit *Expr, RecSet &Elts,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.h70 void apply(ScheduleDAGInstrs *DAG) override;
73 void apply(ScheduleDAGInstrs *DAG) override;
76 void apply(ScheduleDAGInstrs *DAG) override;
82 void apply(ScheduleDAGInstrs *DAG) override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DSetTheory.cpp40 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts,
48 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts,
64 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts,
83 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts,
159 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts,
178 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts,
305 I->second->apply(*this, DagExpr, Elts, Loc);
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dfeeder_volume.c97 feed_volume_t apply; member in struct:feed_volume_info
111 feed_volume_t apply; member in struct:__anon11708
161 info->apply = feed_volume_info_tab[i].apply;
255 * First, let see if we really need to apply gain at all.
282 info->apply(vol, matrix, info->channels, dst, j);
311 * feeder_volume_apply_matrix(): For given matrix map, apply its configuration
H A Dfeeder_matrix.c72 feed_matrix_t apply; member in struct:feed_matrix_info
204 feed_matrix_t apply; member in struct:__anon7868
361 * multiple channels, apply a slight attenuation to
415 info->apply = NULL;
417 for (i = 0; info->apply == NULL &&
420 info->apply = feed_matrix_tab[i].apply;
423 if (info->apply == NULL) {
431 info->apply = feed_matrix_apply_generic;
514 info->apply(inf
[all...]
/freebsd-11-stable/usr.sbin/ctm/mkCTM/
H A DmkCTM144 exec sh -e -c "cd $CTMcopy ; $CTMSW/ctm -v -v -v ${CTMtmp}:${nm}.gz" >& ${CTMtmp}.apply
145 exec echo did apply > $CTMlock
/freebsd-11-stable/sys/netgraph/
H A Dng_base.c2189 if (item->apply != NULL) {
2191 item->apply->error = ENOENT;
2192 if (refcount_release(&item->apply->refs)) {
2193 (*item->apply->apply)(item->apply->context,
2194 item->apply->error);
2212 * apply pointer must be or NULL or reference valid struct ng_apply_info.
2242 /* Item was sent once more, postpone apply() call. */
2243 if (item->apply)
2370 struct ng_apply_info *apply; local
[all...]
H A Dng_socket.c228 struct ng_apply_info apply; local
332 bzero(&apply, sizeof(apply));
333 apply.apply = ng_socket_item_applied;
334 apply.context = priv;
335 item->apply = &apply;
/freebsd-11-stable/contrib/opie/
H A Dconfigure2072 builtin and then its argument prototype would still apply. */
2119 builtin and then its argument prototype would still apply. */
2209 builtin and then its argument prototype would still apply. */
2299 builtin and then its argument prototype would still apply. */
2340 builtin and then its argument prototype would still apply. */
2657 builtin and then its argument prototype would still apply. */
2877 builtin and then its argument prototype would still apply. */
2983 builtin and then its argument prototype would still apply. */
3040 builtin and then its argument prototype would still apply. */
3091 builtin and then its argument prototype would still apply
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h411 void apply(Option &O) const { O.setDescription(Desc); } function in struct:llvm::desc
421 void apply(Option &O) const { O.setValueStr(Desc); } function in struct:llvm::value_desc
432 template <class Opt> void apply(Opt &O) const { O.setInitialValue(Init); } function in struct:llvm::initializer
448 template <class Opt> void apply(Opt &O) const { O.setLocation(O, Loc); } function in struct:llvm::LocationClass
462 template <class Opt> void apply(Opt &O) const { O.addCategory(Category); } function in struct:llvm::cat
471 template <class Opt> void apply(Opt &O) const { O.addSubCommand(Sub); } function in struct:llvm::sub
481 template <typename Opt> void apply(Opt &O) const { O.setCallback(CB); } function in struct:llvm::cb
683 template <class Opt> void apply(Opt &O) const { function in class:llvm::ValuesClass
1249 // not correctly respond to the apply method). Because the syntax to use this
1250 // is a pain, we have the 'apply' metho
1301 void apply(Opt *O, const Mod &M, const Mods &... Ms) { function in namespace:llvm
1306 template <class Opt, class Mod> void apply(Opt *O, const Mod &M) { function in namespace:llvm
1707 void apply(list<D, S, P> &L) const { function in struct:llvm::multi_val
1919 void apply(alias &A) const { A.setAliasFor(Opt); } function in struct:llvm::aliasopt
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i507 %apply int& INOUT { int& num_errors };
508 %apply bool& INOUT { bool& quit_requested };
509 %apply bool& INOUT { bool& stopped_for_crash };
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBuiltinFunctionChecker.cpp115 BVF.getAPSIntType(CE->getType()).apply(Result);

Completed in 324 milliseconds

123456