Searched defs:TEST (Results 1 - 25 of 126) sorted by relevance

123456

/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dvector_test.cpp13 TEST(ScudoVectorTest, Basic) { function
25 TEST(ScudoVectorTest, Stride) { function
36 TEST(ScudoVectorTest, ResizeReduction) { function
H A Dreport_test.cpp13 TEST(ScudoReportDeathTest, Check) { function
20 TEST(ScudoReportDeathTest, Generic) { function
48 TEST(ScudoReportDeathTest, CSpecific) { function
H A Dstats_test.cpp13 TEST(ScudoStatsTest, LocalStats) { function
26 TEST(ScudoStatsTest, GlobalStats) { function
H A Dbytemap_test.cpp28 TEST(ScudoByteMapTest, FlatByteMap) { function
H A Dmap_test.cpp18 TEST(ScudoMapTest, PageSize) { function
23 TEST(ScudoMapDeathTest, MapNoAccessUnmap) { function
32 TEST(ScudoMapDeathTest, MapUnmap) { function
49 TEST(ScudoMapDeathTest, MapWithGuardUnmap) { function
64 TEST(ScudoMapTest, MapGrowUnmap) { function
/openbsd-current/gnu/llvm/compiler-rt/lib/orc/tests/unit/
H A Dadt_test.cpp21 TEST(ADTTest, SpanDefaultConstruction) { function
28 TEST(ADTTest, SpanConstructFromFixedArray) { function
40 TEST(ADTTest, SpanConstructFromIteratorAndSize) { function
H A Dinterval_set_test.cpp18 TEST(IntervalSetTest, DefaultConstructed) { function
27 TEST(IntervalSetTest, InsertSingleElement) { function
39 TEST(IntervalSetTest, InsertCoalesceWithPrevious) { function
51 TEST(IntervalSetTest, InsertCoalesceWithFollowing) { function
63 TEST(IntervalSetTest, InsertCoalesceBoth) { function
82 TEST(IntervalSetTest, EraseSplittingLeft) { function
95 TEST(IntervalSetTest, EraseSplittingRight) { function
108 TEST(IntervalSetTest, EraseSplittingBoth) { function
H A Dinterval_map_test.cpp18 TEST(IntervalMapTest, DefaultConstructed) { function
27 TEST(IntervalMapTest, InsertSingleElement) { function
41 TEST(IntervalMapTest, InsertCoalesceWithPrevious) { function
70 TEST(IntervalMapTest, InsertCoalesceWithFollowing) { function
98 TEST(IntervalMapTest, InsertCoalesceBoth) { function
139 TEST(IntervalMapTest, EraseSingleElement) { function
149 TEST(IntervalMapTest, EraseSplittingLeft) { function
162 TEST(IntervalMapTest, EraseSplittingRight) { function
175 TEST(IntervalMapTest, EraseSplittingBoth) { function
190 TEST(IntervalMapTes function
[all...]
H A Dstring_pool_test.cpp16 TEST(StringPool, UniquingAndComparisons) { function in namespace:__anon76
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dstatic2.C4 class TEST class
7 TEST (A) {} function in class:TEST
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/
H A D970816-3.f9 PROGRAM TEST program
H A Dclaus.f1 PROGRAM TEST program
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_vector_test.cpp17 TEST(Vector, Basic) { function in namespace:__sanitizer
29 TEST(Vector, Stride) { function in namespace:__sanitizer
41 TEST(Vector, ResizeReduction) { function in namespace:__sanitizer
H A Dsanitizer_hash_test.cpp20 TEST(SanitizerCommon, Hash32Seed) { function in namespace:__sanitizer
26 TEST(SanitizerCommon, Hash32Add) { function in namespace:__sanitizer
34 TEST(SanitizerCommon, Hash64Seed) { function in namespace:__sanitizer
40 TEST(SanitizerCommon, Hash64Add) { function in namespace:__sanitizer
H A Dsanitizer_nolibc_test.cpp23 TEST(SanitizerCommon, NolibcMain) { function
H A Dsanitizer_symbolizer_test.cpp19 TEST(Symbolizer, ExtractToken) { function in namespace:__sanitizer
34 TEST(Symbolizer, ExtractInt) { function in namespace:__sanitizer
41 TEST(Symbolizer, ExtractUptr) { function in namespace:__sanitizer
48 TEST(Symbolizer, ExtractTokenUpToDelimiter) { function in namespace:__sanitizer
58 TEST(Symbolizer, DemangleSwiftAndCXX) { function in namespace:__sanitizer
H A Dsanitizer_type_traits_test.cpp21 TEST(SanitizerCommon, IsSame) { function in namespace:__sanitizer
32 TEST(SanitizerCommon, Conditional) { function in namespace:__sanitizer
37 TEST(SanitizerCommon, RemoveReference) { function in namespace:__sanitizer
45 TEST(SanitizerCommon, Move) { function in namespace:__sanitizer
52 TEST(SanitizerCommon, Forward) { function in namespace:__sanitizer
59 TEST(SanitizerCommon, ForwardConst) { function in namespace:__sanitizer
71 TEST(SanitizerCommon, IsTriviallyDestructible) { function in namespace:__sanitizer
77 TEST(SanitizerCommon, IsTriviallyCopyable) { function in namespace:__sanitizer
H A Dsanitizer_stacktrace_printer_test.cpp18 TEST(SanitizerStacktracePrinter, RenderSourceLocation) { function in namespace:__sanitizer
52 TEST(SanitizerStacktracePrinter, RenderModuleLocation) { function in namespace:__sanitizer
68 TEST(SanitizerStacktracePrinter, RenderFrame) { function in namespace:__sanitizer
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/tests/
H A Dasan_internal_interface_test.cpp16 TEST(AddressSanitizerInternalInterface, SetShadow) { function
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/
H A Dp12475.C7 #define TEST 2147483648 macro
9 #define TEST 9223372036854775808 macro
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dcomplex-6.c9 #define TEST(TYPE, FUNC) \ macro
/openbsd-current/gnu/llvm/compiler-rt/lib/gwp_asan/tests/
H A Dlate_init.cpp13 TEST(LateInit, CheckLateInitIsOK) { function
/openbsd-current/gnu/usr.bin/perl/t/re/
H A Dregexp.t148 TEST: label
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_stack_test.cpp65 TEST(StackTrace, BasicVarSize) { function in namespace:__tsan
70 TEST(StackTrace, BasicBuffered) { function in namespace:__tsan
75 TEST(StackTrace, TrimVarSize) { function in namespace:__tsan
80 TEST(StackTrace, TrimBuffered) { function in namespace:__tsan
/openbsd-current/regress/lib/csu/init_priority/
H A Dinit_priority_test.cc24 #define TEST(n) Test test_##n (n) __attribute__((init_priority (n))) macro
26 #define TEST(n) Test test_##n __attribute__((init_priority (n))) (n) macro
38 #undef TEST macro
[all...]

Completed in 221 milliseconds

123456