HomeSort by: relevance | last modified time | path
    Searched defs:assertion (Results 1 - 10 of 10) sorted by relevancy

  /src/external/mpl/bind/dist/tests/dns/
dbversion_test.c 48 * The code below enables us to trap assertion failures for testing
56 jmp_buf assertion; variable
60 const int r = setjmp(assertion); \
72 longjmp(assertion, 1);
dbversion_test.c 48 * The code below enables us to trap assertion failures for testing
56 jmp_buf assertion; variable
60 const int r = setjmp(assertion); \
72 longjmp(assertion, 1);
  /src/external/bsd/openldap/dist/clients/tools/
common.c 100 char *assertion = NULL; variable
478 assert( assertion == NULL );
479 assertion = cvalue;
1737 assertion, &assertionvalue );
1740 "Unable to create assertion value "
1741 "\"%s\" (%d)\n", assertion, err );
common.c 100 char *assertion = NULL; variable
478 assert( assertion == NULL );
479 assertion = cvalue;
1737 assertion, &assertionvalue );
1740 "Unable to create assertion value "
1741 "\"%s\" (%d)\n", assertion, err );
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vrp.cc 1123 for the assertion, anyway. */
1416 /* Try to register an edge assertion for SSA name NAME on edge E for
2107 /* We can still generate assertion if one of alternatives
2130 /* Try to register an edge assertion for SSA name NAME on edge E for
2512 SSA name may have more than one assertion associated with it, these
2517 /* Basic block where the assertion would be inserted. */
2524 /* Pointer to the statement that generated this assertion. */
2552 /* Convert range assertion expressions into the implied copies and
2643 create a new SSA name N and return the assertion assignment
2670 create a new SSA name N and return the assertion assignmen
2677 gassign *assertion; local
    [all...]
tree-vrp.cc 1123 for the assertion, anyway. */
1416 /* Try to register an edge assertion for SSA name NAME on edge E for
2107 /* We can still generate assertion if one of alternatives
2130 /* Try to register an edge assertion for SSA name NAME on edge E for
2512 SSA name may have more than one assertion associated with it, these
2517 /* Basic block where the assertion would be inserted. */
2524 /* Pointer to the statement that generated this assertion. */
2552 /* Convert range assertion expressions into the implied copies and
2643 create a new SSA name N and return the assertion assignment
2670 create a new SSA name N and return the assertion assignmen
2677 gassign *assertion; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
semantics.cc 11651 /* Build a STATIC_ASSERT for a static assertion with the condition
11653 of the static assertion in the source code. When MEMBER_P, this
11654 static assertion is a member of a class. If SHOW_EXPR_P is true,
11729 tree assertion = make_node (STATIC_ASSERT);
11730 STATIC_ASSERT_CONDITION (assertion) = orig_condition;
11731 STATIC_ASSERT_MESSAGE (assertion) = message;
11732 STATIC_ASSERT_SOURCE_LOCATION (assertion) = location;
11736 assertion,
11739 add_stmt (assertion);
11857 error_at (cloc, "static assertion failed")
11725 tree assertion = make_node (STATIC_ASSERT); local
    [all...]
semantics.cc 11651 /* Build a STATIC_ASSERT for a static assertion with the condition
11653 of the static assertion in the source code. When MEMBER_P, this
11654 static assertion is a member of a class. If SHOW_EXPR_P is true,
11729 tree assertion = make_node (STATIC_ASSERT);
11730 STATIC_ASSERT_CONDITION (assertion) = orig_condition;
11731 STATIC_ASSERT_MESSAGE (assertion) = message;
11732 STATIC_ASSERT_SOURCE_LOCATION (assertion) = location;
11736 assertion,
11739 add_stmt (assertion);
11857 error_at (cloc, "static assertion failed")
11725 tree assertion = make_node (STATIC_ASSERT); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
semantics.cc 11186 /* Build a STATIC_ASSERT for a static assertion with the condition
11188 of the static assertion in the source code. When MEMBER_P, this
11189 static assertion is a member of a class. If SHOW_EXPR_P is true,
11211 tree assertion;
11213 assertion = make_node (STATIC_ASSERT);
11214 STATIC_ASSERT_CONDITION (assertion) = condition;
11215 STATIC_ASSERT_MESSAGE (assertion) = message;
11216 STATIC_ASSERT_SOURCE_LOCATION (assertion) = location;
11220 assertion,
11223 add_stmt (assertion);
11207 tree assertion; local
    [all...]
semantics.cc 11186 /* Build a STATIC_ASSERT for a static assertion with the condition
11188 of the static assertion in the source code. When MEMBER_P, this
11189 static assertion is a member of a class. If SHOW_EXPR_P is true,
11211 tree assertion;
11213 assertion = make_node (STATIC_ASSERT);
11214 STATIC_ASSERT_CONDITION (assertion) = condition;
11215 STATIC_ASSERT_MESSAGE (assertion) = message;
11216 STATIC_ASSERT_SOURCE_LOCATION (assertion) = location;
11220 assertion,
11223 add_stmt (assertion);
11207 tree assertion; local
    [all...]

Completed in 57 milliseconds