Home
last modified time | relevance | path

Searched refs:isTrivialType (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DType.cpp1016 bool QualType::isTrivialType(ASTContext &Context) const { in isTrivialType() function in QualType
1024 return Context.getBaseElementType(*this).isTrivialType(Context); in isTrivialType()
1081 return Context.getBaseElementType(*this).isTrivialType(Context); in isTriviallyCopyableType()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Analysis/
DThreadSafety.cpp1192 if (T.isTrivialType(VD->getASTContext())) { in VisitDeclStmt()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DType.h690 bool isTrivialType(ASTContext &Context) const;
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExprCXX.cpp3291 return T.isTrivialType(Self.Context); in EvaluateUnaryTypeTrait()