Home
last modified time | relevance | path

Searched defs:ctor (Results 1 – 25 of 27) sorted by relevance

12

/llvm-project/compiler-rt/test/ubsan/TestCases/Misc/Linux/
H A Dsigaction.cpp
/llvm-project/clang/test/CXX/expr/expr.unary/expr.new/
H A Dp17.cpp3 class ctor { class
/llvm-project/flang/test/Semantics/
H A Dresolve22.f9044 function ctor() function
45 type(t2) ctor local
/llvm-project/compiler-rt/test/builtins/Unit/
H A Dctor_dtor.c29 void __attribute__((constructor)) ctor() { in ctor() function
/llvm-project/mlir/lib/Query/Matcher/
H A DRegistryManager.cpp64 MatcherCtor ctor = ctxEntry.first; in getAcceptedCompletionTypes() local
134 MatcherCtor ctor, internal::SourceRange nameRange, in constructMatcher() argument
H A DParser.cpp300 std::optional<MatcherCtor> ctor = sema->lookupMatcherCtor(nameToken.text); in parseIdentifierPrefixImpl() local
337 bool Parser::parseMatcherArgs(std::vector<ParserValue> &args, MatcherCtor ctor, in parseMatcherArgs()
378 std::optional<MatcherCtor> ctor, in parseMatcherExpressionImpl()
529 MatcherCtor ctor, SourceRange nameRange, llvm::StringRef functionName, in actOnMatcherExpression()
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dmake-unique-inaccessible-ctors.cpp52 const OnlyMoveCtor ctor; member
/llvm-project/clang/test/CXX/class/class.union/
H A Dp1.cpp41 Ctor ctor; // expected-error {{union member 'ctor' has a non-trivial default constructor}} member
58 …Ctor ctor; // expected-note {{because field of type 'Ctor' has a user-provided default constructor… member
128 Either<int,Ctor> ctor(0); // expected-note {{in instantiation of template}} in fred() local
/llvm-project/libcxx/test/std/re/re.submatch/re.submatch.op/
H A Dcompare.pass.cpp316 auto ctor = [](const T& string) { in test() local
/llvm-project/mlir/lib/IR/
H A DDialect.cpp187 insert(TypeID typeID,StringRef name,const DialectAllocatorFunction & ctor) insert() argument
198 insertDynamic(StringRef name,const DynamicDialectPopulationFunction & ctor) insertDynamic() argument
H A DMLIRContext.cpp465 getOrLoadDialect(StringRef dialectNamespace,TypeID dialectID,function_ref<std::unique_ptr<Dialect> ()> ctor) getOrLoadDialect() argument
529 getOrLoadDynamicDialect(StringRef dialectNamespace,function_ref<void (DynamicDialect *)> ctor) getOrLoadDynamicDialect() argument
/llvm-project/openmp/runtime/src/
H A Dkmp_threadprivate.cpp504 void __kmpc_threadprivate_register(ident_t *loc, void *data, kmpc_ctor ctor, in __kmpc_threadprivate_register()
747 kmpc_ctor_vec ctor, kmpc_cctor_vec cctor, in __kmpc_threadprivate_register_vec()
/llvm-project/flang/lib/Evaluate/
H A Dfold.cpp70 StructureConstructor ctor{structure.derivedTypeSpec()}; in FoldOperation() local
/llvm-project/clang/test/Analysis/
H A Ddtor-array.cpp107 int ctor = 0; member
/llvm-project/flang/lib/Lower/
H A DConvertConstant.cpp464 const Fortran::evaluate::StructureConstructor &ctor, mlir::Type type) { in genInlinedStructureCtorLitImpl() argument
823 genInlinedStructureCtorLit(Fortran::lower::AbstractConverter & converter,mlir::Location loc,const Fortran::evaluate::StructureConstructor & ctor) genInlinedStructureCtorLit() argument
H A DConvertExprToHLFIR.cpp1665 gen(const Fortran::evaluate::StructureConstructor & ctor) gen() argument
H A DConvertExpr.cpp913 genval(const Fortran::evaluate::StructureConstructor & ctor) genval() argument
1311 if (auto ctor = con.GetScalarValue()) genval() local
/llvm-project/mlir/tools/mlir-tblgen/
H A DAttrOrTypeDefGen.cpp503 Constructor *ctor = emitStorageConstructor() local
/llvm-project/clang/test/CodeGenCXX/
H A Dconst-init-cxx11.cpp480 int ctor() { constexpr Ctor a = { f(102) }; return a.k; } in ctor() function
/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp1983 const CXXConstructorDecl *ctor, cons in EmitCXXAggrConstructorCall() argument
2003 EmitCXXAggrConstructorCall(const CXXConstructorDecl * ctor,llvm::Value * numElements,Address arrayBase,const CXXConstructExpr * E,bool NewPointerIsChecked,bool zeroInitialize) EmitCXXAggrConstructorCall() argument
[all...]
H A DCGObjC.cpp1710 GenerateObjCCtorDtorMethod(ObjCImplementationDecl * IMP,ObjCMethodDecl * MD,bool ctor) GenerateObjCCtorDtorMethod() argument
H A DMicrosoftCXXABI.cpp4039 if (auto *ctor = dyn_cast<CXXConstructorDecl>(GD.getDecl())) { emitCXXStructor() local
[all...]
/llvm-project/flang/lib/Semantics/
H A Dexpression.cpp3778 std::optional<parser::StructureConstructor> ctor; ExprOrVariable() local
3905 std::optional<parser::StructureConstructor> ctor; Analyze() local
/llvm-project/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp453 namespace ctor { global() namespace
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp2152 for (Attribute ctor : getCtors()) { verifySymbolUses() local

12