HomeSort by relevance Sort by last modified time
    Searched refs:isTrivial (Results 1 - 25 of 30) sorted by null

1 2

  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 44 assert(Ctor->getDecl()->isTrivial());
49 assert(cast<CXXMethodDecl>(Call.getDecl())->isTrivial());
335 if (CE->getConstructor()->isTrivial() &&
ExprEngineCallAndReturn.cpp     [all...]
  /external/clang/lib/Analysis/
ThreadSafetyTIL.cpp 112 if (til::ThreadSafetyTIL::isTrivial(V->definition())) {
ThreadSafetyCommon.cpp 613 if (!E || !CurrentBB || E->block() || til::ThreadSafetyTIL::isTrivial(E))
    [all...]
  /external/clang/lib/CodeGen/
CGCXXABI.cpp 50 assert(CD->isTrivial());
CGClass.cpp 670 if (D->isTrivial() && !D->getParent()->mayInsertExtraPadding())
    [all...]
CGExprCXX.cpp 176 if (MD->isTrivial() || (MD->isDefaulted() && MD->getParent()->isUnion())) {
459 if (CD->isTrivial() && CD->isDefaultConstructor())
    [all...]
CGExprConstant.cpp 918 if (!E->getConstructor()->isTrivial())
    [all...]
CGDecl.cpp     [all...]
CGExprAgg.cpp 394 Cons->getConstructor()->isTrivial();
    [all...]
CGObjC.cpp 826 return (construct->getConstructor()->isTrivial());
    [all...]
MicrosoftCXXABI.cpp     [all...]
CGCall.cpp     [all...]
  /external/clang/lib/AST/
DeclCXX.cpp 594 } else if (Method->isTrivial())
    [all...]
Expr.cpp     [all...]
RecordLayoutBuilder.cpp     [all...]
ExprConstant.cpp     [all...]
Type.cpp     [all...]
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 189 if (Ctor->isTrivial() && Ctor->isDefaultConstructor() &&
    [all...]
SemaDeclCXX.cpp     [all...]
SemaObjCProperty.cpp     [all...]
SemaExprCXX.cpp 806 if (CD->isTrivial())
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
Decl.h     [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 321 inline bool isTrivial(const SExpr *E) {
    [all...]

Completed in 399 milliseconds

1 2