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

  /external/lzma/CPP/7zip/Compress/
BcjCoder.h 17 virtual void SubInit() { x86Init(); })
BranchCoder.cpp 10 SubInit();
BranchCoder.h 16 virtual void SubInit() {}
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 491 Constant *SubInit = 0;
493 SubInit = ConstantFoldLoadThroughGEPConstantExpr(Init, CE);
494 Changed |= CleanupConstantGlobalUsers(CE, SubInit, TD, TLI);
509 Constant *SubInit = 0;
514 SubInit = ConstantFoldLoadThroughGEPConstantExpr(Init, CE);
520 SubInit = Constant::getNullValue(GEP->getType()->getElementType());
522 Changed |= CleanupConstantGlobalUsers(GEP, SubInit, TD, TLI);
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]

Completed in 403 milliseconds