HomeSort by relevance Sort by last modified time
    Searched refs:Mem (Results 51 - 75 of 76) sorted by null

1 23 4

  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/IR/
Attributes.cpp 495 void *Mem = ::operator new(totalSizeToAlloc<Attribute>(SortedAttrs.size()));
496 PA = new (Mem) AttributeSetNode(SortedAttrs);
627 void *Mem = ::operator new(
629 PA = new (Mem) AttributeSetImpl(C, Attrs);
    [all...]
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp     [all...]
SemaTemplateVariadic.cpp 789 if (Chunk.Mem.Scope().getScopeRep() &&
790 Chunk.Mem.Scope().getScopeRep()->containsUnexpandedParameterPack())
    [all...]
SemaDecl.cpp     [all...]
SemaType.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/sqlite/dist/orig/
sqlite3.c 18195 } mem; variable in typeref:struct:__anon22707
    [all...]
sqlite3.h     [all...]
  /external/sqlite/dist/
sqlite3.c 18195 } mem; variable in typeref:struct:__anon22747
    [all...]
sqlite3.h     [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp 3759 void *mem = Allocate(size, TypeAlignment); local
    [all...]
DeclCXX.cpp     [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 635 struct MemOp Mem;
    [all...]
  /external/llvm/include/llvm/IR/
Metadata.h 757 void operator delete(void *Mem);
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
i386-gen.c 559 BITFIELD (Mem),
    [all...]
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 712 void *Mem = ::operator new(sizeof(PPCOperand) + Str.size());
713 std::unique_ptr<PPCOperand> Op(new (Mem) PPCOperand(Token));
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/valgrind/VEX/priv/
host_x86_isel.c     [all...]
host_amd64_isel.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winddi.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 512 milliseconds

1 23 4