Searched refs:Init (Results 151 - 175 of 259) sorted by relevance

1234567891011

/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHexagon.cpp311 std::string Init = UseShared local
314 CmdArgs.push_back(Args.MakeArgString(Init));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h745 llvm::Error Init();
752 if (llvm::Error error = Init())
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp134 TokLexer->Init(Tok, ILEnd, Macro, Args);
187 TokLexer->Init(Toks, NumToks, DisableMacroExpansion, OwnsTokens,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp621 const ConstantArray *Init = cast<ConstantArray>(GV->getInitializer());
622 for (Value *Op : Init->operands()) {
/freebsd-11-stable/contrib/openresolv/
H A Dresolvconf.in107 Subscriber and System Init Commands:
108 -I Init the state dir
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDataFlowTrace.cpp160 bool DataFlowTrace::Init(const std::string &DirPath, std::string *FocusFunction,
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp557 const Expr *Init = CL->getInitializer(); local
560 if (isa<CXXConstructExpr>(Init) || isa<CXXStdInitializerListExpr>(Init)) {
563 assert(isa<InitListExpr>(Init));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1055 if (const Expr *Init = VD->getInit())
1056 CT = mergeCanThrow(CT, Self.canThrow(Init));
1504 if (const Stmt *Init = IS->getInit())
1505 CT = mergeCanThrow(CT, canThrow(Init));
H A DSemaOpenMP.cpp2596 if (const Expr *Init = VD->getAnyInitializer()) {
2598 if (Checker.Visit(Init))
3719 Expr *Init = AsExpression ? CaptureExpr : CaptureExpr->IgnoreImpCasts();
3720 QualType Ty = Init->getType();
3727 S.CreateBuiltinUnaryOp(CaptureExpr->getExprLoc(), UO_AddrOf, Init);
3730 Init = Res.get();
3739 S.AddInitializerToDecl(CED, Init, /*DirectInit=*/false);
6839 void Sema::ActOnOpenMPLoopInitialization(SourceLocation ForLoc, Stmt *Init) {
6841 assert(Init && "Expected loop in canonical form.");
6847 if (!ISC.checkAndSetInit(Init, /*EmitDiag
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary64.h72 void Init(s32 release_to_os_interval_ms) { function in class:SizeClassAllocator64
75 CHECK_EQ(kSpaceBeg, address_range.Init(TotalSpaceSize,
78 NonConstSpaceBeg = address_range.Init(TotalSpaceSize,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp166 Value *Init = Var->getInitializer(); local
167 GV = dyn_cast<GlobalValue>(Init);
168 if (!GV) V = cast<ConstantPointerNull>(Init);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp458 IO &IO, WasmYAML::InitFunction &Init) {
459 IO.mapRequired("Priority", Init.Priority);
460 IO.mapRequired("Symbol", Init.Symbol);
457 mapping( IO &IO, WasmYAML::InitFunction &Init) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h863 mutable InitType Init;
1302 /// a C++98 direct-initializer, e.g. "int x(1);". The Init expression will be
1308 /// Init expression in all three cases is an InitListExpr.
2760 Expr *Init;
2881 return static_cast<InitAndBitWidth*>(Ptr)->Init;
2886 void setInClassInitializer(Expr *Init) {
2889 static_cast<InitAndBitWidth*>(InitStorage.getPointer())->Init = Init;
2891 InitStorage.setPointer(Init);
2942 Stmt *Init; // a
[all...]
H A DDeclCXX.h2172 Stmt *Init; member in class:clang::final
2200 SourceLocation L, Expr *Init, SourceLocation R,
2206 SourceLocation MemberLoc, SourceLocation L, Expr *Init,
2212 SourceLocation MemberLoc, SourceLocation L, Expr *Init,
2218 SourceLocation L, Expr *Init, SourceLocation R);
2247 return Init->getStmtClass() == Stmt::CXXDefaultInitExprClass;
2353 Expr *getInit() const { return static_cast<Expr *>(Init); }
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp640 ExprResult Init = ParseCXXMemberInitializer(MI.Field, /*IsFunction=*/false, local
644 Init.get());
648 if (!Init.isInvalid()) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp407 ConstantInt *Init = dyn_cast_or_null<ConstantInt>(IndDesc.getStartValue());
408 if (!Init || !Init->isZero())
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h692 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name;
724 #define COVMAP_FUNC_RECORD(Type, LLVMType, Name, Init) Type Name;
754 #define COVMAP_HEADER(Type, LLVMType, Name, Init) Type Name;
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenTarget.cpp492 SmallVector<Init *, 16> NewBits(numBits);
496 Init *OrigBit = BI->getBit(bit);
497 Init *BitSwap = BI->getBit(bitSwapIdx);
H A DRISCVCompressInstEmitter.cpp287 static bool validateArgsTypes(Init *Arg1, Init *Arg2) {
515 Init *Pred = Predicates[i]->getValueInit(Name);
H A DAsmMatcherEmitter.cpp1311 Init *DiagnosticType = Def->getValueInit("DiagnosticType");
1315 Init *DiagnosticString = Def->getValueInit("DiagnosticString");
1362 for (Init *I : Supers->getValues()) {
1380 Init *PMName = Rec->getValueInit("PredicateMethod");
1389 Init *RMName = Rec->getValueInit("RenderMethod");
1398 Init *PRMName = Rec->getValueInit("ParserMethod");
1403 Init *DiagnosticType = Rec->getValueInit("DiagnosticType");
1406 Init *DiagnosticString = Rec->getValueInit("DiagnosticString");
1414 Init *IsOptional = Rec->getValueInit("IsOptional");
1419 Init *DMNam
[all...]
/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_sctp.c957 sctp_hdr->v_tag = sm->sctpchnk.Init->initiate_tag;
1096 sm->sctpchnk.Init = (struct sctp_init *) ((char *) chunk_hdr + sizeof(struct sctp_chunkhdr));
1100 if (sctp_hdr->v_tag == 0) { //Init requires vtag=0
1193 /* if no association is found exit - we need to find an Init or AddIP within sysctl_initialising_chunk_proc_limit */
1298 * @brief AddGlobalIPAddresses from Init,InitAck,or AddIP packets
1330 param = (struct sctp_paramhdr *)((char *)sm->sctpchnk.Init + sizeof(struct sctp_init));
1565 * because the original Init went through a public interface or another NAT)
1708 case SN_INi: /* Initialising - Init */
1755 assoc->g_vtag = sm->sctpchnk.Init->initiate_tag;
1770 assoc->l_vtag = sm->sctpchnk.Init
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp162 if (const Stmt *Init = CXXFor->getInit())
163 CGF.EmitStmt(Init);
827 const Expr *Init = VD->getInit();
828 if (!isa<CXXConstructExpr>(Init) ||
829 isTrivialInitializer(Init)) {
838 [this, VDInit, Init](Address DestElement,
845 EmitAnyExprToMem(Init, DestElement,
846 Init->getType().getQualifiers(),
1578 for (const Expr *Init : C->inits()) {
1580 const auto *VD = cast<VarDecl>(cast<DeclRefExpr>(Init)
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp435 wasm::WasmInitFunc Init; local
436 Init.Priority = readVaruint32(Ctx);
437 Init.Symbol = readVaruint32(Ctx);
438 if (!isValidFunctionSymbol(Init.Symbol))
440 Twine(Init.Symbol),
442 LinkingData.InitFunctions.emplace_back(Init);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp2864 const Expr *Init = VD->getAnyInitializer(VD);
2865 if (!Init || Init->isValueDependent()) {
4397 if (const Stmt *Init = SS->getInit()) {
4398 EvalStmtResult ESR = EvaluateStmt(Result, Info, Init);
4498 if (const Stmt *Init = IS->getInit()) {
4499 EvalStmtResult ESR = EvaluateStmt(Result, Info, Init, Case);
4541 if (const Stmt *Init = FS->getInit()) {
4542 EvalStmtResult ESR = EvaluateStmt(Result, Info, Init, Case);
4650 if (const Stmt *Init
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DSetTheory.cpp282 void SetTheory::evaluate(Init *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc) {

Completed in 503 milliseconds

1234567891011