Searched refs:LongSize (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp306 static ShadowMapping getShadowMapping(const Module &M, int LongSize) { argument
320 if (LongSize == 32) {
331 } else { // LongSize == 64
394 int LongSize; member in struct:__anon26249::AddressSanitizer
1158 int LongSize = DL->getPointerSizeInBits(); local
1159 IntptrTy = Type::getIntNTy(*C, LongSize);
1160 Mapping = getShadowMapping(M, LongSize);
1248 LongSize = DL->getPointerSizeInBits();
1249 IntptrTy = Type::getIntNTy(*C, LongSize);
1262 Mapping = getShadowMapping(M, LongSize);
[all...]
/external/clang/lib/Sema/
H A DSemaExpr.cpp3259 unsigned LongSize = Context.getTargetInfo().getLongWidth(); local
3262 if (ResultVal.isIntN(LongSize)) {
3264 if (!Literal.isUnsigned && ResultVal[LongSize-1] == 0)
3268 Width = LongSize;

Completed in 294 milliseconds