Home
last modified time | relevance | path

Searched defs:Construct (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenACC.cpp48 OpenACCComputeConstruct *Construct = nullptr; in findAndSetChildLoops() member
H A DDeclPrinter.cpp382 } else if (CXXConstructExpr *Construct = in PrintConstructorInitializers() local
979 } else if (CXXConstructExpr *Construct = in VisitVarDecl() local
H A DDeclCXX.cpp2785 if (const auto *Construct = dyn_cast<CXXConstructExpr>(E)) in getTargetConstructor() local
H A DExprConstant.cpp7555 auto note = [&](int Construct, QualType NoteTy, SourceLocation NoteLoc) { in checkBitCastConstexprEligibilityType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp1764 if (const CXXConstructExpr *Construct = dyn_cast<CXXConstructExpr>(Init)) in isTrivialInitializer() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2010 PathDiagnosticConstruct Construct(PDC, ErrorNode, R, EntryPoint); in generate() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp2004 const auto *Construct = in ShouldDiagnoseUnusedDecl() local
H A DSemaChecking.cpp11756 else if (const auto *Construct = dyn_cast<CXXConstructExpr>(E)) in CheckForIntOverflow() local
H A DTreeTransform.h4189 CXXConstructExpr *Construct = dyn_cast<CXXConstructExpr>(Init); in TransformInitializer() local