Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/ncurses/ncurses/base/
Dvsscanf.c69 } OtherType; typedef
81 final_ch(int ch, OtherType other) in final_ch()
146 static OtherType
149 OtherType result = oUnknown; in other_ch()
214 OtherType other, otest; in vsscanf()
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h84 enum OtherType { enum
/freebsd-10-stable/contrib/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp389 MVT OtherType(Other.TypeVec[0]); in EnforceSmallerThan() local
392 if (Type.getSizeInBits() >= OtherType.getSizeInBits()) in EnforceSmallerThan()
394 >= OtherType.getVectorElementType().getSizeInBits()) { in EnforceSmallerThan()
403 if (Type.getSizeInBits() >= OtherType.getSizeInBits()) { in EnforceSmallerThan()