Home
last modified time | relevance | path

Searched refs:COMPARE_TYPEID (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/test/support/
Duses_alloc_types.hpp194 COMPARE_TYPEID(args_id, expectArgs); in checkConstruct()
202 COMPARE_TYPEID(args_id, ExpectID) && in checkConstruct()
211 && COMPARE_TYPEID(args_id, O.args_id) in checkConstructEquiv()
Dcontrolled_allocators.hpp191 COMPARE_TYPEID(last_construct_alloc, expectAlloc) && in checkConstruct()
192 COMPARE_TYPEID(last_construct_type, expectTp) && in checkConstruct()
193 COMPARE_TYPEID(last_construct_args, expectArgs); in checkConstruct()
Dtype_id.h80 #define COMPARE_TYPEID(LHS, RHS) CompareTypeIDVerbose(#LHS, LHS, #RHS, RHS) macro