Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ADT/
H A DBitmaskEnumTest.cpp90 TEST(BitmaskEnumTest, BitwiseNot) { in TEST() argument
/llvm-project-15.0.7/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h144 BitwiseNot, // ?S operator~ enumerator
/llvm-project-15.0.7/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp285 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, BitwiseNot, "operator~"); in output()
H A DMicrosoftDemangle.cpp566 IFK::BitwiseNot, // ?S operator~ in translateIntrinsicFunctionCode()