Home
last modified time | relevance | path

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

/external/clang/test/Index/
Dprint-typekind.c7 typedef double OtherType; typedef
/external/webkit/Source/WebCore/bindings/v8/
DV8GCController.cpp211 GroupId(void* other) : m_type(OtherType), m_other(other) {} in GroupId()
221 case OtherType: in createRetainedObjectInfo()
232 OtherType enumerator
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp360 EVT OtherType(Other.TypeVec[0]); in EnforceSmallerThan() local
363 if (Type.getSizeInBits() >= OtherType.getSizeInBits()) in EnforceSmallerThan()
365 >= OtherType.getVectorElementType().getSizeInBits()) in EnforceSmallerThan()
373 if (Type.getSizeInBits() >= OtherType.getSizeInBits()) in EnforceSmallerThan()