Home
last modified time | relevance | path

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

/llvm-project/lld/MachO/
H A DInputSection.h337 constexpr const char const_[] = "__const"; global() variable
/llvm-project/clang/test/CodeGenCXX/
H A Dmangle-exprs.cpp64 void const_(typename enable_if<0 <= sizeof(const_cast<T *>(p))>::type * = 0) { in const_() function