HomeSort by: relevance | last modified time | path
    Searched defs:selftest (Results 1 - 25 of 160) sorted by relevancy

1 2 3 4 5 6 7

  /src/external/gpl3/gcc/dist/gcc/analyzer/
analyzer-selftests.h 28 namespace selftest { namespace in namespace:ana
47 } /* end of namespace ana::selftest. */
analyzer-selftests.cc 0 /* Selftest support for the analyzer.
34 namespace selftest { namespace in namespace:ana
67 } /* end of namespace selftest. */
  /src/external/gpl3/gcc/dist/gcc/
selftest-diagnostic.h 0 /* Selftest support for diagnostics.
23 /* The selftest code should entirely disappear in a production
28 namespace selftest { namespace
45 } // namespace selftest
selftest-diagnostic.cc 0 /* Selftest support for diagnostics.
24 #include "selftest.h"
25 #include "selftest-diagnostic.h"
27 /* The selftest code should entirely disappear in a production
32 namespace selftest { namespace
34 /* Implementation of class selftest::test_diagnostic_context. */
63 } // namespace selftest
typed-splay-tree.cc 24 #include "selftest.h"
28 namespace selftest { namespace
80 } // namespace selftest
gimple-range-tests.cc 22 #include "selftest.h"
24 namespace selftest { namespace
74 } // namespace selftest
selftest-rtl.cc 0 /* Selftest support for RTL.
23 #include "selftest.h"
32 #include "selftest-rtl.h"
36 namespace selftest { namespace
39 ::selftest::pass if they are equal, aborting if they are non-equal.
47 ::selftest::pass (loc, msg);
62 ::selftest::pass if they are equal, aborting if they are non-equal.
70 ::selftest::pass (loc, msg);
84 /* Constructor for selftest::rtl_dump_test.
96 /* Destructor for selftest::rtl_dump_test
    [all...]
selftest-rtl.h 23 /* The selftest code should entirely disappear in a production
30 namespace selftest { namespace
53 ::selftest::assert_rtx_eq_at (SELFTEST_LOCATION, desc_, (EXPECTED), \
60 (i.e. pointer equality), calling ::selftest::pass if they are
66 ::selftest::assert_rtx_ptr_eq_at (SELFTEST_LOCATION, desc_, (EXPECTED), \
71 ::selftest::pass if they are equal, aborting if they are non-equal.
96 } /* end of namespace selftest. */
  /src/external/gpl3/gcc/dist/gcc/text-art/
selftests.h 29 namespace selftest { namespace
58 } /* end of namespace selftest. */
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
analyzer-selftests.h 28 namespace selftest { namespace in namespace:ana
46 } /* end of namespace ana::selftest. */
analyzer-selftests.cc 0 /* Selftest support for the analyzer.
34 namespace selftest { namespace in namespace:ana
65 } /* end of namespace selftest. */
  /src/external/gpl3/gcc.old/dist/gcc/
selftest-diagnostic.h 0 /* Selftest support for diagnostics.
23 /* The selftest code should entirely disappear in a production
28 namespace selftest { namespace
45 } // namespace selftest
selftest-diagnostic.cc 0 /* Selftest support for diagnostics.
24 #include "selftest.h"
25 #include "selftest-diagnostic.h"
27 /* The selftest code should entirely disappear in a production
32 namespace selftest { namespace
34 /* Implementation of class selftest::test_diagnostic_context. */
63 } // namespace selftest
typed-splay-tree.cc 24 #include "selftest.h"
28 namespace selftest { namespace
80 } // namespace selftest
gimple-range-tests.cc 22 #include "selftest.h"
24 namespace selftest { namespace
70 } // namespace selftest
selftest-rtl.cc 0 /* Selftest support for RTL.
23 #include "selftest.h"
32 #include "selftest-rtl.h"
36 namespace selftest { namespace
39 ::selftest::pass if they are equal, aborting if they are non-equal.
47 ::selftest::pass (loc, msg);
62 ::selftest::pass if they are equal, aborting if they are non-equal.
70 ::selftest::pass (loc, msg);
84 /* Constructor for selftest::rtl_dump_test.
96 /* Destructor for selftest::rtl_dump_test
    [all...]
selftest-rtl.h 23 /* The selftest code should entirely disappear in a production
30 namespace selftest { namespace
53 ::selftest::assert_rtx_eq_at (SELFTEST_LOCATION, desc_, (EXPECTED), \
60 (i.e. pointer equality), calling ::selftest::pass if they are
66 ::selftest::assert_rtx_ptr_eq_at (SELFTEST_LOCATION, desc_, (EXPECTED), \
71 ::selftest::pass if they are equal, aborting if they are non-equal.
96 } /* end of namespace selftest. */
  /src/crypto/external/cpl/tpm-tools/dist/src/tpm_mgmt/
tpm_startup.c 39 char selftest[] = { local
83 err = write( fd, selftest, sizeof(selftest) );
85 if ( err != sizeof( selftest ) ){
86 printf( "Error occured while writing the selftest command: %d\n", errno );
90 err = read( fd, selftest, sizeof(selftest) );
92 printf( "Error occured while reading the selftest result: %d %d %s\n", err, errno, strerror(errno));
96 err = ntohl( *((uint32_t *)(selftest+6)) );
102 printf( "Selftest successful\n" )
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-spellcheck.cc 28 #include "selftest.h"
92 namespace selftest { namespace
119 } // namespace selftest
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-spellcheck.cc 28 #include "selftest.h"
92 namespace selftest { namespace
119 } // namespace selftest
  /src/external/gpl3/gdb/dist/gdbsupport/
selftest.h 36 struct selftest struct in namespace:selftests
38 selftest (std::string name, std::function<void (void)> test) function in struct:selftests::selftest
41 bool operator< (const selftest &rhs) const
49 using selftests_registry = std::set<selftest>;
56 /* True if selftest should run verbosely. */
65 /* A selftest generator is a callback function used to delay the generation
68 using selftests_generator = std::function<std::vector<selftest> (void)>;
  /src/external/gpl3/gdb.old/dist/gdbsupport/
selftest.h 36 struct selftest struct in namespace:selftests
38 selftest (std::string name, std::function<void (void)> test) function in struct:selftests::selftest
41 bool operator< (const selftest &rhs) const
49 using selftests_registry = std::set<selftest>;
56 /* True if selftest should run verbosely. */
65 /* A selftest generator is a callback function used to delay the generation
68 using selftests_generator = std::function<std::vector<selftest> (void)>;
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-lang.cc 43 #define LANG_HOOKS_RUN_LANG_SELFTESTS selftest::run_c_tests
54 namespace selftest { namespace
67 } // namespace selftest
  /src/sys/external/bsd/drm2/dist/drm/selftests/
drm_selftest.c 31 #define selftest(name, func) __idx_##name, macro
35 #undef selftest macro
37 #define selftest(n, f) [__idx_##n] = { .name = #n, .func = f }, macro
45 #undef selftest macro
51 #define selftest(n, func) selftest_0(n, func, param(n)) macro
53 #undef selftest macro
87 "%s returned %d, conflicting with selftest's magic values!\n",
  /src/external/gpl3/gcc/dist/gcc/c/
c-lang.cc 45 #define LANG_HOOKS_RUN_LANG_SELFTESTS selftest::run_c_tests
77 namespace selftest { namespace
90 } // namespace selftest

Completed in 47 milliseconds

1 2 3 4 5 6 7