Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_config_wrapper.h21 static constexpr removeConst<TYPE>::type getValue() { return DEFAULT; } \ argument
18 template <typename T> struct removeConst { global() struct