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

  /external/clang/lib/Basic/
TargetInfo.cpp 53 PtrDiffType = SignedLong;
56 IntPtrType = SignedLong;
113 case SignedLong: return "long int";
121 /// integer type enum. For example, SignedLong -> "L".
128 case SignedLong: return "L";
149 case SignedLong:
165 return IsSigned ? SignedLong : UnsignedLong;
180 return IsSigned ? SignedLong : UnsignedLong;
218 case SignedLong:
233 case SignedLong
    [all...]
Targets.cpp 525 this->WCharType = this->SignedLong;
526 // FIXME: WIntType should be SignedLong
560 // FIXME: WIntType should be SignedLong
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 118 SignedLong,
426 /// For example, SignedLong -> "L".
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 605 DefineTypeSize("__LONG_MAX__", TargetInfo::SignedLong, TI, Builder);
688 DefineExactWidthIntType(TargetInfo::SignedLong, TI, Builder);
713 DefineExactWidthIntTypeSize(TargetInfo::SignedLong, TI, Builder);
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 457 Context.getTargetInfo().getInt64Type() == TargetInfo::SignedLong;
    [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 334 milliseconds