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

  /external/clang/include/clang/Basic/
TargetInfo.h 231 IntType getUInt64Type() const {
    [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 235 Ty = IsSigned ? TI.getInt64Type() : TI.getUInt64Type();
255 Ty = IsSigned ? TI.getInt64Type() : TI.getUInt64Type();
    [all...]

Completed in 104 milliseconds