Home
last modified time | relevance | path

Searched defs:PY (Results 1 – 8 of 8) sorted by relevance

/external/libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.assignment/
Dassign_convertible_propagate_const.pass.cpp23 typedef propagate_const<CopyConstructibleFromX> PY; typedef
Dassign_convertible_element_type.pass.cpp24 typedef propagate_const<CopyConstructibleFromX> PY; in main() typedef
Dmove_assign_convertible.pass.cpp25 typedef propagate_const<MoveConstructibleFromX> PY; in main() typedef
Dmove_assign_convertible_propagate_const.pass.cpp25 typedef propagate_const<MoveConstructibleFromX> PY; in main() typedef
/external/libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.ctors/
Dconvertible_propagate_const.explicit.move_ctor.pass.cpp23 typedef propagate_const<ExplicitMoveConstructibleFromX> PY; typedef
Dconvertible_propagate_const.copy_ctor.pass.cpp23 typedef propagate_const<CopyConstructibleFromX> PY; typedef
Dconvertible_propagate_const.move_ctor.pass.cpp22 typedef propagate_const<MoveConstructibleFromX> PY; typedef
/external/clang/lib/Serialization/
DASTReaderDecl.cpp2612 auto *PY = Y->getPrefix(); in isSameQualifier() local