Home
last modified time | relevance | path

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

12345678910

/netbsd-src/external/apache2/llvm/dist/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``
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dre.h85 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 Dsanitizer_allocator_bytemap.h19 void Init() { in Init() function
45 void Init() { in Init() function
H A Dsanitizer_allocator_stats.h27 void Init() { in Init() function
64 void Init() { in Init() function
H A Dsanitizer_allocator_secondary.h20 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 Dre.h90 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 Dsanitizer_allocator_bytemap.h22 void Init() { in Init() function
51 void Init() { in Init() function
H A Dsanitizer_allocator_stats.h29 void Init() { in Init() function
66 void Init() { in Init() function
H A Dsanitizer_allocator_secondary.h22 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 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
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCRC.h47 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {} in CRC() argument
H A DParallel.h190 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 Dios_init.cc78 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 Dios_init.cc78 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 Dtsan_stack_trace.cc39 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 Dtsan_stack_trace.cc37 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 DSetTheory.h61 class Init; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DElimAvailExtern.cpp41 Constant *Init = GV.getInitializer(); in eliminateAvailableExternally() local
H A DConstantMerge.cpp182 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 Dtsan_stack_trace.cpp34 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 DScope.cpp87 void Scope::Init(Scope *parent, unsigned flags) { in Init() function in Scope

12345678910