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

  /external/clang/lib/Basic/
TargetInfo.cpp 53 PtrDiffType = SignedLong;
56 IntPtrType = SignedLong;
109 case SignedLong: return "long int";
117 /// integer type enum. For example, SignedLong -> "L".
123 case SignedLong: return "L";
141 case SignedLong:
157 case SignedLong:
171 case SignedLong:
Targets.cpp 492 this->WCharType = this->SignedLong;
493 // FIXME: WIntType should be SignedLong
527 // FIXME: WIntType should be SignedLong
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 119 SignedLong,
410 /// For example, SignedLong -> "L".
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 490 DefineTypeSize("__LONG_MAX__", TargetInfo::SignedLong, TI, Builder);
560 DefineExactWidthIntType(TargetInfo::SignedLong, TI, Builder);
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [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 204 milliseconds