HomeSort by relevance Sort by last modified time
    Searched refs:AllocSize (Results 1 - 12 of 12) sorted by null

  /external/clang/lib/CodeGen/
CGExprCXX.cpp     [all...]
  /external/llvm/include/llvm/ADT/
StringMap.h 148 unsigned AllocSize = static_cast<unsigned>(sizeof(StringMapEntry))+
153 static_cast<StringMapEntry*>(Allocator.Allocate(AllocSize,Alignment));
  /frameworks/compile/slang/
slang_rs_export_type.h 520 size_t AllocSize)
524 mAllocSize(AllocSize) {
slang_rs_export_type.cpp     [all...]
slang_rs_reflection.cpp     [all...]
  /external/llvm/lib/VMCore/
Instructions.cpp 355 Type *AllocTy, Value *AllocSize,
377 if (IsConstantOne(AllocSize)) {
378 AllocSize = ArraySize; // Operand * 1 = Operand
383 AllocSize = ConstantExpr::getMul(Scale, cast<Constant>(AllocSize));
387 AllocSize = BinaryOperator::CreateMul(ArraySize, AllocSize,
390 AllocSize = BinaryOperator::CreateMul(ArraySize, AllocSize,
395 assert(AllocSize->getType() == IntPtrTy && "malloc arg is wrong size")
    [all...]
Core.cpp     [all...]
  /external/clang/lib/Rewrite/
RewriteRope.cpp 799 unsigned AllocSize = offsetof(RopeRefCountString, Data) + AllocChunkSize;
800 AllocBuffer = reinterpret_cast<RopeRefCountString *>(new char[AllocSize]);
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /external/llvm/include/llvm/
Instructions.h     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]

Completed in 577 milliseconds