Searched refs:Init (Results 76 - 100 of 259) sorted by relevance

1234567891011

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp104 if (const Expr *Init = VD->getInit())
105 VisitChild(VD, Init);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h216 Init(Parent, ScopeFlags);
496 /// Init - This is used by the parser to implement scope caching.
497 void Init(Scope *parent, unsigned flags);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DFuzzerCLI.cpp139 FuzzerInitFun Init) {
142 if (int RC = Init(&ArgC, &ArgV)) {
138 runFuzzerOnInputs(int ArgC, char *ArgV[], FuzzerTestFun TestOne, FuzzerInitFun Init) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DModuleSymbolTable.cpp72 function_ref<void(RecordStreamer &)> Init) {
122 Init(Streamer);
71 initializeRecordStreamer(const Module &M, function_ref<void(RecordStreamer &)> Init) argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingWriter.c280 #define INSTR_PROF_RAW_HEADER(Type, Name, Init) Header.Name = Init;
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp40 const Expr *Init = D.getInit(); local
45 CGM.getObjCRuntime().EmitObjCGlobalAssign(CGF, CGF.EmitScalarExpr(Init),
48 CGM.getObjCRuntime().EmitObjCWeakAssign(CGF, CGF.EmitScalarExpr(Init),
51 CGF.EmitScalarInit(Init, &D, lv, false);
55 CGF.EmitComplexExprIntoLValue(Init, lv, /*isInit*/ true);
58 CGF.EmitAggExpr(Init,
178 const Expr *Init = D.getInit(); local
224 RValue RV = EmitReferenceBindingToExpr(Init);
H A DCGExprConstant.cpp637 Expr *Init = nullptr; local
639 Init = Updater->getInit(I);
641 if (!Init && FillC) {
644 } else if (!Init || isa<NoInitExpr>(Init)) {
646 } else if (InitListExpr *ChildILE = dyn_cast<InitListExpr>(Init)) {
653 llvm::Constant *Val = Emitter.tryEmitPrivateForMemory(Init, ElemType);
690 Expr *Init = nullptr; local
692 Init = ILE->getInit(ElementNo++);
693 if (Init
1209 Expr *Init = ILE->getInit(i); local
2040 const llvm::APFloat &Init = Value.getFloat(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp183 const Init &Arg,
187 StringInit *ArgName, const Init &Arg);
280 /// A convenience function to check that an Init refers to a specific def. This
283 static bool isSpecificDef(const Init &N, StringRef Def) {
290 /// A convenience function to check that an Init refers to a def that is a
294 static Record *getDefOfSubClass(const Init &N, StringRef Cls) {
301 /// A convenience function to check that an Init refers to a dag whose operator
305 static const DagInit *getDagWithSpecificOperator(const Init &N,
315 /// A convenience function to check that an Init refers to a dag whose operator
319 static const DagInit *getDagWithOperatorOfSubClass(const Init
[all...]
H A DOptParserEmitter.cpp192 for (Init *I : *LI)
196 for (Init *I : *GroupFlags)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp492 const Expr *Init = VD->getInit();
499 if (const CXXConstructExpr *CE = dyn_cast<CXXConstructExpr>(Init))
520 << Init->getSourceRange();
527 if (const CXXConstructExpr *CE = dyn_cast<CXXConstructExpr>(Init)) {
529 } else if (const CallExpr *CE = dyn_cast<CallExpr>(Init)) {
H A DJumpDiagnostics.cpp172 const Expr *Init = VD->getInit(); local
173 if (S.Context.getLangOpts().CPlusPlus && VD->hasLocalStorage() && Init) {
193 if (const CXXConstructExpr *CCE = dyn_cast<CXXConstructExpr>(Init)) {
234 if (Expr *Init = VD->getInit())
235 BuildScopeInformation(Init, ParentScope);
328 if (Stmt *Init = cast<SwitchStmt>(S)->getInit()) {
329 BuildScopeInformation(Init, ParentScope);
H A DScope.cpp87 void Scope::Init(Scope *parent, unsigned flags) { function in class:Scope
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp24 Init(valobj, s, options, m_options.m_max_ptr_depth, 0, nullptr);
27 Init(valobj, s, options, m_options.m_max_ptr_depth, 0, nullptr);
33 Init(valobj, s, options, m_options.m_max_ptr_depth, 0, nullptr);
40 Init(valobj, s, options, ptr_depth, curr_depth, printed_instance_pointers);
43 void ValueObjectPrinter::Init( function in class:ValueObjectPrinter
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp465 const Expr *Init, InitFnRef InitFn) {
467 return this->Visit(Init);
532 const Expr *Init = VD->getInit();
539 if (!visit(Init))
553 if (!visitGlobalInitializer(Init, *I))
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp2021 if (const Expr *Init = getInit()) {
2022 SourceLocation InitEnd = Init->getEndLoc();
2023 // If Init is implicit, ignore its source range and fallback on
2231 return !Init.isNull();
2238 if (auto *S = Init.dyn_cast<Stmt *>())
2241 return cast_or_null<Expr>(Init.get<EvaluatedStmt *>()->Value);
2245 if (auto *ES = Init.dyn_cast<EvaluatedStmt *>())
2248 return Init.getAddrOfPtr1();
2284 if (auto *Eval = Init.dyn_cast<EvaluatedStmt *>()) {
2289 Init
2328 const Expr *Init = getAnyInitializer(DefVD); local
2371 const auto *Init = cast<Expr>(Eval->Value); local
2439 const auto *Init = cast<Expr>(Eval->Value); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1866 const Node *Init; member in class:BracedExpr
1870 : Node(KBracedExpr), Elem(Elem_), Init(Init_), IsArray(IsArray_) {}
1872 template<typename Fn> void match(Fn F) const { F(Elem, Init, IsArray); }
1883 if (Init->getKind() != KBracedExpr && Init->getKind() != KBracedRangeExpr)
1885 Init->print(S);
1892 const Node *Init; member in class:BracedRangeExpr
1895 : Node(KBracedRangeExpr), First(First_), Last(Last_), Init(Init_) {}
1897 template<typename Fn> void match(Fn F) const { F(First, Last, Init); }
1905 if (Init
1912 const Node *Pack, *Init; member in class:FoldExpr
4115 Node *Init = getDerived().parseExpr(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp277 Value *V, Constant *Init, const DataLayout &DL,
293 if (Init) {
295 LI->replaceAllUsesWith(Init);
300 // Store must be unreachable or storing Init into the global.
306 if (Init)
307 SubInit = ConstantFoldLoadThroughGEPConstantExpr(Init, CE);
323 // and will invalidate our notion of what Init is.
328 if (Init && CE && CE->getOpcode() == Instruction::GetElementPtr)
329 SubInit = ConstantFoldLoadThroughGEPConstantExpr(Init, CE);
334 if (Init
276 CleanupConstantGlobalUsers( Value *V, Constant *Init, const DataLayout &DL, function_ref<TargetLibraryInfo &(Function &)> GetTLI) argument
[all...]
H A DGlobalDCE.cpp362 Constant *Init = GV.getInitializer(); local
364 if (isSafeToDestroyConstant(Init))
365 Init->destroyConstant();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFixSGPRCopies.cpp453 for (auto &Init : Inits) {
454 auto &Defs = Init.second;
490 return C.first != Init.first &&
545 for (auto &Init : Inits) {
546 auto &Defs = Init.second;
558 for (auto &Init : Inits) {
559 auto &Defs = Init.second;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp74 Constant *Init; member in struct:__anon130::WorklistEntry::GVInitTy
158 void scheduleMapGlobalInitializer(GlobalVariable &GV, Constant &Init,
171 void mapGlobalInitializer(GlobalVariable &GV, Constant &Init);
821 E.Data.GVInit.GV->setInitializer(mapConstant(E.Data.GVInit.Init));
996 void Mapper::scheduleMapGlobalInitializer(GlobalVariable &GV, Constant &Init, argument
1005 WE.Data.GVInit.Init = &Init;
1120 Constant &Init,
1122 getAsMapper(pImpl)->scheduleMapGlobalInitializer(GV, Init, MCID);
1119 scheduleMapGlobalInitializer(GlobalVariable &GV, Constant &Init, unsigned MCID) argument
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dios_base.h526 // 27.4.2.1.6 Class ios_base::Init
530 class Init class in class:ios_base
534 Init();
535 ~Init();
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp373 Expr *Init = VD->getInit();
374 if (!Init)
378 Rec = Init->IgnoreParenImpCasts();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h3087 Stmt *Init; member in class:clang::final::final::CompoundLiteralExpr
3097 LParenLoc(lparenloc), TInfoAndScope(tinfo, fileScope), Init(init) {}
3103 const Expr *getInitializer() const { return cast<Expr>(Init); }
3104 Expr *getInitializer() { return cast<Expr>(Init); }
3105 void setInitializer(Expr *E) { Init = E; }
3121 // FIXME: Init should never be null.
3122 if (!Init)
3125 return Init->getBeginLoc();
3129 // FIXME: Init should never be null.
3130 if (!Init)
4572 setSyntacticForm(InitListExpr *Init) argument
5177 getExpr(unsigned Init) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread_list.h135 t->Init((uptr)t - ring_buffer_size_, ring_buffer_size_);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace.h100 void Init(const uptr *pcs, uptr cnt, uptr extra_top_pc = 0);

Completed in 389 milliseconds

1234567891011