/llvm-project/compiler-rt/test/ubsan/TestCases/Misc/Linux/ |
H A D | sigaction.cpp |
|
/llvm-project/clang/test/CXX/expr/expr.unary/expr.new/ |
H A D | p17.cpp | 3 class ctor { class
|
/llvm-project/flang/test/Semantics/ |
H A D | resolve22.f90 | 44 function ctor() function 45 type(t2) ctor local
|
/llvm-project/compiler-rt/test/builtins/Unit/ |
H A D | ctor_dtor.c | 29 void __attribute__((constructor)) ctor() { in ctor() function
|
/llvm-project/mlir/lib/Query/Matcher/ |
H A D | RegistryManager.cpp | 64 MatcherCtor ctor = ctxEntry.first; in getAcceptedCompletionTypes() local 134 MatcherCtor ctor, internal::SourceRange nameRange, in constructMatcher() argument
|
H A D | Parser.cpp | 300 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 D | make-unique-inaccessible-ctors.cpp | 52 const OnlyMoveCtor ctor; member
|
/llvm-project/clang/test/CXX/class/class.union/ |
H A D | p1.cpp | 41 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 D | compare.pass.cpp | 316 auto ctor = [](const T& string) { in test() local
|
/llvm-project/mlir/lib/IR/ |
H A D | Dialect.cpp | 187 insert(TypeID typeID,StringRef name,const DialectAllocatorFunction & ctor) insert() argument 198 insertDynamic(StringRef name,const DynamicDialectPopulationFunction & ctor) insertDynamic() argument
|
H A D | MLIRContext.cpp | 465 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 D | kmp_threadprivate.cpp | 504 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 D | fold.cpp | 70 StructureConstructor ctor{structure.derivedTypeSpec()}; in FoldOperation() local
|
/llvm-project/clang/test/Analysis/ |
H A D | dtor-array.cpp | 107 int ctor = 0; member
|
/llvm-project/flang/lib/Lower/ |
H A D | ConvertConstant.cpp | 464 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 D | ConvertExprToHLFIR.cpp | 1665 gen(const Fortran::evaluate::StructureConstructor & ctor) gen() argument
|
H A D | ConvertExpr.cpp | 913 genval(const Fortran::evaluate::StructureConstructor & ctor) genval() argument 1311 if (auto ctor = con.GetScalarValue()) genval() local
|
/llvm-project/mlir/tools/mlir-tblgen/ |
H A D | AttrOrTypeDefGen.cpp | 503 Constructor *ctor = emitStorageConstructor() local
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | const-init-cxx11.cpp | 480 int ctor() { constexpr Ctor a = { f(102) }; return a.k; } in ctor() function
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGClass.cpp | 1983 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 D | CGObjC.cpp | 1710 GenerateObjCCtorDtorMethod(ObjCImplementationDecl * IMP,ObjCMethodDecl * MD,bool ctor) GenerateObjCCtorDtorMethod() argument
|
H A D | MicrosoftCXXABI.cpp | 4039 if (auto *ctor = dyn_cast<CXXConstructorDecl>(GD.getDecl())) { emitCXXStructor() local [all...] |
/llvm-project/flang/lib/Semantics/ |
H A D | expression.cpp | 3778 std::optional<parser::StructureConstructor> ctor; ExprOrVariable() local 3905 std::optional<parser::StructureConstructor> ctor; Analyze() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | cxx2a-consteval.cpp | 453 namespace ctor { global() namespace
|
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
H A D | LLVMDialect.cpp | 2152 for (Attribute ctor : getCtors()) { verifySymbolUses() local
|