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

/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dvsscanf.c69 } OtherType; typedef in typeref:enum:__anon4644
81 final_ch(int ch, OtherType other)
146 static OtherType
149 OtherType result = oUnknown;
214 OtherType other, otest;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h104 enum OtherType { enum in class:llvm::MemDepResult
121 PointerSumTypeMember<Other, PointerEmbeddedInt<OtherType, 3>>>;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp9230 QualType OtherType = LHSVecType ? RHSType : LHSType; local
9232 if (isLaxVectorConversion(OtherType, VecType)) {
9244 } else if (OtherType->isExtVectorType() || OtherType->isVectorType() ||
9245 (OtherType->isScalarType() && VT->getNumElements() == 1)) {

Completed in 179 milliseconds