Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h97 enum OtherType { enum
114 PointerSumTypeMember<Other, PointerEmbeddedInt<OtherType, 3>>>;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp10240 QualType OtherType = LHSVecType ? RHSType : LHSType; in CheckVectorOperands() local
10242 if (isLaxVectorConversion(OtherType, VecType)) { in CheckVectorOperands()
10258 } else if (OtherType->isExtVectorType() || OtherType->isVectorType() || in CheckVectorOperands()
10259 (OtherType->isScalarType() && VT->getNumElements() == 1)) { in CheckVectorOperands()