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 56 PtrDiffType = SignedLong;
58 IntPtrType = SignedLong;
116 case SignedLong: return "long int";
124 /// integer type enum. For example, SignedLong -> "L".
131 case SignedLong: return "L";
146 /// specified integer type enum. For example, SignedLong -> "l".
157 case SignedLong:
175 case SignedLong:
191 return IsSigned ? SignedLong : UnsignedLong;
206 return IsSigned ? SignedLong : UnsignedLong
    [all...]
Targets.cpp 631 // FIXME: WIntType should be SignedLong
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 125 SignedLong,
245 case SignedLong:
481 /// For example, SignedLong -> "L".
487 /// For example, SignedLong -> "l".
    [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 652 DefineTypeSize("__LONG_MAX__", TargetInfo::SignedLong, TI, Builder);
745 DefineExactWidthIntType(TargetInfo::SignedLong, TI, Builder);
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 721 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 636 milliseconds