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

123456

/macosx-10.10/llvmCore-3425.0.34/unittests/ADT/
H A DIntEqClassesTest.cpp17 TEST(IntEqClasses, Simple) { function in namespace:__anon10798
H A DPackedVectorTest.cpp21 TEST(PackedVectorTest, Operation) { function in namespace:__anon10800
79 TEST(PackedVectorTest, UnsignedValues) { function in namespace:__anon10800
95 TEST(PackedVectorTest, SignedValues) { function in namespace:__anon10800
H A DSparseBitVectorTest.cpp17 TEST(SparseBitVectorTest, TrivialOperation) { function in namespace:__anon10803
H A DSmallPtrSetTest.cpp20 TEST(SmallPtrSetTest, SwapTest) { function
H A DFoldingSet.cpp23 TEST(FoldingSetTest, UnalignedStringTest) { function in namespace:__anon10794
H A DTwineTest.cpp25 TEST(TwineTest, Construction) { function in namespace:__anon10810
34 TEST(TwineTest, Numbers) { function in namespace:__anon10810
44 TEST(TwineTest, Characters) { function in namespace:__anon10810
50 TEST(TwineTest, Concat) { function in namespace:__anon10810
77 TEST(TwineTest, toNullTerminatedStringRef) { function in namespace:__anon10810
H A DAPIntTest.cpp20 TEST(APIntTest, ShiftLeftByZero) { function in namespace:__anon10788
27 TEST(APIntTest, i128_NegativeCount) { function in namespace:__anon10788
45 TEST(APIntTest, i33_Count) { function in namespace:__anon10788
58 TEST(APIntTest, i65_Count) { function in namespace:__anon10788
68 TEST(APIntTest, i128_PositiveCount) { function in namespace:__anon10788
107 TEST(APIntTest, i1) { function in namespace:__anon10788
204 TEST(APIntTest, fromString) { function in namespace:__anon10788
290 TEST(APIntTest, FromArray) { function in namespace:__anon10788
294 TEST(APIntTest, StringBitsNeeded2) { function in namespace:__anon10788
314 TEST(APIntTes function in namespace:__anon10788
334 TEST(APIntTest, StringBitsNeeded10) { function in namespace:__anon10788
355 TEST(APIntTest, StringBitsNeeded16) { function in namespace:__anon10788
375 TEST(APIntTest, toString) { function in namespace:__anon10788
430 TEST(APIntTest, Log2) { function in namespace:__anon10788
442 TEST(APIntTest, magic) { function in namespace:__anon10788
451 TEST(APIntTest, magicu) { function in namespace:__anon10788
464 TEST(APIntTest, StringDeath) { function in namespace:__anon10788
478 TEST(APIntTest, mul_clear) { function in namespace:__anon10788
487 TEST(APIntTest, Rotate) { function in namespace:__anon10788
[all...]
H A DilistTest.cpp26 TEST(ilistTest, Basic) { function in namespace:__anon10812
H A DIntervalMapTest.cpp20 TEST(IntervalMapTest, EmptyMap) { function in namespace:__anon10799
54 TEST(IntervalMapTest, SingleEntryMap) { function in namespace:__anon10799
141 TEST(IntervalMapTest, RootCoalescing) { function in namespace:__anon10799
211 TEST(IntervalMapTest, RootMultiCoalescing) { function in namespace:__anon10799
325 TEST(IntervalMapTest, Branched) { function in namespace:__anon10799
468 TEST(IntervalMapTest, Branched2) { function in namespace:__anon10799
544 TEST(IntervalMapTest, RandomCoalescing) { function in namespace:__anon10799
567 TEST(IntervalMapOverlapsTest, SmallMaps) { function in namespace:__anon10799
611 TEST(IntervalMapOverlapsTest, BigMaps) { function in namespace:__anon10799
H A DSmallStringTest.cpp162 TEST(StringRefTest, Comparisons) { function in namespace:__anon10801
/macosx-10.10/llvmCore-3425.0.34/unittests/Support/
H A DLeakDetectorTest.cpp19 TEST(LeakDetector, Death1) { function in namespace:__anon10834
H A DMathExtrasTest.cpp17 TEST(MathExtras, isPowerOf2_32) { function in namespace:__anon10836
24 TEST(MathExtras, isPowerOf2_64) { function in namespace:__anon10836
31 TEST(MathExtras, ByteSwap_32) { function in namespace:__anon10836
36 TEST(MathExtras, ByteSwap_64) { function in namespace:__anon10836
41 TEST(MathExtras, CountLeadingZeros_32) { function in namespace:__anon10836
49 TEST(MathExtras, CountLeadingZeros_64) { function in namespace:__anon10836
57 TEST(MathExtras, CountLeadingOnes_32) { function in namespace:__anon10836
64 TEST(MathExtras, CountLeadingOnes_64) { function in namespace:__anon10836
75 TEST(MathExtras, FloatBits) { function in namespace:__anon10836
80 TEST(MathExtra function in namespace:__anon10836
85 TEST(MathExtras, MinAlign) { function in namespace:__anon10836
92 TEST(MathExtras, NextPowerOf2) { function in namespace:__anon10836
98 TEST(MathExtras, RoundUpToAlignment) { function in namespace:__anon10836
[all...]
H A DBlockFrequencyTest.cpp12 TEST(BlockFrequencyTest, OneToZero) { function in namespace:__anon10826
19 TEST(BlockFrequencyTest, OneToOne) { function in namespace:__anon10826
26 TEST(BlockFrequencyTest, ThreeToOne) { function in namespace:__anon10826
33 TEST(BlockFrequencyTest, MaxToHalfMax) { function in namespace:__anon10826
40 TEST(BlockFrequencyTest, BigToBig) { function in namespace:__anon10826
49 TEST(BlockFrequencyTest, MaxToMax) { function in namespace:__anon10826
56 TEST(BlockFrequencyTest, ProbabilityCompare) { function in namespace:__anon10826
H A DTimeValue.cpp17 TEST(Support, TimeValue) { function in namespace:__anon10841
H A Dformatted_raw_ostream_test.cpp19 TEST(formatted_raw_ostreamTest, Test_Tell) { function in namespace:__anon10843
H A DManagedStatic.cpp31 TEST(Initialize, MultipleThreads) { function in namespace:__anon10835
H A DCommandLineTest.cpp51 TEST(CommandLineTest, ParseEnvironment) { function in namespace:__anon10828
60 TEST(CommandLineTest, ParseEnvironmentToLocalVar) { function in namespace:__anon10828
H A DDataExtractorTest.cpp21 TEST(DataExtractorTest, OffsetOverflow) { function in namespace:__anon10830
26 TEST(DataExtractorTest, UnsignedNumbers) { function in namespace:__anon10830
74 TEST(DataExtractorTest, SignedNumbers) { function in namespace:__anon10830
91 TEST(DataExtractorTest, Strings) { function in namespace:__anon10830
101 TEST(DataExtractorTest, LEB128) { function in namespace:__anon10830
H A DEndianTest.cpp22 TEST(Endian, Read) { function in namespace:__anon10831
35 TEST(Endian, Write) { function in namespace:__anon10831
60 TEST(Endian, PackedEndianSpecificIntegral) { function in namespace:__anon10831
/macosx-10.10/llvmCore-3425.0.34/unittests/VMCore/
H A DTypesTest.cpp17 TEST(TypesTest, StructType) { function in namespace:__anon10856
/macosx-10.10/tcl-105/tcl_ext/tbcload/tbcload/tests/tcl/
H A Doverride.tcl39 procomp::log TEST procedure
/macosx-10.10/llvmCore-3425.0.34/unittests/Transforms/Utils/
H A DLocal.cpp20 TEST(Local, RecursivelyDeleteDeadPHINodes) { function
/macosx-10.10/OpenSSL098-52/src/crypto/jpake/
H A DMakefile11 TEST=jpaketest.c macro
/macosx-10.10/OpenSSL098-52/src/crypto/dsa/
H A Ddsagen.c62 #define TEST macro
/macosx-10.10/OpenSSL098-52/src/tools/
H A DMakefile15 TEST= macro

Completed in 130 milliseconds

123456