Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64SMEAttributes.h33 InOut = 3, // aarch64_inout_zt0 enumerator
104 return decodeZT0State(Bitmask) == StateValue::InOut; in isInOutZT0()
112 State == StateValue::InOut || State == StateValue::Preserved; in sharesZT0()
H A DAArch64SMEAttributes.cpp75 Bitmask |= encodeZT0State(StateValue::InOut); in SMEAttrs()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp197 case ParamCommandPassDirection::InOut: in getDirectionAsString()
H A DCommentSema.cpp226 .Cases("[in,out]", "[out,in]", ParamCommandPassDirection::InOut) in getParamPassDirection()
H A DJSONNodeDumper.cpp1755 case comments::ParamCommandPassDirection::InOut: in visitParamCommandComment()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DComment.h708 enum class ParamCommandPassDirection { In, Out, InOut };
/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp760 case ParamCommandPassDirection::InOut: in visitParamCommandComment()