Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOperatorKinds.def76 OVERLOADED_OPERATOR(MinusEqual , "-=" , minusequal , false, true , false)
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h150 MinusEqual, // ?Z operator-= enumerator
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp291 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, MinusEqual, "operator-="); in output()
H A DMicrosoftDemangle.cpp600 IFK::MinusEqual, // ?Z operator-= in translateIntrinsicFunctionCode()