HomeSort by: relevance | last modified time | path
    Searched defs:apply (Results 1 - 25 of 37) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/lib/XRay/
FDRRecords.cpp 18 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(RecordVisitor &V) { return V.visit(*this); 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...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/
step-indirect-call-thunk.c 27 apply (int (*op)(int), int x) function
28 { /* apply.1 */
29 return op (x); /* apply.2 */
30 } /* apply.3 */
35 return apply (inc, 41); /* main.2 */
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
step-indirect-call-thunk.c 27 apply (int (*op)(int), int x) function
28 { /* apply.1 */
29 return op (x); /* apply.2 */
30 } /* apply.3 */
35 return apply (inc, 41); /* main.2 */
  /src/external/apache2/llvm/dist/clang/utils/
FuzzTest 76 def apply(self): member in class:TestApplication
338 ta.apply()
modfuzz.py 32 def apply(self, model, name): member in class:Decl
152 d.apply(model, n)
  /src/external/bsd/openldap/dist/libraries/librewrite/
rewrite.c 43 apply( function
189 apply( ( fin ? fin : stdin ), rewriteContext, argv[ optind ] );
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
APSIntType.h 37 void apply(llvm::APSInt &Value) const { function in class:clang::ento::APSIntType
47 /// \see apply
50 apply(Result);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MacroFusion.cpp 149 void apply(ScheduleDAGInstrs *DAGInstrs) override;
154 void MacroFusion::apply(ScheduleDAGInstrs *DAG) { function in class:MacroFusion
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64PBQPRegAlloc.cpp 326 void A57ChainingConstraint::apply(PBQPRAGraph &G) { function in class:A57ChainingConstraint
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUExportClustering.cpp 26 void apply(ScheduleDAGInstrs *DAG) override;
108 void ExportClustering::apply(ScheduleDAGInstrs *DAG) { function in class:__anon4642::ExportClustering
133 // Apply clustering if there are multiple exports
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Core/
Replacement.cpp 68 bool Replacement::apply(Rewriter &Rewrite) const { function in class:Replacement
167 return "Failed to apply a replacement.";
571 Result = I->apply(Rewrite) && Result;
600 if (!Replace.apply(Rewrite))
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
LegalizerInfo.cpp 190 LegalizeActionStep LegalizeRuleSet::apply(const LegalityQuery &Query) const { function in class:LegalizeRuleSet
467 LegalizeActionStep Step = getActionDefinitions(Query.Opcode).apply(Query);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonSubtarget.cpp 198 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
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
typelist.h 73 // Apply all typelist types to unary functor.
76 apply(Fn&, Typelist);
78 /// Apply all typelist types to generator functor.
83 // Apply all typelist types and values to generator functor.
382 apply(Fn& fn, Typelist) function in namespace:typelist
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
typelist.h 73 // Apply all typelist types to unary functor.
76 apply(Fn&, Typelist);
78 /// Apply all typelist types to generator functor.
83 // Apply all typelist types and values to generator functor.
382 apply(Fn& fn, Typelist) function in namespace:typelist
  /src/external/mit/isl/dist/
isl_schedule_constraints.c 374 /* Apply "umap" to the domains of the wrapped relations
381 * in "c", apply "umap" to D and E.
405 /* Apply "umap" to domain and range of "c".
410 static __isl_give isl_union_map *apply(__isl_take isl_union_map *c, function
426 /* Apply "umap" to the domain of the schedule constraints "sc".
443 sc->constraint[i] = apply(sc->constraint[i], umap, tag);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Error.h 799 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
893 return ErrorHandlerTraits<HandlerT>::apply(std::forward<HandlerT>(Handler),
CommandLine.h 419 void apply(Option &O) const { O.setDescription(Desc); } function in struct:llvm::desc
429 void apply(Option &O) const { O.setValueStr(Desc); } function in struct:llvm::value_desc
440 template <class Opt> void apply(Opt &O) const { O.setInitialValue(Init); } function in struct:llvm::initializer
456 template <class Opt> void apply(Opt &O) const { O.setLocation(O, Loc); } function in struct:llvm::LocationClass
470 template <class Opt> void apply(Opt &O) const { O.addCategory(Category); } function in struct:llvm::cat
479 template <class Opt> void apply(Opt &O) const { O.addSubCommand(Sub); } function in struct:llvm::sub
489 template <typename Opt> void apply(Opt &O) const { O.setCallback(CB); } function in struct:llvm::cb
690 template <class Opt> void apply(Opt &O) const { function in class:llvm::ValuesClass
1256 // not correctly respond to the apply method). Because the syntax to use this
1257 // is a pain, we have the 'apply' method below to handle the nastiness..
1308 void apply(Opt *O, const Mod &M, const Mods &... Ms) { function in namespace:llvm
1313 template <class Opt, class Mod> void apply(Opt *O, const Mod &M) { function in namespace:llvm
1714 void apply(list<D, S, P> &L) const { function in struct:llvm::multi_val
1926 void apply(alias &A) const { A.setAliasFor(Opt); } function in struct:llvm::aliasopt
    [all...]
  /src/external/gpl2/texinfo/dist/makeinfo/
macro.c 298 apply (char **named, char **actuals, char *body)
411 execution_string = apply (def->arglist, arglist, def->body);
296 apply (char **named, char **actuals, char *body) function
  /src/external/gpl3/gcc/dist/gcc/
profile-count.h 505 gcov_type apply (gcov_type val) const function
read-rtl-function.cc 155 virtual void apply (function_reader *reader) const = 0;
191 void apply (function_reader *reader) const final override;
209 void apply (function_reader *reader) const final override;
228 void apply (function_reader *reader) const final override;
255 fixup_insn_uid::apply (function_reader *reader) const function in class:fixup_insn_uid
277 fixup_note_insn_basic_block::apply (function_reader *) const function in class:fixup_note_insn_basic_block
288 fixup_expr::apply (function_reader *reader) const function in class:fixup_expr
1606 /* Apply all of the recorded fixups. */
1614 f->apply (this);
  /src/external/gpl3/gcc.old/dist/gcc/
profile-count.h 500 gcov_type apply (gcov_type val) const function
  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui-layout.c 69 applied_layout->apply (0, 0, tui_term_width (), tui_term_height (),
419 tui_layout_window::apply (int x_, int y_, int width_, int height_,
756 /* Simply re-apply the updated layout. We pass false here so that
758 resized everything above to be "just right", so the apply call
760 apply (x, y, width, height, false);
769 tui_layout_split::apply (int x_, int y_, int width_, int height_,
930 we are willing to relax this constraint if required to correctly apply
1028 m_splits[i].layout->apply (x, y + size_accum, width, info[i].size,
1031 m_splits[i].layout->apply (x + size_accum, y, info[i].size, height,
1143 = xstrprintf (_("Apply the \"%s\" layout.\n
418 tui_layout_window::apply (int x_, int y_, int width_, int height_, function in class:tui_layout_window
768 tui_layout_split::apply (int x_, int y_, int width_, int height_, function in class:tui_layout_split
    [all...]
  /src/external/gpl3/gdb/dist/gdb/tui/
tui-layout.c 69 applied_layout->apply (0, 0, tui_term_width (), tui_term_height (),
419 tui_layout_window::apply (int x_, int y_, int width_, int height_,
756 /* Simply re-apply the updated layout. We pass false here so that
758 resized everything above to be "just right", so the apply call
760 apply (x, y, width, height, false);
769 tui_layout_split::apply (int x_, int y_, int width_, int height_,
930 we are willing to relax this constraint if required to correctly apply
1028 m_splits[i].layout->apply (x, y + size_accum, width, info[i].size,
1031 m_splits[i].layout->apply (x + size_accum, y, info[i].size, height,
1135 = xstrprintf (_("Apply the \"%s\" layout.\n
418 tui_layout_window::apply (int x_, int y_, int width_, int height_, function in class:tui_layout_window
768 tui_layout_split::apply (int x_, int y_, int width_, int height_, function in class:tui_layout_split
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
StdLibraryFunctionsChecker.cpp 115 /// Apply the effects of the constraint on the given program state. If null
117 virtual ProgramStateRef apply(ProgramStateRef State, const CallEvent &Call,
156 ArgNo ArgN; // Argument to which we apply the constraint.
199 ProgramStateRef apply(ProgramStateRef State, const CallEvent &Call,
244 ProgramStateRef apply(ProgramStateRef State, const CallEvent &Call,
258 ProgramStateRef apply(ProgramStateRef State, const CallEvent &Call,
305 // The operator we use in apply. This is negated in negate().
330 ProgramStateRef apply(ProgramStateRef State, const CallEvent &Call,
366 // cannot apply the constraint. Actually, other checkers like
781 ProgramStateRef StdLibraryFunctionsChecker::ComparisonConstraint::apply( function in class:StdLibraryFunctionsChecker::ComparisonConstraint
    [all...]

Completed in 33 milliseconds

1 2