OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AllocSize
(Results
1 - 11
of
11
) sorted by null
/external/llvm/include/llvm/ADT/
StringMap.h
156
unsigned
AllocSize
= static_cast<unsigned>(sizeof(StringMapEntry))+
161
static_cast<StringMapEntry*>(Allocator.Allocate(
AllocSize
,Alignment));
/frameworks/compile/slang/
slang_rs_reflection_cpp.cpp
677
size_t
AllocSize
= RSExportType::GetTypeAllocSize(ET);
679
if (
AllocSize
> 0) {
682
<<
AllocSize
<< ");";
slang_rs_export_type.cpp
[
all
...]
slang_rs_reflection.cpp
[
all
...]
/external/llvm/tools/llvm-readobj/
COFFDumper.cpp
[
all
...]
/external/clang/lib/CodeGen/
CGExprCXX.cpp
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp
[
all
...]
/external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp
[
all
...]
/external/llvm/lib/Transforms/Scalar/
SROA.cpp
318
const uint64_t
AllocSize
;
330
AllocSize
(DL.getTypeAllocSize(AI.getAllocatedType())), S(S) {}
342
if (Size == 0 || Offset.isNegative() || Offset.uge(
AllocSize
)) {
345
<<
AllocSize
<< " byte alloca:\n"
360
assert(
AllocSize
>= BeginOffset); // Established above.
361
if (Size >
AllocSize
- BeginOffset) {
363
<< " to remain within the " <<
AllocSize
<< " byte alloca:\n"
366
EndOffset =
AllocSize
;
397
Ty->isIntegerTy() && !IsVolatile && Offset == 0 && Size >=
AllocSize
;
429
if (Offset.isNegative() || Size >
AllocSize
||
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
[
all
...]
/external/llvm/lib/IR/
Core.cpp
[
all
...]
Completed in 1027 milliseconds