Home
last modified time | relevance | path

Searched defs:set_init (Results 1 – 25 of 90) sorted by relevance

1234

/dports/graphics/vigra/vigra-8acd73a/include/vigra/random_forest/
H A Drf_online_prediction_set.hxx42 std::set<SampleRange<T> > set_init; in OnlinePredictionSet() local
64 std::set<SampleRange<T> > set_init; in reset_tree() local
/dports/cad/yosys/yosys-yosys-0.12/kernel/
H A Dffinit.h83 void set_init(RTLIL::SigBit bit, RTLIL::State val) in set_init() function
106 void set_init(const RTLIL::SigSpec &sig, RTLIL::Const val) in set_init() function
/dports/net-mgmt/statsite/statsite-0.8.0/src/
H A Dset.c16 int set_init(unsigned char precision, set_t *s) { in set_init() function
/dports/sysutils/cdrdao/cdrdao-1.2.4/pccts/h/
H A Dset.h46 #define set_init {0, NULL} macro
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/set/
H A Dset.h46 #define set_init {0, NULL} macro
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/set/
H A Dset.h46 #define set_init {0, NULL} macro
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/set/
H A Dset.h46 #define set_init {0, NULL} macro
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/BaseTools/Source/C/VfrCompile/Pccts/support/set/
H A Dset.h46 #define set_init {0, NULL} macro
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/set/
H A Dset.h46 #define set_init {0, NULL} macro
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/BaseTools/Source/C/VfrCompile/Pccts/support/set/
H A Dset.h46 #define set_init {0, NULL} macro
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/C/VfrCompile/Pccts/support/set/
H A Dset.h46 #define set_init {0, NULL} macro
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/set/
H A Dset.h46 #define set_init {0, NULL} macro
/dports/devel/cccc/cccc-3.1.6/pccts/support/set/
H A Dset.h46 #define set_init {0, NULL} macro
/dports/sysutils/edk2/edk2-edk2-stable202102/BaseTools/Source/C/VfrCompile/Pccts/support/set/
H A Dset.h46 #define set_init {0, NULL} macro
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/set/
H A Dset.h46 #define set_init {0, NULL} macro
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Ddecrmc3.h47 template <typename... T> void set_init(T &&... args) { m_init.set(std::forward<T>(args)...); } in set_init() function
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Ddecrmc3.h47 template <typename... T> void set_init(T &&... args) { m_init.set(std::forward<T>(args)...); } in set_init() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/include/flang/Semantics/
H A Dsymbol.h168 void set_init(MaybeExpr &&expr) { init_ = std::move(expr); } in set_init() function
234 void set_init(const Symbol &symbol) { init_ = &symbol; } in set_init() function
235 void set_init(std::nullptr_t) { init_ = nullptr; } in set_init() function
349 void set_init(MaybeIntExpr &&expr) { init_ = std::move(expr); } in set_init() function
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/include/flang/Semantics/
H A Dsymbol.h169 void set_init(MaybeExpr &&expr) { init_ = std::move(expr); } in set_init() function
229 void set_init(const Symbol &symbol) { init_ = &symbol; } in set_init() function
230 void set_init(std::nullptr_t) { init_ = nullptr; } in set_init() function
347 void set_init(MaybeIntExpr &&expr) { init_ = std::move(expr); } in set_init() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/include/flang/Semantics/
H A Dsymbol.h169 void set_init(MaybeExpr &&expr) { init_ = std::move(expr); } in set_init() function
229 void set_init(const Symbol &symbol) { init_ = &symbol; } in set_init() function
230 void set_init(std::nullptr_t) { init_ = nullptr; } in set_init() function
347 void set_init(MaybeIntExpr &&expr) { init_ = std::move(expr); } in set_init() function
/dports/devel/f18/f18-1688bef/lib/semantics/
H A Dsymbol.h151 void set_init(MaybeExpr &&expr) { init_ = std::move(expr); } in set_init() function
210 void set_init(const Symbol &symbol) { init_ = &symbol; } in set_init() function
211 void set_init(std::nullptr_t) { init_ = nullptr; } in set_init() function
337 void set_init(MaybeIntExpr &&expr) { init_ = std::move(expr); } in set_init() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/include/flang/Semantics/
H A Dsymbol.h175 void set_init(MaybeExpr &&expr) { init_ = std::move(expr); } in set_init() function
235 void set_init(const Symbol &symbol) { init_ = &symbol; } in set_init() function
236 void set_init(std::nullptr_t) { init_ = nullptr; } in set_init() function
350 void set_init(MaybeIntExpr &&expr) { init_ = std::move(expr); } in set_init() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/include/flang/Semantics/
H A Dsymbol.h178 void set_init(MaybeExpr &&expr) { init_ = std::move(expr); } in set_init() function
238 void set_init(const Symbol &symbol) { init_ = &symbol; } in set_init() function
239 void set_init(std::nullptr_t) { init_ = nullptr; } in set_init() function
353 void set_init(MaybeIntExpr &&expr) { init_ = std::move(expr); } in set_init() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/include/flang/Semantics/
H A Dsymbol.h175 void set_init(MaybeExpr &&expr) { init_ = std::move(expr); } in set_init() function
235 void set_init(const Symbol &symbol) { init_ = &symbol; } in set_init() function
236 void set_init(std::nullptr_t) { init_ = nullptr; } in set_init() function
350 void set_init(MaybeIntExpr &&expr) { init_ = std::move(expr); } in set_init() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/include/flang/Semantics/
H A Dsymbol.h168 void set_init(MaybeExpr &&expr) { init_ = std::move(expr); } in set_init() function
231 void set_init(const Symbol &symbol) { init_ = &symbol; } in set_init() function
232 void set_init(std::nullptr_t) { init_ = nullptr; } in set_init() function
349 void set_init(MaybeIntExpr &&expr) { init_ = std::move(expr); } in set_init() function

1234