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 142 if (CGM.isTypeConstant(D.getType(), true))
CGDecl.cpp 276 GV->setConstant(CGM.isTypeConstant(D.getType(), true));
864 CGM.isTypeConstant(Ty, true)) {
    [all...]
CodeGenModule.cpp     [all...]
CodeGenModule.h 533 bool isTypeConstant(QualType QTy, bool ExcludeCtorDtor);
    [all...]

Completed in 628 milliseconds