OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SizeValue
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp
66
APInt &Size, Value* &
SizeValue
);
AddressSanitizer.cpp
475
const uint64_t
SizeValue
= Size->getValue().getLimitedValue();
476
if (
SizeValue
== ~0ULL ||
477
!ConstantInt::isValueValidForType(IntptrTy,
SizeValue
))
483
AllocaPoisonCall APC = {&II,
SizeValue
, DoPoison};
[
all
...]
Completed in 246 milliseconds