Home
last modified time | relevance | path

Searched defs:BoxValue (Results 1 – 18 of 18) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/julia/gen/cpp_files/
H A Djlcv_types.hpp228 struct BoxValue<Size_<T>,CxxSize<T>> struct
230 inline jl_value_t* operator()(Size_<T> cppval) in operator ()()
235 inline jl_value_t* operator()(Size_<T> cppval, jl_value_t* dt) in operator ()()
242 struct BoxValue<Point_<T>,CxxPoint<T>> struct
244 inline jl_value_t* operator()(Point_<T> cppval) in operator ()()
249 inline jl_value_t* operator()(Point_<T> cppval, jl_value_t* dt) in operator ()()
256 struct BoxValue<Point3_<T>,CxxPoint3<T>> struct
258 inline jl_value_t* operator()(Point3_<T> cppval) in operator ()()
270 struct BoxValue<Rect_<T>,CxxRect<T>> struct
272 inline jl_value_t* operator()(Rect_<T> cppval) in operator ()()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/include/flang/Lower/Support/
H A DBoxValue.h23 class BoxValue; variable
166 BoxValue(mlir::Value addr) : AbstractBox{addr}, AbstractArrayBox{} {} in BoxValue() function
167 BoxValue(mlir::Value addr, mlir::Value len) in BoxValue() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/include/flang/Lower/Support/
H A DBoxValue.h23 class BoxValue; variable
166 BoxValue(mlir::Value addr) : AbstractBox{addr}, AbstractArrayBox{} {} in BoxValue() function
167 BoxValue(mlir::Value addr, mlir::Value len) in BoxValue() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/include/flang/Lower/Support/
H A DBoxValue.h23 class BoxValue; variable
166 BoxValue(mlir::Value addr) : AbstractBox{addr}, AbstractArrayBox{} {} in BoxValue() function
167 BoxValue(mlir::Value addr, mlir::Value len) in BoxValue() function
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/include/flang/Lower/Support/
H A DBoxValue.h23 class BoxValue; variable
166 BoxValue(mlir::Value addr) : AbstractBox{addr}, AbstractArrayBox{} {} in BoxValue() function
167 BoxValue(mlir::Value addr, mlir::Value len) in BoxValue() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/include/flang/Lower/Support/
H A DBoxValue.h23 class BoxValue; variable
166 BoxValue(mlir::Value addr) : AbstractBox{addr}, AbstractArrayBox{} {} in BoxValue() function
167 BoxValue(mlir::Value addr, mlir::Value len) in BoxValue() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/include/flang/Lower/Support/
H A DBoxValue.h23 class BoxValue; variable
166 BoxValue(mlir::Value addr) : AbstractBox{addr}, AbstractArrayBox{} {} in BoxValue() function
167 BoxValue(mlir::Value addr, mlir::Value len) in BoxValue() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/include/flang/Lower/Support/
H A DBoxValue.h23 class BoxValue; variable
166 BoxValue(mlir::Value addr) : AbstractBox{addr}, AbstractArrayBox{} {} in BoxValue() function
167 BoxValue(mlir::Value addr, mlir::Value len) in BoxValue() function
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/include/flang/Lower/Support/
H A DBoxValue.h23 class BoxValue; variable
166 BoxValue(mlir::Value addr) : AbstractBox{addr}, AbstractArrayBox{} {} in BoxValue() function
167 BoxValue(mlir::Value addr, mlir::Value len) in BoxValue() function
/dports/graphics/box/box-0.4.0/box/
H A Dvalue.h67 } BoxValue; typedef
/dports/math/fricas/fricas-1.3.7/src/hyper/
H A Dtoken.h108 #define BoxValue 53 macro
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.CppCodeGen/src/CppCodeGen/
H A DILToCppImporter.cs2152 private ExpressionEntry BoxValue(TypeDesc type, StackEntry value) in BoxValue() method in Internal.IL.ILImporter
/dports/lang/spidermonkey60/firefox-60.9.0/widget/android/
H A DEventDispatcher.cpp255 nsresult BoxValue(JSContext* aCx, JS::HandleValue aData, in BoxValue() function
/dports/lang/spidermonkey78/firefox-78.9.0/widget/android/
H A DEventDispatcher.cpp264 nsresult BoxValue(JSContext* aCx, JS::HandleValue aData, in BoxValue() function
/dports/mail/thunderbird/thunderbird-91.8.0/widget/android/
H A DEventDispatcher.cpp269 nsresult BoxValue(JSContext* aCx, JS::HandleValue aData, in BoxValue() function
/dports/www/firefox/firefox-99.0/widget/android/
H A DEventDispatcher.cpp270 nsresult BoxValue(JSContext* aCx, JS::HandleValue aData, in BoxValue() function
/dports/www/firefox-esr/firefox-91.8.0/widget/android/
H A DEventDispatcher.cpp269 nsresult BoxValue(JSContext* aCx, JS::HandleValue aData, in BoxValue() function
/dports/lang/nickle/nickle-2.90/
H A Dnickle.h852 static inline Value BoxValue (BoxPtr box, int e) { in BoxValue() function