HomeSort by: relevance | last modified time | path
    Searched refs:ZeroInit (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprCXX.h 1574 void setRequiresZeroInitialization(bool ZeroInit) {
1575 CXXConstructExprBits.ZeroInitialization = ZeroInit;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCGNU.cpp 1501 auto ZeroInit = llvm::Constant::getNullValue(emptyStruct);
1505 llvm::GlobalValue::LinkOnceODRLinkage, ZeroInit, Prefix +
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp 9895 bool ZeroInit = E->requiresZeroInitialization();
9896 if (CheckTrivialDefaultConstructor(Info, E->getExprLoc(), FD, ZeroInit)) {
9901 if (ZeroInit)
9914 if (E->isElidable() && !ZeroInit)
9919 if (ZeroInit && !ZeroInitialization(E, T))

Completed in 50 milliseconds