/openbsd-src/gnu/llvm/llvm/docs/TableGen/ |
H A D | BackGuide.rst | 280 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 D | local2.C | 6 struct Init { in f() struct 7 Init () { in f() argument
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | VarBypassDetector.cpp | 20 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 D | CGVTT.cpp | 80 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 D | Parallel.h | 169 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 D | CRC.h | 47 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {} in CRC() argument
|
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_allocator_stats.h | 28 void Init() { in Init() function 65 void Init() { in Init() function
|
H A D | sanitizer_flat_map.h | 36 void Init() { internal_memset(map_, 0, sizeof(map_)); } in Init() function 72 void Init() { in Init() function
|
H A D | sanitizer_allocator_secondary.h | 21 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 D | Program.cpp | 129 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 D | ByteCodeExprGen.h | 139 bool visitLocalInitializer(const Expr *Init, unsigned I) { in visitLocalInitializer() 150 bool visitGlobalInitializer(const Expr *Init, unsigned I) { in visitGlobalInitializer()
|
H A D | ByteCodeExprGen.cpp | 317 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 D | SemaCUDA.cpp | 561 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 D | SemaInit.cpp | 64 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 D | init.c | 42 Init(void) in Init() function
|
/openbsd-src/gnu/gcc/libstdc++-v3/src/ |
H A D | ios_init.cc | 82 ios_base::Init::Init() in Init() function in ios_base::Init
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/ |
H A D | Perf.cpp | 78 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 D | ConstantMerge.cpp | 179 Constant *Init = GV.getInitializer(); in mergeConstants() local 207 Constant *Init = GV.getInitializer(); in mergeConstants() local
|
H A D | ElimAvailExtern.cpp | 41 Constant *Init = GV.getInitializer(); in eliminateAvailableExternally() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | ModuleUtils.cpp | 39 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 D | SetTheory.h | 62 class Init; variable
|
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/ |
H A D | memprof_descriptions.cpp | 36 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 D | tsan_stack_trace.cpp | 34 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 D | UndefinedNewArraySizeChecker.cpp | 55 CheckerContext &C, SVal ArgVal, const Expr *Init, SourceRange Range) const { in HandleUndefinedArrayElementCount() argument
|
/openbsd-src/sbin/isakmpd/ |
H A D | prf.h | 45 void (*Init) (void *); member
|