Searched refs:Init (Results 126 - 150 of 259) sorted by relevance

1234567891011

/freebsd-11-stable/sys/crypto/via/
H A Dpadlock_hash.c263 axf->Init(ses->ses_ictx);
270 axf->Init(ses->ses_octx);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h123 ConstructionContextItem(const CXXCtorInitializer *Init) argument
124 : Data(Init), Kind(InitializerKind), Index(0) {}
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary32.h122 void Init(s32 release_to_os_interval_ms) { function in class:SizeClassAllocator32
123 possible_regions.Init();
H A Dsanitizer_allocator.cpp101 internal_allocator_instance->Init(kReleaseToOSIntervalNever);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp220 void AsanThread::Init(const InitOptions *options) { function in class:__asan::AsanThread
247 Init();
286 // from the caller of Init (which see, above). It's only there to support
H A Dasan_descriptions.h38 void Init(u32 tid, const char *tname);
H A Dasan_mac.cpp183 t->Init();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h404 ExprResult TransformInitializer(Expr *Init, bool NotCopyInit);
1296 Sema::ConditionResult Cond, Stmt *Init, Stmt *Then,
1298 return getSema().ActOnIfStmt(IfLoc, IsConstexpr, Init, Cond, Then,
1306 StmtResult RebuildSwitchStmtStart(SourceLocation SwitchLoc, Stmt *Init, argument
1308 return getSema().ActOnStartOfSwitchStmt(SwitchLoc, Init, Cond);
1345 Stmt *Init, Sema::ConditionResult Cond,
1348 return getSema().ActOnForStmt(ForLoc, LParenLoc, Init, Cond,
2114 SourceLocation CoawaitLoc, Stmt *Init,
2132 if (Init) {
2133 return SemaRef.Diag(Init
1295 RebuildIfStmt(SourceLocation IfLoc, bool IsConstexpr, Sema::ConditionResult Cond, Stmt *Init, Stmt *Then, SourceLocation ElseLoc, Stmt *Else) argument
1344 RebuildForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, Stmt *Init, Sema::ConditionResult Cond, Sema::FullExprArg Inc, SourceLocation RParenLoc, Stmt *Body) argument
2113 RebuildCXXForRangeStmt(SourceLocation ForLoc, SourceLocation CoawaitLoc, Stmt *Init, SourceLocation ColonLoc, Stmt *Range, Stmt *Begin, Stmt *End, Expr *Cond, Expr *Inc, Stmt *LoopVar, SourceLocation RParenLoc) argument
2436 RebuildCompoundLiteralExpr(SourceLocation LParenLoc, TypeSourceInfo *TInfo, SourceLocation RParenLoc, Expr *Init) argument
2478 RebuildDesignatedInitExpr(Designation &Desig, MultiExprArg ArrayExprs, SourceLocation EqualOrColonLoc, bool GNUSyntax, Expr *Init) argument
3533 TransformInitializer(Expr *Init, bool NotCopyInit) argument
6935 StmtResult Init = getDerived().TransformStmt(S->getInit()); local
6986 StmtResult Init = getDerived().TransformStmt(S->getInit()); local
7066 StmtResult Init = getDerived().TransformStmt(S->getInit()); local
7735 StmtResult Init = local
10161 ExprResult Init = getDerived().TransformExpr(E->getInit()); local
11881 ExprResult Init = Info.first; local
[all...]
H A DSemaStmt.cpp1644 if (const Stmt *Init = S->getInit())
1645 Visit(Init);
1661 if (const Stmt *Init = S->getInit())
1662 Visit(Init);
1678 if (const Stmt *Init = S->getInit())
1679 Visit(Init);
1985 static bool FinishForRangeVarDecl(Sema &SemaRef, VarDecl *Decl, Expr *Init, argument
1988 ExprResult Res = SemaRef.CorrectDelayedTyposInExpr(Init);
1993 Init = Res.get();
1999 if ((!isa<InitListExpr>(Init)
4305 ExprResult Init = S.BuildCaptureInit(Cap, Cap.getLocation(), local
[all...]
/freebsd-11-stable/cddl/usr.sbin/zfsd/
H A Dzfsd.cc181 Callout::Init();
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth_i.h42 Boolean Init; member in struct:wpa_state_machine
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h159 ARMConstantPoolConstant(const GlobalVariable *GV, const Constant *Init);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h488 Constant *Init = ConstantExpr::getCast(Instruction::IntToPtr,
493 Init, GVsM.get());
508 Value *Init = MapValue(A.getAliasee(), VMap, RF_None, nullptr, local
510 NewA->setAliasee(cast<Constant>(Init));
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp154 void JSONNodeDumper::Visit(const CXXCtorInitializer *Init) { argument
156 if (Init->isAnyMemberInitializer())
157 JOS.attribute("anyInit", createBareDeclRef(Init->getAnyMember()));
158 else if (Init->isBaseInitializer())
160 createQualType(QualType(Init->getBaseClass(), 0)));
161 else if (Init->isDelegatingInitializer())
163 createQualType(Init->getTypeSourceInfo()->getType()));
/freebsd-11-stable/sys/opencrypto/
H A Dcryptosoft.c339 axf->Init(sw->sw_ictx);
346 axf->Init(sw->sw_octx);
370 axf->Init(sw->sw_ictx);
915 axf->Init((*swd)->sw_ictx);
946 axf->Init((*swd)->sw_ictx);
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h38 class Init;
648 Init *Val;
675 TreePatternNode(Init *val, unsigned NumResults) // leaf ctor
724 Init *getLeafValue() const { assert(isLeaf()); return Val; }
979 TreePatternNodePtr ParseTreePattern(Init *DI, StringRef OpName);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2660 // function as an alias to the global Init function (if any). Otherwise,
2662 llvm::GlobalValue *Init = nullptr; local
2673 Init = llvm::GlobalAlias::create(Var->getLinkage(), InitFnName.str(),
2680 Init = llvm::Function::Create(InitFnTy,
2685 cast<llvm::Function>(Init));
2688 if (Init) {
2689 Init->setVisibility(Var->getVisibility());
2691 if (!CGM.getTriple().isOSWindows() || !Init->hasExternalWeakLinkage())
2692 Init->setDSOLocal(Var->isDSOLocal());
2701 if (Init) {
2887 llvm::Constant *Init = llvm::ConstantDataArray::getString(VMContext, local
3514 llvm::Constant *Init = llvm::ConstantStruct::getAnon(Fields); local
[all...]
H A DCoverageMappingGen.cpp1325 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) LLVMType,
1334 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Init,
1420 #define COVMAP_HEADER(Type, LLVMType, Name, Init) LLVMType,
1426 #define COVMAP_HEADER(Type, LLVMType, Name, Init) Init,
H A DCodeGenModule.cpp2407 llvm::Constant *Init = EmitUuidofInitializer(Uuid);
2408 assert(Init && "failed to initialize as constant");
2411 getModule(), Init->getType(),
2412 /*isConstant=*/true, llvm::GlobalValue::LinkOnceODRLinkage, Init, Name);
3582 llvm::Constant *Init = emitter.tryEmitForInitializer(*InitDecl); local
3583 if (Init) {
3584 auto *InitType = Init->getType();
3601 GV->setInitializer(Init);
3911 llvm::Constant *Init = nullptr;
3923 // error cases, so we just need to set Init t
5055 GetAddrOfGlobalTemporary( const MaterializeTemporaryExpr *E, const Expr *Init) argument
5195 Expr *Init = CtorInitExp->getInit(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1948 const Stmt *const Init = Node.getInit(); local
1949 return (Init != nullptr && InnerMatcher.matches(*Init, Finder, Builder));
1986 const Expr *const Init = Node.getRangeInit(); local
1987 return (Init != nullptr && InnerMatcher.matches(*Init, Finder, Builder));
4457 const Stmt *Init = Node.getInit(); local
4458 return Init != nullptr && InnerMatcher.matches(*Init, Finder, Builder);
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp444 /// \param [in] Init The value the allocated memory needs to be initialized.
450 const Expr *SizeEx, SVal Init,
458 /// \param [in] Init The value the allocated memory needs to be initialized.
464 SVal Size, SVal Init,
1188 SVal Init = UndefinedVal();
1192 Init = SB.makeZeroVal(SB.getContext().CharTy);
1195 State = MallocMemAux(C, CE, TotalSize, Init, State);
1504 const Expr *SizeEx, SVal Init,
1510 return MallocMemAux(C, CE, C.getSVal(SizeEx), Init, State, Family);
1515 SVal Size, SVal Init,
1502 MallocMemAux(CheckerContext &C, const CallExpr *CE, const Expr *SizeEx, SVal Init, ProgramStateRef State, AllocationFamily Family) argument
1513 MallocMemAux(CheckerContext &C, const CallExpr *CE, SVal Size, SVal Init, ProgramStateRef State, AllocationFamily Family) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h1897 IfStmt(const ASTContext &Ctx, SourceLocation IL, bool IsConstexpr, Stmt *Init,
1906 bool IsConstexpr, Stmt *Init, VarDecl *Var, Expr *Cond,
2002 void setInit(Stmt *Init) { argument
2005 getTrailingObjects<Stmt *>()[initOffset()] = Init;
2097 SwitchStmt(const ASTContext &Ctx, Stmt *Init, VarDecl *Var, Expr *Cond);
2104 static SwitchStmt *Create(const ASTContext &Ctx, Stmt *Init, VarDecl *Var,
2149 void setInit(Stmt *Init) { argument
2152 getTrailingObjects<Stmt *>()[initOffset()] = Init;
2431 ForStmt(const ASTContext &C, Stmt *Init, Expr *Cond, VarDecl *condVar,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2644 ExprResult Init;
2650 LambdaCaptureInitKind InitKind, ExprResult Init,
2654 InitKind(InitKind), Init(Init), InitCaptureType(InitCaptureType),
2672 ExprResult Init,
2675 Captures.push_back(LambdaCapture(Kind, Loc, Id, EllipsisLoc, InitKind, Init,
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp364 const Expr *Init = InitWithAdjustments->skipRValueSubobjectAdjustments( local
367 // Take the region for Init, i.e. for the whole object. If we do not remember
370 // (which are currently present in the Environment, because Init is an rvalue)
383 TR = MRMgr.getCXXStaticTempObjectRegion(Init);
385 TR = MRMgr.getCXXTempObjectRegion(Init, LC);
389 TR = MRMgr.getCXXTempObjectRegion(Init, LC);
416 // Init expression (which corresponds to the bigger object) to the whole
422 SVal InitVal = State->getSVal(Init, LC);
424 InitVal = getSValBuilder().conjureSymbolVal(Result, LC, Init->getType(),
444 // newly created temporary region. Do this last in order to getSVal of Init
820 const Expr *Init = BMI->getInit()->IgnoreImplicit(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp440 for (const CXXCtorInitializer *Init : Ctor->inits()) {
441 ExprMutationAnalyzer InitAnalyzer(*Init->getInit(), Context);

Completed in 655 milliseconds

1234567891011