Home
last modified time | relevance | path

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

/openbsd-src/lib/libcurses/base/
H A Dvsscanf.c72 } OtherType; typedef
84 final_ch(int ch, OtherType other) in final_ch()
149 static OtherType
152 OtherType result = oUnknown; in other_ch()
217 OtherType other, otest; in vsscanf()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h97 enum OtherType { enum
114 PointerSumTypeMember<Other, PointerEmbeddedInt<OtherType, 3>>>;
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp10805 QualType OtherType = LHSVecType ? RHSType : LHSType; in CheckVectorOperands() local
10807 if (isLaxVectorConversion(OtherType, VecType)) { in CheckVectorOperands()
10822 } else if (OtherType->isExtVectorType() || OtherType->isVectorType() || in CheckVectorOperands()
10823 (OtherType->isScalarType() && VT->getNumElements() == 1)) { in CheckVectorOperands()