Home
last modified time | relevance | path

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

123456789

/freebsd-src/contrib/llvm-project/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( EmitVTTDefinition() local
87 llvm::Constant *Init = llvm::ConstantArray::get(ArrayType, VTTComponents); EmitVTTDefinition() local
/freebsd-src/contrib/opencsd/decoder/source/
H A Dtrc_component.cpp56 void Init(TraceComponent *pComp) in Init() function in errLogAttachMonitor
86 void TraceComponent::Init(const std::string &name) in Init() function in TraceComponent
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_stats.h28 void Init() { internal_memset(this, 0, sizeof(*this)); } in Init() function
55 void Init() { in Init() function
H A Dsanitizer_flat_map.h30 void Init() { internal_memset(map_, 0, sizeof(map_)); } in Init() function
65 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
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DParallel.h169 parallel_transform_reduce(IterTy Begin,IterTy End,ResultTy Init,ReduceFuncTy Reduce,TransformFuncTy Transform) parallel_transform_reduce() argument
239 parallelTransformReduce(IterTy Begin,IterTy End,ResultTy Init,ReduceFuncTy Reduce,TransformFuncTy Transform) parallelTransformReduce() argument
267 parallelTransformReduce(RangeTy && R,ResultTy Init,ReduceFuncTy Reduce,TransformFuncTy Transform) parallelTransformReduce() argument
[all...]
H A DCRC.h47 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {} in CRC() argument
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.cpp130 getOrCreateGlobal(const ValueDecl * VD,const Expr * Init) getOrCreateGlobal() argument
161 createGlobal(const ValueDecl * VD,const Expr * Init) createGlobal() argument
188 createGlobal(const DeclTy & D,QualType Ty,bool IsStatic,bool IsExtern,const Expr * Init) createGlobal() argument
316 createDescriptor(const DeclTy & D,const Type * Ty,Descriptor::MetadataSize MDSize,bool IsConst,bool IsTemporary,bool IsMutable,const Expr * Init) createDescriptor() argument
H A DByteCodeExprGen.cpp
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp177 Constant *Init = GV.getInitializer(); mergeConstants() local
205 Constant *Init = GV.getInitializer(); mergeConstants() local
H A DElimAvailExtern.cpp99 Constant *Init = GV.getInitializer(); in eliminateAvailableExternally() local
H A DGlobalSplit.cpp46 auto *Init = dyn_cast_or_null<ConstantStruct>(GV.getInitializer()); in splitGlobal() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DSetTheory.h62 class Init; variable
/freebsd-src/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_descriptions.cpp36 void MemprofThreadIdAndName::Init(u32 tid, const char *tname) { in Init() function in __memprof::MemprofThreadIdAndName
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp597 if (const auto *Init = VD->getInit()) IsDependentVar() local
615 const Expr *Init = VD->getInit(); HasAllowedCUDADeviceStaticInitializer() local
616 __anon2f1cc7040902(const Expr *Init) HasAllowedCUDADeviceStaticInitializer() argument
624 __anon2f1cc7040a02(const Expr *Init) HasAllowedCUDADeviceStaticInitializer() argument
656 const Expr *Init = VD->getInit(); checkAllowedCUDAInitializer() local
[all...]
H A DScope.cpp92 void Scope::Init(Scope *parent, unsigned flags) { Init() function in Scope
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp39 if (Constant *Init = GVCtor->getInitializer()) { appendToGlobalArray() local
82 collectUsedGlobals(GlobalVariable * GV,SmallSetVector<Constant *,16> & Init) collectUsedGlobals() argument
94 SmallSetVector<Constant *, 16> Init; appendToUsedList() local
127 SmallSetVector<Constant *, 16> Init; removeFromUsedList() local
[all...]
/freebsd-src/contrib/llvm-project/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
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUndefinedNewArraySizeChecker.cpp55 CheckerContext &C, SVal ArgVal, const Expr *Init, SourceRange Range) const { in HandleUndefinedArrayElementCount() argument
/freebsd-src/cddl/usr.sbin/zfsd/
H A Dcallout.cc66 Callout::Init() in Init() function in Callout
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64GlobalsTagging.cpp100 llvm::SmallVector<uint8_t> Init(NewSize - SizeInBytes, 0); in tagGlobalDefinition() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCAPElim.cpp124 ConstantArray *Init = cast<ConstantArray>(GV->getInitializer()); in runImpl() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DEnumeratedArray.h46 EnumeratedArray(std::initializer_list<ValueType> Init) { in EnumeratedArray()
/freebsd-src/contrib/llvm-project/libcxx/src/
H A Diostream.cpp173 ios_base::Init::Init() { Init() function in ios_base::Init

123456789