Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/ncurses/ncurses/base/
HDvsscanf.c70 } OtherType; typedef
82 final_ch(int ch, OtherType other) in final_ch()
147 static OtherType
150 OtherType result = oUnknown; in other_ch()
215 OtherType other, otest; in vsscanf()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDMemoryDependenceAnalysis.h97 enum OtherType { enum
114 PointerSumTypeMember<Other, PointerEmbeddedInt<OtherType, 3>>>;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExpr.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()