Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Transforms/Instrumentation/
HDAddressSanitizer.cpp322 static ShadowMapping getShadowMapping(Triple &TargetTriple, int LongSize, in getShadowMapping() argument
340 if (LongSize == 32) { in getShadowMapping()
455 int LongSize; member
1358 int LongSize = M.getDataLayout().getPointerSizeInBits(); in runOnModule() local
1359 IntptrTy = Type::getIntNTy(*C, LongSize); in runOnModule()
1361 Mapping = getShadowMapping(TargetTriple, LongSize, CompileKernel); in runOnModule()
1445 LongSize = M.getDataLayout().getPointerSizeInBits(); in doInitialization()
1446 IntptrTy = Type::getIntNTy(*C, LongSize); in doInitialization()
1456 Mapping = getShadowMapping(TargetTriple, LongSize, CompileKernel); in doInitialization()
1588 if (LongSize != 32) return false; in LooksLikeCodeInBug11395()
[all …]
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExpr.cpp3419 unsigned LongSize = Context.getTargetInfo().getLongWidth(); in ActOnNumericConstant() local
3422 if (ResultVal.isIntN(LongSize)) { in ActOnNumericConstant()
3424 if (!Literal.isUnsigned && ResultVal[LongSize-1] == 0) in ActOnNumericConstant()
3440 << (LongLongSize > LongSize ? /*will have type 'long long'*/ 0 in ActOnNumericConstant()
3444 Width = LongSize; in ActOnNumericConstant()