HomeSort by: relevance | last modified time | path
    Searched refs:LongSize (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
MemProfiler.cpp 161 LongSize = M.getDataLayout().getPointerSizeInBits();
162 IntptrTy = Type::getIntNTy(*C, LongSize);
189 int LongSize;
AddressSanitizer.cpp 439 static ShadowMapping getShadowMapping(Triple &TargetTriple, int LongSize,
474 if (LongSize == 32) {
496 } else { // LongSize == 64
620 LongSize = M.getDataLayout().getPointerSizeInBits();
621 IntptrTy = Type::getIntNTy(*C, LongSize);
624 Mapping = getShadowMapping(TargetTriple, LongSize, this->CompileKernel);
704 int LongSize;
792 int LongSize = M.getDataLayout().getPointerSizeInBits();
793 IntptrTy = Type::getIntNTy(*C, LongSize);
795 Mapping = getShadowMapping(TargetTriple, LongSize, this->CompileKernel)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 3944 unsigned LongSize = Context.getTargetInfo().getLongWidth();
3947 if (ResultVal.isIntN(LongSize)) {
3949 if (!Literal.isUnsigned && ResultVal[LongSize-1] == 0)
3965 << (LongLongSize > LongSize ? /*will have type 'long long'*/ 0
3969 Width = LongSize;

Completed in 42 milliseconds