Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpBuiltinBitCast.cpp191 auto note = [&](int Construct, QualType NoteType, SourceRange NoteRange) { in CheckBitcastType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp410 } else if (CXXConstructExpr *Construct = in PrintConstructorInitializers() local
1015 } else if (CXXConstructExpr *Construct = in VisitVarDecl() local
H A DDeclCXX.cpp2986 if (const auto *Construct = dyn_cast<CXXConstructExpr>(E)) in getTargetConstructor() local
H A DExprConstant.cpp7864 auto note = [&](int Construct, QualType NoteTy, SourceLocation NoteLoc) { in checkBitCastConstexprEligibilityType()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVStructurizer.cpp767 std::vector<Edge> getExitsFrom(const BlockSet &Construct, in getExitsFrom()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp1813 if (const CXXConstructExpr *Construct = dyn_cast<CXXConstructExpr>(Init)) in isTrivialInitializer() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2027 PathDiagnosticConstruct Construct(PDC, ErrorNode, R, EntryPoint); in generate() local
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5250 else if (auto *Construct = llvm::dyn_cast<CXXConstructExpr>(&Node)) in AST_POLYMORPHIC_MATCHER_P2() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp13188 else if (const auto *Construct = dyn_cast<CXXConstructExpr>(E)) in CheckForIntOverflow() local
H A DSemaDecl.cpp2022 const auto *Construct = in ShouldDiagnoseUnusedDecl() local
H A DTreeTransform.h4389 CXXConstructExpr *Construct = dyn_cast<CXXConstructExpr>(Init); in TransformInitializer() local