Home
last modified time | relevance | path

Searched defs:expr_ (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/dports/emulators/nestopia/nestopia-1.51.1/source/core/
H A DNstAssert.hpp39 #define NST_ASSERT_MSG(expr_,msg_) NST_ASSUME(expr_) argument
40 #define NST_VERIFY_MSG(expr_,msg_) NST_NOP() argument
93 #define NST_ASSERT_MSG(expr_,msg_) \ argument
108 #define NST_VERIFY_MSG(expr_,msg_) NST_ASSERT_MSG(expr_,msg_) argument
115 #define NST_ASSERT_MSG(expr_,msg_) assert( !!(expr_) ) argument
116 #define NST_VERIFY_MSG(expr_,msg_) NST_NOP() argument
120 #define NST_ASSERT(expr_) NST_ASSERT_MSG(expr_,0) argument
121 #define NST_VERIFY(expr_) NST_VERIFY_MSG(expr_,0) argument
/dports/games/libretro-nestopia/nestopia-2b0315c/source/core/
H A DNstAssert.hpp39 #define NST_ASSERT_MSG(expr_,msg_) NST_ASSUME(expr_) argument
40 #define NST_VERIFY_MSG(expr_,msg_) NST_NOP() argument
93 #define NST_ASSERT_MSG(expr_,msg_) \ argument
108 #define NST_VERIFY_MSG(expr_,msg_) NST_ASSERT_MSG(expr_,msg_) argument
115 #define NST_ASSERT_MSG(expr_,msg_) assert( !!(expr_) ) argument
116 #define NST_VERIFY_MSG(expr_,msg_) NST_NOP() argument
120 #define NST_ASSERT(expr_) NST_ASSERT_MSG(expr_,0) argument
121 #define NST_VERIFY(expr_) NST_VERIFY_MSG(expr_,0) argument
/dports/net/mpich2/mpich2-1.5/src/openpa/src/
H A Dopa_util.h20 #define OPA_assert(expr_) do {} while (0) argument
21 #define OPA_assertp(expr_) do { if (!(expr_)) ++((int *)NULL) } while (0) /* SEGV intentionally */ argument
24 #define OPA_COMPILE_TIME_ASSERT(expr_) \ argument
/dports/net/libzmq4/zeromq-4.3.4/tests/
H A Dtestutil_unity.cpp42 const char *expr_, in test_assert_success_message_errno_helper()
59 int rc_, const char *msg_, const char *expr_, int line_, bool zero) in test_assert_success_message_raw_errno_helper()
82 const char *expr_, in test_assert_success_message_raw_zero_errno_helper()
90 int rc_, int expected_errno_, const char *msg_, const char *expr_, int line_) in test_assert_failure_message_raw_errno_helper()
/dports/print/lilypond-devel/lilypond-2.23.5/lily/include/
H A Dstencil.hh64 SCM expr_; member in Stencil
/dports/print/lilypond/lilypond-2.22.1/lily/include/
H A Dstencil.hh64 SCM expr_; member in Stencil
/dports/cad/iverilog/verilog-11.0/
H A DStatement.h274 PExpr*expr_; variable
294 PExpr*expr_; variable
458 PExpr*expr_; variable
H A DPExpr.h298 PExpr *expr_; variable
727 PExpr*expr_; variable
/dports/math/rumur/rumur-2021.09.29/rumur/src/smt/
H A Dexcept.h25 explicit Unsupported(const rumur::Expr &expr_) in Unsupported()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/src/stan/lang/ast/node/
H A Dexpression.hpp89 expression_t expr_; member
H A Dindex_op.hpp18 expression expr_; member
H A Dindex_op_sliced.hpp20 expression expr_; member
H A Dsample.hpp49 expression expr_; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tint/src/src/ast/
H A Dbitcast_expression.h75 std::unique_ptr<Expression> expr_; variable
H A Dunary_op_expression.h75 std::unique_ptr<Expression> expr_; variable
/dports/math/rumur/rumur-2021.09.29/librumur/src/
H A DProperty.cc8 Property::Property(Category category_, const Ptr<Expr> &expr_, in Property()
/dports/math/couenne/Couenne-releases-0.5.8/Couenne/src/expression/
H A DCouExpr.hpp21 expression *expr_; member in Couenne::CouExpr
/dports/cad/iverilog/verilog-11.0/vhdlpp/
H A Dparse_types.h30 ~named_expr_t() { delete expr_; } in ~named_expr_t() local
37 Expression* expr_; variable
/dports/math/curv/curv-0.5/libcurv/
H A Dreactive.h40 Shared<Operation> expr_; member
/dports/math/couenne/Couenne-releases-0.5.8/Couenne/src/expression/partial/
H A DCouenneExprJac.hpp29 expression **expr_; ///< nonzero expression elements (there are nnz_ of them) member in Couenne::ExprJac
H A DCouenneExprHess.hpp50 expression ***expr_; ///< list of lists of pointers to expression member in Couenne::ExprHess
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/xml/
H A Dxpath_path.h51 Member<Expression> expr_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/xml/
H A Dxpath_path.h51 Member<Expression> expr_; variable
/dports/security/liboqs/liboqs-0.7.0/src/sig/sphincs/pqclean_sphincs-shake256-256s-simple_avx2/
H A Dfors.c94 * Signs a message m, deriving the secret key from sk_seed and the FTS address.
179 PQCLEAN_SPHINCSSHAKE256256SSIMPLE_AVX2_copy_keypair_addr(fors_tree_addr, fors_addr); in OperatorValue()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/jsoncpp/source/src/test_lib_json/
H A Djsontest.h35 Json::String expr_; variable
48 const char* expr_; member

12345678910>>...12