Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cert/
H A Dthrow-exception-type.cpp75 struct OptionallyAllocates { struct
77 OptionallyAllocates() : x(new int(0)) {} in OptionallyAllocates() argument
78 OptionallyAllocates(const Allocates &other) noexcept(true) { in OptionallyAllocates() argument