OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CSize
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CodeGen/
2008-03-24-BitField-And-Alloca.c
51
unsigned int
CSize
: 2;
/external/llvm/lib/IR/
ConstantFold.cpp
202
unsigned
CSize
= cast<IntegerType>(C->getType())->getBitWidth()/8;
204
assert(ByteStart+ByteSize <=
CSize
&& "Extracting invalid piece from input");
205
assert(ByteSize !=
CSize
&& "Should not extract everything");
263
if (ByteStart >=
CSize
-ShAmt)
267
if (ByteStart+ByteSize+ShAmt <=
CSize
)
[
all
...]
Completed in 51 milliseconds