/netbsd-src/external/apache2/llvm/dist/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``
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/ |
H A D | re.h | 85 inline bool Regex::Init(const std::string& spec, std::string* error) { in Init() function 113 inline bool Regex::Init(const std::string& spec, std::string* error) { in Init() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_allocator_bytemap.h | 19 void Init() { in Init() function 45 void Init() { in Init() function
|
H A D | sanitizer_allocator_stats.h | 27 void Init() { in Init() function 64 void Init() { in Init() function
|
H A D | sanitizer_allocator_secondary.h | 20 INLINE void *Init() { return &p_[0]; } in Init() function 33 INLINE void *Init() { in Init() function 77 void Init() { in Init() function
|
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/ |
H A D | re.h | 90 inline bool Regex::Init(const std::string& spec, std::string* error) { in Init() function 119 inline bool Regex::Init(const std::string& spec, std::string* error) { in Init() function
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_allocator_bytemap.h | 22 void Init() { in Init() function 51 void Init() { in Init() function
|
H A D | sanitizer_allocator_stats.h | 29 void Init() { in Init() function 66 void Init() { in Init() function
|
H A D | sanitizer_allocator_secondary.h | 22 INLINE void *Init() { return &p_[0]; } in Init() function 35 INLINE void *Init() { in Init() function 81 void Init() { in Init() function
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/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
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | CRC.h | 47 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {} in CRC() argument
|
H A D | Parallel.h | 190 ResultTy parallel_transform_reduce(IterTy Begin, IterTy End, ResultTy Init, in parallel_transform_reduce() 276 ResultTy parallelTransformReduce(IterTy Begin, IterTy End, ResultTy Init, in parallelTransformReduce() 304 ResultTy parallelTransformReduce(RangeTy &&R, ResultTy Init, in parallelTransformReduce()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/ |
H A D | ios_init.cc | 78 ios_base::Init::Init() in Init() function in std::ios_base::Init
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/ |
H A D | ios_init.cc | 78 ios_base::Init::Init() in Init() function in std::ios_base::Init
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_stack_trace.cc | 39 void VarSizeStackTrace::Init(const uptr *pcs, uptr cnt, uptr extra_top_pc) { in Init() function in __tsan::VarSizeStackTrace
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_stack_trace.cc | 37 void VarSizeStackTrace::Init(const uptr *pcs, uptr cnt, uptr extra_top_pc) { in Init() function in __tsan::VarSizeStackTrace
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/ |
H A D | SetTheory.h | 61 class Init; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | ElimAvailExtern.cpp | 41 Constant *Init = GV.getInitializer(); in eliminateAvailableExternally() local
|
H A D | ConstantMerge.cpp | 182 Constant *Init = GV->getInitializer(); in mergeConstants() local 213 Constant *Init = GV->getInitializer(); in mergeConstants() local
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
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
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | Scope.cpp | 87 void Scope::Init(Scope *parent, unsigned flags) { in Init() function in Scope
|