Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dbitmask_enum_test.cpp105 TEST(BitmaskEnumTest, BitwiseNot) { in TEST() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h143 BitwiseNot, // ?S operator~ enumerator
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp284 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, BitwiseNot, "operator~"); in output()
H A DMicrosoftDemangle.cpp593 IFK::BitwiseNot, // ?S operator~ in translateIntrinsicFunctionCode()