Home
last modified time | relevance | path

Searched refs:COMP_OP (Results 1 – 25 of 26) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/libunwind/src/
H A Dconfig.h138 # define COMP_OP == macro
140 # define COMP_OP < macro
150 (blk_count<_Type>::count COMP_OP blk_count<_Mem>::count);
152 #undef COMP_OP
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libunwind/src/
H A Dconfig.h166 # define COMP_OP == macro
168 # define COMP_OP <= macro
178 (blk_count<_Type>::count COMP_OP blk_count<_Mem>::count);
180 #undef COMP_OP
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libunwind/src/
H A Dconfig.h195 # define COMP_OP == macro
197 # define COMP_OP <= macro
207 (blk_count<_Type>::count COMP_OP blk_count<_Mem>::count);
209 #undef COMP_OP
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libunwind/trunk/src/
H A Dconfig.h195 # define COMP_OP == macro
197 # define COMP_OP <= macro
207 (blk_count<_Type>::count COMP_OP blk_count<_Mem>::count);
209 #undef COMP_OP
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libunwind/src/
H A Dconfig.h223 # define COMP_OP == macro
225 # define COMP_OP <= macro
235 (blk_count<_Type>::count COMP_OP blk_count<_Mem>::count);
237 #undef COMP_OP
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libunwind/src/
H A Dconfig.h224 # define COMP_OP == macro
226 # define COMP_OP <= macro
236 (blk_count<_Type>::count COMP_OP blk_count<_Mem>::count);
238 #undef COMP_OP
/dports/lang/zig-devel/zig-0.9.0/lib/libunwind/src/
H A Dconfig.h224 # define COMP_OP == macro
226 # define COMP_OP <= macro
236 (blk_count<_Type>::count COMP_OP blk_count<_Mem>::count);
238 #undef COMP_OP
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libunwind/src/
H A Dconfig.h219 # define COMP_OP == macro
221 # define COMP_OP <= macro
231 (blk_count<_Type>::count COMP_OP blk_count<_Mem>::count);
233 #undef COMP_OP
/dports/devel/llvm12/llvm-project-12.0.1.src/libunwind/src/
H A Dconfig.h219 # define COMP_OP == macro
221 # define COMP_OP <= macro
231 (blk_count<_Type>::count COMP_OP blk_count<_Mem>::count);
233 #undef COMP_OP
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libunwind/src/
H A Dconfig.h224 # define COMP_OP == macro
226 # define COMP_OP <= macro
236 (blk_count<_Type>::count COMP_OP blk_count<_Mem>::count);
238 #undef COMP_OP
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libunwind/src/
H A Dconfig.h224 # define COMP_OP == macro
226 # define COMP_OP <= macro
236 (blk_count<_Type>::count COMP_OP blk_count<_Mem>::count);
238 #undef COMP_OP
/dports/lang/zig/zig-0.9.0/lib/libunwind/src/
H A Dconfig.h224 # define COMP_OP == macro
226 # define COMP_OP <= macro
236 (blk_count<_Type>::count COMP_OP blk_count<_Mem>::count);
238 #undef COMP_OP
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/libunwind/src/
H A Dconfig.h228 # define COMP_OP == macro
230 # define COMP_OP <= macro
240 (blk_count<_Type>::count COMP_OP blk_count<_Mem>::count);
242 #undef COMP_OP
/dports/devel/llvm13/llvm-project-13.0.1.src/libunwind/src/
H A Dconfig.h224 # define COMP_OP ==
226 # define COMP_OP <=
236 (blk_count<_Type>::count COMP_OP blk_count<_Mem>::count);
238 #undef COMP_OP
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libunwind/src/
H A Dconfig.h244 # define COMP_OP == macro
246 # define COMP_OP <= macro
256 (blk_count<_Type>::count COMP_OP blk_count<_Mem>::count);
258 #undef COMP_OP
/dports/math/singular/Singular-Release-4-2-1/Singular/
H A Dscanner.l285 "<=" { lvalp->i=LE; return COMP_OP; }
286 ">=" { lvalp->i=GE; return COMP_OP; }
364 return COMP_OP;
H A Dscanner.ll285 "<=" { lvalp->i=LE; return COMP_OP; }
286 ">=" { lvalp->i=GE; return COMP_OP; }
364 return COMP_OP;
H A Dtok.h27 #define COMP_OP '<' macro
H A Dscanner.cc1263 { lvalp->i=LE; return COMP_OP; }
1268 { lvalp->i=GE; return COMP_OP; }
1410 return COMP_OP;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/svg/
H A Dqsvgnode.cpp109 case QSvgStyleProperty::COMP_OP: in appendStyleProperty()
177 case QSvgStyleProperty::COMP_OP: in styleProperty()
H A Dqsvgstyle_p.h171 COMP_OP enumerator
H A Dqsvgstyle.cpp517 return COMP_OP; in type()
/dports/graphics/qt5-svg/kde-qtsvg-5.15.2p13/src/svg/
H A Dqsvgnode.cpp116 case QSvgStyleProperty::COMP_OP: in appendStyleProperty()
184 case QSvgStyleProperty::COMP_OP: in styleProperty()
H A Dqsvgstyle_p.h169 COMP_OP enumerator
/dports/devel/smv/smv/
H A Dbdd.h80 #define COMP_OP 6 macro

12