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

  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 141 if (CGM.isTypeConstant(D.getType(), true))
CGDecl.cpp 265 GV->setConstant(CGM.isTypeConstant(D.getType(), true));
822 CGM.isTypeConstant(Ty, true)) {
    [all...]
CodeGenModule.h 496 bool isTypeConstant(QualType QTy, bool ExcludeCtorDtor);
    [all...]
CodeGenModule.cpp     [all...]

Completed in 29 milliseconds