Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_config_wrapper.h18 template <typename T> struct removeConst { struct
21 template <typename T> struct removeConst<const T> { argument
49 static constexpr removeConst<TYPE>::type getValue() { return DEFAULT; } \
54 static constexpr removeConst<TYPE>::type getValue() { \
77 static constexpr removeConst<TYPE>::type get##NAME() { \
95 static constexpr removeConst<TYPE>::type get##NAME() { \
101 static constexpr removeConst<TYPE>::type get##NAME() { \
137 static constexpr removeConst<TYPE>::type get##NAME() { \
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h446 void removeConst() { Mask &= ~Const; }
853 void removeConst() { Quals.removeConst(); }
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp1859 if (Field->isMutable()) BaseQuals.removeConst(); in BuildFieldReferenceExpr()
H A DSemaType.cpp1567 Qs.removeConst(); in BuildQualifiedType()
9629 Quals.removeConst(); in BuiltinRemoveReference()
9646 Quals.removeConst(); in BuiltinChangeCVRQualifiers()
H A DSemaCast.cpp716 SrcQuals.removeConst(); in CastsAwayConstness()
H A DSemaDeclCXX.cpp1513 Q.removeConst(); in checkMemberDecomposition()
7904 FieldQuals.removeConst(); in visitSubobjects()
H A DSemaDecl.cpp12351 qs.removeConst(); in CheckMain()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp993 Q.removeConst(); in getNextQualifier()
1952 Qc.removeConst(); in getOrCreateInstanceMethodType()
H A DItaniumCXXABI.cpp3687 Quals.removeConst(); in TypeInfoIsInStandardLibrary()