Searched refs:COMPARE_TYPEID (Results 1 – 3 of 3) sorted by relevance
/external/libcxx/test/support/ |
D | uses_alloc_types.hpp | 195 COMPARE_TYPEID(args_id, expectArgs); in checkConstruct() 203 COMPARE_TYPEID(args_id, ExpectID) && in checkConstruct() 212 && COMPARE_TYPEID(args_id, O.args_id) in checkConstructEquiv()
|
D | controlled_allocators.hpp | 191 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()
|
D | type_id.h | 80 #define COMPARE_TYPEID(LHS, RHS) CompareTypeIDVerbose(#LHS, LHS, #RHS, RHS) macro
|