Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp8963 auto CheckForIncompatibleAttr = in checkArmNewAttrMutualExclusion() local
8976 CheckForIncompatibleAttr(FunctionType::ARM_In, "__arm_in"); in checkArmNewAttrMutualExclusion()
8977 CheckForIncompatibleAttr(FunctionType::ARM_Out, "__arm_out"); in checkArmNewAttrMutualExclusion()
8978 CheckForIncompatibleAttr(FunctionType::ARM_InOut, "__arm_inout"); in checkArmNewAttrMutualExclusion()
8979 CheckForIncompatibleAttr(FunctionType::ARM_Preserves, "__arm_preserves"); in checkArmNewAttrMutualExclusion()