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

  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 179 if (CGM.isTypeConstant(D.getType(), true))
CGDecl.cpp 339 GV->setConstant(CGM.isTypeConstant(D.getType(), true));
    [all...]
CodeGenModule.h 646 bool isTypeConstant(QualType QTy, bool ExcludeCtorDtor);
    [all...]
CodeGenModule.cpp     [all...]
CGExpr.cpp 328 CGF.CGM.isTypeConstant(Ty, true))
    [all...]

Completed in 248 milliseconds