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

  /external/clang/include/clang/Basic/
TargetInfo.h 181 WIntType, Char16Type, Char32Type, Int64Type, SigAtomicType,
230 IntType getInt64Type() const { return Int64Type; }
232 return getCorrespondingUnsignedType(Int64Type);
    [all...]
  /external/opencv3/samples/winrt/ImageManipulations/common/
suspensionmanager.cpp 302 UInt8Type, UInt16Type, UInt32Type, UInt64Type, Int16Type, Int32Type, Int64Type,
348 writer->WriteByte(Int64Type);
459 case Int64Type:
  /external/clang/lib/Basic/
TargetInfo.cpp 63 Int64Type = SignedLongLong;
307 Int64Type = SignedLong;
Targets.cpp 566 this->Int64Type = TargetInfo::SignedLongLong;
716 this->Int64Type = TargetInfo::SignedLongLong;
    [all...]

Completed in 106 milliseconds