Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cert/
H A Dthrow-exception-type.cpp69 struct Allocates { struct
71 Allocates() : x(new int(0)) {} in Allocates() argument
72 Allocates(const Allocates &other) : x(new int(*other.x)) {} in Allocates() function