Home
last modified time | relevance | path

Searched defs:IntArgs (Results 1 – 5 of 5) sorted by relevance

/dports/math/gecode/gecode-0916a1a/gecode/int/
H A Darray.hpp42 IntArgs::IntArgs(void) : ArgArray<int>(0) {} in IntArgs() function in Gecode::IntArgs
45 IntArgs::IntArgs(int n) : ArgArray<int>(n) {} in IntArgs() function in Gecode::IntArgs
48 IntArgs::IntArgs(const SharedArray<int>& x) in IntArgs() function in Gecode::IntArgs
55 IntArgs::IntArgs(const std::vector<int>& x) in IntArgs() function in Gecode::IntArgs
59 IntArgs::IntArgs(std::initializer_list<int> x) in IntArgs() function in Gecode::IntArgs
64 IntArgs::IntArgs(InputIterator first, InputIterator last) in IntArgs() function in Gecode::IntArgs
68 IntArgs::IntArgs(int n, const int* e) in IntArgs() function in Gecode::IntArgs
72 IntArgs::IntArgs(const ArgArray<int>& a) in IntArgs() function in Gecode::IntArgs
/dports/math/gecode/gecode-0916a1a/gecode/
H A Dint.hh628 class IntArgs : public ArgArray<int> { class
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/rust/arrow/src/ipc/gen/
H A DSchema.rs1223 args: &'args IntArgs, in create()
1246 pub struct IntArgs { struct
1250 impl<'a> Default for IntArgs { implementation
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/rust/arrow/src/ipc/gen/
H A DSchema.rs1896 args: &'args IntArgs, in create()
1933 pub struct IntArgs { struct
1937 impl<'a> Default for IntArgs { implementation
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp4283 unsigned IntArgs = 0; in LowerCall() local