Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DOperatorKinds.def76 OVERLOADED_OPERATOR(MinusEqual , "-=" , minusequal , false, true , false)
/openbsd/src/gnu/llvm/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h151 MinusEqual, // ?Z operator-= enumerator
/openbsd/src/gnu/llvm/llvm/lib/Demangle/
DMicrosoftDemangleNodes.cpp291 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, MinusEqual, "operator-="); in output()
DMicrosoftDemangle.cpp576 IFK::MinusEqual, // ?Z operator-= in translateIntrinsicFunctionCode()