Home
last modified time | relevance | path

Searched defs:Init (Results 1 – 25 of 229) sorted by relevance

12345678910

/openbsd-src/gnu/llvm/llvm/docs/TableGen/
H A DBackGuide.rst280 This class, a subclass of ``Init``, represents the unset (uninitialized)
288 This class, a subclass of ``Init``, acts as the parent class of the classes
306 * A static function named ``get()`` that returns an ``Init`` representing
322 ``Init`` instances, one per bit.
339 The class includes a pointer to an ``Init`` for the DAG operator and a
377 ``DefInit``
406 length of the list and a vector of pointers to ``Init`` instances, one per
431 ``StringInit``
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dlocal2.C6 struct Init { in f() struct
7 Init () { in f() argument
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DVarBypassDetector.cpp20 void VarBypassDetector::Init(const Stmt *Body) { in Init() function in VarBypassDetector
43 if (const Expr *Init = VD->getInit()) in BuildScopeInformation() local
70 if (const Stmt *Init = cast<SwitchStmt>(S)->getInit()) { in BuildScopeInformation() local
H A DCGVTT.cpp80 llvm::Constant *Init = llvm::ConstantExpr::getGetElementPtr( in EmitVTTDefinition() local
90 llvm::Constant *Init = llvm::ConstantArray::get(ArrayType, VTTComponents); in EmitVTTDefinition() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DParallel.h169 ResultTy parallel_transform_reduce(IterTy Begin, IterTy End, ResultTy Init, in parallel_transform_reduce()
239 ResultTy parallelTransformReduce(IterTy Begin, IterTy End, ResultTy Init, in parallelTransformReduce()
267 ResultTy parallelTransformReduce(RangeTy &&R, ResultTy Init, in parallelTransformReduce()
H A DCRC.h47 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {} in CRC() argument
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_stats.h28 void Init() { in Init() function
65 void Init() { in Init() function
H A Dsanitizer_flat_map.h36 void Init() { internal_memset(map_, 0, sizeof(map_)); } in Init() function
72 void Init() { in Init() function
H A Dsanitizer_allocator_secondary.h21 inline void *Init() { return &p_[0]; } in Init() function
34 inline void *Init() { in Init() function
80 void Init() { in Init() function
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DProgram.cpp129 const Expr *Init) { in getOrCreateGlobal()
160 const Expr *Init) { in createGlobal()
184 const Expr *Init) { in createGlobal()
314 bool IsMutable, const Expr *Init) { in createDescriptor()
H A DByteCodeExprGen.h139 bool visitLocalInitializer(const Expr *Init, unsigned I) { in visitLocalInitializer()
150 bool visitGlobalInitializer(const Expr *Init, unsigned I) { in visitGlobalInitializer()
H A DByteCodeExprGen.cpp317 for (const Expr *Init : E->inits()) { in VisitInitListExpr() local
809 const Expr *Init = nullptr; in allocateLocal() local
845 for (const Expr *Init : InitList->inits()) { in visitArrayInitializer() local
1003 for (const Expr *Init : InitList->inits()) { in visitRecordInitializer() local
1154 const Expr *Init = VD->getInit(); in visitVarDecl() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCUDA.cpp561 if (const auto *Init = VD->getInit()) in IsDependentVar() local
579 const Expr *Init = VD->getInit(); in HasAllowedCUDADeviceStaticInitializer() local
580 auto IsEmptyInit = [&](const Expr *Init) { in HasAllowedCUDADeviceStaticInitializer()
588 auto IsConstantInit = [&](const Expr *Init) { in HasAllowedCUDADeviceStaticInitializer()
613 const Expr *Init = VD->getInit(); in checkAllowedCUDAInitializer() local
H A DSemaInit.cpp64 static StringInitFailureKind IsStringInit(Expr *Init, const ArrayType *AT, in IsStringInit()
155 bool Sema::IsStringInit(Expr *Init, const ArrayType *AT) { in IsStringInit()
625 unsigned Init, const CXXBaseSpecifier &Base, in FillInEmptyInitForBase()
656 void InitListChecker::FillInEmptyInitForField(unsigned Init, FieldDecl *Field, in FillInEmptyInitForField()
813 unsigned Init = 0; in FillInEmptyInitializations() local
873 for (unsigned Init = 0; Init != NumElements; ++Init) { in FillInEmptyInitializations() local
1716 Expr *Init = IList->getInit(Index); in CheckVectorType() local
1935 Expr *Init = IList->getInit(Index); in CheckArrayType() local
2109 Expr *Init = Index < IList->getNumInits() ? IList->getInit(Index) : nullptr; in CheckStructUnionTypes() local
2148 Expr *Init = IList->getInit(Index); in CheckStructUnionTypes() local
[all …]
/openbsd-src/usr.bin/make/
H A Dinit.c42 Init(void) in Init() function
/openbsd-src/gnu/gcc/libstdc++-v3/src/
H A Dios_init.cc82 ios_base::Init::Init() in Init() function in ios_base::Init
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DPerf.cpp78 llvm::Expected<PerfEvent> PerfEvent::Init(perf_event_attr &attr, in Init() function in PerfEvent
94 llvm::Expected<PerfEvent> PerfEvent::Init(perf_event_attr &attr, in Init() function in PerfEvent
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp179 Constant *Init = GV.getInitializer(); in mergeConstants() local
207 Constant *Init = GV.getInitializer(); in mergeConstants() local
H A DElimAvailExtern.cpp41 Constant *Init = GV.getInitializer(); in eliminateAvailableExternally() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp39 if (Constant *Init = GVCtor->getInitializer()) { in appendToGlobalArray() local
78 SmallSetVector<Constant *, 16> &Init) { in collectUsedGlobals()
90 SmallSetVector<Constant *, 16> Init; in appendToUsedList() local
123 SmallSetVector<Constant *, 16> Init; in removeFromUsedList() local
/openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/
H A DSetTheory.h62 class Init; variable
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_descriptions.cpp36 void MemprofThreadIdAndName::Init(u32 tid, const char *tname) { in Init() function in __memprof::MemprofThreadIdAndName
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_stack_trace.cpp34 void VarSizeStackTrace::Init(const uptr *pcs, uptr cnt, uptr extra_top_pc) { in Init() function in __tsan::VarSizeStackTrace
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DUndefinedNewArraySizeChecker.cpp55 CheckerContext &C, SVal ArgVal, const Expr *Init, SourceRange Range) const { in HandleUndefinedArrayElementCount() argument
/openbsd-src/sbin/isakmpd/
H A Dprf.h45 void (*Init) (void *); member

12345678910