Searched refs:Assertions (Results 1 – 17 of 17) sorted by relevance
562 typedef std::vector<Script_assertion*> Assertions; typedef573 Assertions assertions_;
1244 for (Assertions::iterator p = this->assertions_.begin(); in finalize_symbols()1714 for (Assertions::const_iterator p = this->assertions_.begin(); in print()
26 // ISO C++ 14882: 19.2 Assertions
36 // ISO C++ 14882: 19.2 Assertions
823 dnl Check if Static Assertions are supported.831 /* Test if Static Assertions work */842 AC_DEFINE([MPFR_USE_STATIC_ASSERT],1,[Build MPFR with Static Assertions])
18277 /* Test if Static Assertions work */
20280 [acinclude.m4] In the Static Assertions test, avoid a warning with GCC
402 * Assertions404 Assertions are in a separate namespace to macros. To enforce this,
436 @item Assertions438 Assertions are in a separate namespace to macros. To enforce this, cpp
4407 @subsection Assertions4410 @dfn{Assertions} are a deprecated alternative to macros in writing4412 program will run on. Assertions are usually predefined, but you can4415 Assertions were intended to provide a more systematic way to describe4458 Assertions are made with the @samp{#assert} directive. Its sole4474 Assertions can be canceled with the @samp{#unassert} directive. It
4011 11.3.1 Assertions4014 "Assertions" are a deprecated alternative to macros in writing4016 program will run on. Assertions are usually predefined, but you can4019 Assertions were intended to provide a more systematic way to describe4049 Assertions are made with the '#assert' directive. Its sole argument4060 Assertions can be canceled with the '#unassert' directive. It has
18469 * config/s390/s390.c (legitimize_pic_address): Assertions checking
19660 (Assertions): Merge node into Obsolete Features.
1589 * tradcpp.c (parse_answer): Assertions do not need to go to
14935 * Assertions for various potential buffer overflows, not known to
17164 @subsection Assertions