Home
last modified time | relevance | path

Searched refs:MinusEqual (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDOperatorKinds.def76 OVERLOADED_OPERATOR(MinusEqual , "-=" , minusequal , false, true , false)
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
HDMicrosoftDemangleNodes.h150 MinusEqual, // ?Z operator-= enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Demangle/
HDMicrosoftDemangleNodes.cpp291 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, MinusEqual, "operator-="); in output()
HDMicrosoftDemangle.cpp613 IFK::MinusEqual, // ?Z operator-= in translateIntrinsicFunctionCode()