Home
last modified time | relevance | path

Searched defs:DiffContext (Results 1 – 25 of 45) sorted by relevance

12

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/llvm-diff/
H A DDiffConsumer.h57 struct DiffContext { struct
58 DiffContext(Value *L, Value *R) in DiffContext() argument
69 SmallVector<DiffContext, 5> contexts; argument
/dports/devel/llvm11/llvm-11.0.1.src/tools/llvm-diff/
H A DDiffConsumer.h57 struct DiffContext { struct
58 DiffContext(Value *L, Value *R) in DiffContext() function
69 SmallVector<DiffContext, 5> contexts; argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-diff/lib/
H A DDiffConsumer.h57 struct DiffContext { struct
58 DiffContext(const Value *L, const Value *R) in DiffContext() function
69 SmallVector<DiffContext, 5> contexts; argument
/dports/devel/llvm90/llvm-9.0.1.src/tools/llvm-diff/
H A DDiffConsumer.h57 struct DiffContext { struct
58 DiffContext(Value *L, Value *R) in DiffContext() argument
69 SmallVector<DiffContext, 5> contexts; argument
/dports/devel/llvm10/llvm-10.0.1.src/tools/llvm-diff/
H A DDiffConsumer.h57 struct DiffContext { struct
58 DiffContext(Value *L, Value *R) in DiffContext() argument
69 SmallVector<DiffContext, 5> contexts; argument
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/llvm-diff/
H A DDiffConsumer.h57 struct DiffContext { struct
58 DiffContext(const Value *L, const Value *R) in DiffContext() argument
69 SmallVector<DiffContext, 5> contexts; argument
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/llvm-diff/
H A DDiffConsumer.h57 struct DiffContext { struct
58 DiffContext(Value *L, Value *R) in DiffContext() function
69 SmallVector<DiffContext, 5> contexts; argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/llvm-diff/
H A DDiffConsumer.h57 struct DiffContext { struct
58 DiffContext(const Value *L, const Value *R) in DiffContext() function
69 SmallVector<DiffContext, 5> contexts; argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/tools/llvm-diff/
H A DDiffConsumer.h57 struct DiffContext { struct
58 DiffContext(Value *L, Value *R) in DiffContext() argument
69 SmallVector<DiffContext, 5> contexts; argument
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/llvm-diff/
H A DDiffConsumer.h57 struct DiffContext { struct
58 DiffContext(Value *L, Value *R) in DiffContext() argument
69 SmallVector<DiffContext, 5> contexts; argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/llvm-diff/
H A DDiffConsumer.h57 struct DiffContext { struct
58 DiffContext(const Value *L, const Value *R) in DiffContext() argument
69 SmallVector<DiffContext, 5> contexts; argument
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/llvm-diff/
H A DDiffConsumer.h57 struct DiffContext { struct
58 DiffContext(Value *L, Value *R) in DiffContext() function
69 SmallVector<DiffContext, 5> contexts; argument
/dports/devel/llvm80/llvm-8.0.1.src/tools/llvm-diff/
H A DDiffConsumer.h58 struct DiffContext { struct
59 DiffContext(Value *L, Value *R) in DiffContext() argument
70 SmallVector<DiffContext, 5> contexts; argument
/dports/graphics/llvm-mesa/llvm-13.0.1.src/tools/llvm-diff/
H A DDiffConsumer.h57 struct DiffContext { struct
58 DiffContext(const Value *L, const Value *R) in DiffContext() function
69 SmallVector<DiffContext, 5> contexts; argument
/dports/devel/llvm70/llvm-7.0.1.src/tools/llvm-diff/
H A DDiffConsumer.h58 struct DiffContext { struct
59 DiffContext(Value *L, Value *R) in DiffContext() function
70 SmallVector<DiffContext, 5> contexts; argument
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/llvm-diff/
H A DDiffLog.h59 /// A temporary-object class for building up diff messages. in DiffContext()
60 class DiffLogBuilder { in DiffContext()
61 typedef std::pair<const Instruction *, const Instruction *> DiffRecord; in DiffContext()
62 SmallVector<DiffRecord, 20> Diff; in DiffContext()
64 Consumer &consumer; in DiffContext()
67 DiffLogBuilder(Consumer &c) : consumer(c) {} in DiffContext()
/dports/math/libmesh/libmesh-1.6.2/include/physics/
H A Ddiff_physics.h37 class DiffContext; variable
126 DiffContext &) { in element_time_derivative() argument
144 DiffContext &) { in element_constraint() argument
173 DiffContext &) { in side_time_derivative() argument
193 DiffContext &) { in side_constraint() argument
229 DiffContext &) { in nonlocal_constraint() argument
272 DiffContext &) { in eulerian_residual() argument
296 DiffContext &) { in mass_residual() argument
313 DiffContext &) { in side_mass_residual() argument
352 DiffContext &) { in damping_residual() argument
[all …]
H A Ddiff_qoi.h33 class DiffContext; variable
110 virtual void element_qoi (DiffContext &, in element_qoi() argument
122 virtual void element_qoi_derivative (DiffContext &, in element_qoi_derivative() argument
133 virtual void side_qoi (DiffContext &, in side_qoi() argument
145 virtual void side_qoi_derivative (DiffContext &, in side_qoi_derivative() argument
157 virtual void init_context(DiffContext &) { libmesh_deprecated(); } in init_context() argument
/dports/math/libmesh/libmesh-1.6.2/include/systems/
H A Ddiff_system.h281 virtual void element_postprocess (DiffContext &) {} in element_postprocess() argument
287 virtual void side_postprocess (DiffContext &) {} in side_postprocess() argument
H A Dfem_system.h34 class DiffContext; variable
/dports/math/libmesh/libmesh-1.6.2/examples/fem_system/fem_system_ex2/
H A Dsolid_system.h52 virtual bool eulerian_residual(bool, DiffContext &) in eulerian_residual() argument
/dports/math/libmesh/libmesh-1.6.2/include/solvers/
H A Dsteady_solver.h32 class DiffContext; variable
H A Dtime_solver.h34 class DiffContext; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/jsondiffpatch/dist/
H A Dindex.d.ts10 export interface DiffContext { interface
/dports/math/libmesh/libmesh-1.6.2/src/physics/
H A Dfem_physics.C39 DiffContext & /*c*/) in eulerian_residual() argument

12