Home
last modified time | relevance | path

Searched defs:BadAlloc (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libcxx/test/std/strings/basic.string/string.cons/
H A Dfrom_range_deduction.pass.cpp49 struct BadAlloc { in main() struct
50 using value_type = char; in main()
/llvm-project/libcxx/test/support/
H A Ddeduction_guides_sfinae_checks.h124 using BadAlloc = Empty; in ContainerAdaptorDeductionGuidesSfinaeAway() local
175 struct BadAlloc {}; in AssociativeContainerDeductionGuidesSfinaeAway() struct
285 struct BadAlloc {}; in UnorderedContainerDeductionGuidesSfinaeAway() struct
/llvm-project/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons/
H A Ddeduct.pass.cpp309 struct BadAlloc {}; in main() struct
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dmacro-to-enum.cpp90 #define BadAlloc 11 /* insufficient resources */ macro