HomeSort by relevance Sort by last modified time
    Searched refs:OtherType (Results 1 - 3 of 3) sorted by null

  /external/clang/test/Index/
print-typekind.c 7 typedef double OtherType;
26 // CHECK: TypedefDecl=OtherType:7:16 (Definition) typekind=Typedef [canonical=Double] [isPOD=1]
  /external/webkit/Source/WebCore/bindings/v8/
V8GCController.cpp 211 GroupId(void* other) : m_type(OtherType), m_other(other) {}
221 case OtherType:
232 OtherType
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 360 EVT OtherType(Other.TypeVec[0]);
363 if (Type.getSizeInBits() >= OtherType.getSizeInBits())
365 >= OtherType.getVectorElementType().getSizeInBits())
373 if (Type.getSizeInBits() >= OtherType.getSizeInBits())
    [all...]

Completed in 423 milliseconds