Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOperatorKinds.def75 OVERLOADED_OPERATOR(PlusEqual , "+=" , plusequal , false, true , false)
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h149 PlusEqual, // ?Y operator+= enumerator
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp290 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, PlusEqual, "operator+="); in output()
H A DMicrosoftDemangle.cpp599 IFK::PlusEqual, // ?Y operator+= in translateIntrinsicFunctionCode()