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

  /external/clang/lib/CodeGen/
CGExprConstant.cpp 378 EltInit = CGM.EmitNullConstant(Field->getType());
740 return CGM.EmitNullConstant(E->getType());
766 return CGM.EmitNullConstant(ILE->getType());
816 return CGM.EmitNullConstant(Ty);
    [all...]
CodeGenModule.h 668 /// EmitNullConstant - Return the result of value-initializing the given
671 llvm::Constant *EmitNullConstant(QualType T);
    [all...]
CodeGenFunction.cpp 753 llvm::Constant *NullConstant = CGM.EmitNullConstant(Ty);
    [all...]
CodeGenModule.cpp     [all...]
CGDecl.cpp 186 CGM.EmitNullConstant(D.getType()), Name, 0,
    [all...]
CGExprScalar.cpp 272 return CGF.CGM.EmitNullConstant(E->getType());
    [all...]

Completed in 262 milliseconds