Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/ncurses/ncurses/base/
H A Dvsscanf.c67 } OtherType; typedef
79 final_ch(int ch, OtherType other) in final_ch()
144 static OtherType
147 OtherType result = oUnknown; in other_ch()
212 OtherType other, otest; in vsscanf()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h97 enum OtherType { enum
114 PointerSumTypeMember<Other, PointerEmbeddedInt<OtherType, 3>>>;
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp11238 QualType OtherType = LHSVecType ? RHSType : LHSType; in CheckVectorOperands() local
11240 if (isLaxVectorConversion(OtherType, VecType)) { in CheckVectorOperands()
11256 } else if (OtherType->isExtVectorType() || OtherType->isVectorType() || in CheckVectorOperands()
11257 (OtherType->isScalarType() && VT->getNumElements() == 1)) { in CheckVectorOperands()