/freebsd-src/contrib/llvm-project/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( EmitVTTDefinition() local 87 llvm::Constant *Init = llvm::ConstantArray::get(ArrayType, VTTComponents); EmitVTTDefinition() local
|
/freebsd-src/contrib/opencsd/decoder/source/ |
H A D | trc_component.cpp | 56 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 D | sanitizer_allocator_stats.h | 28 void Init() { internal_memset(this, 0, sizeof(*this)); } in Init() function 55 void Init() { in Init() function
|
H A D | sanitizer_flat_map.h | 30 void Init() { internal_memset(map_, 0, sizeof(map_)); } in Init() function 65 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
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Parallel.h | 169 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 D | CRC.h | 47 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {} in CRC() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Program.cpp | 130 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 D | ByteCodeExprGen.cpp |
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ConstantMerge.cpp | 177 Constant *Init = GV.getInitializer(); mergeConstants() local 205 Constant *Init = GV.getInitializer(); mergeConstants() local
|
H A D | ElimAvailExtern.cpp | 99 Constant *Init = GV.getInitializer(); in eliminateAvailableExternally() local
|
H A D | GlobalSplit.cpp | 46 auto *Init = dyn_cast_or_null<ConstantStruct>(GV.getInitializer()); in splitGlobal() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/TableGen/ |
H A D | SetTheory.h | 62 class Init; variable
|
/freebsd-src/contrib/llvm-project/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
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCUDA.cpp | 597 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 D | Scope.cpp | 92 void Scope::Init(Scope *parent, unsigned flags) { Init() function in Scope
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | ModuleUtils.cpp | 39 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 D | tsan_stack_trace.cpp | 34 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 D | UndefinedNewArraySizeChecker.cpp | 55 CheckerContext &C, SVal ArgVal, const Expr *Init, SourceRange Range) const { in HandleUndefinedArrayElementCount() argument
|
/freebsd-src/cddl/usr.sbin/zfsd/ |
H A D | callout.cc | 66 Callout::Init() in Init() function in Callout
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64GlobalsTagging.cpp | 100 llvm::SmallVector<uint8_t> Init(NewSize - SizeInBytes, 0); in tagGlobalDefinition() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARCAPElim.cpp | 124 ConstantArray *Init = cast<ConstantArray>(GV->getInitializer()); in runImpl() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | EnumeratedArray.h | 46 EnumeratedArray(std::initializer_list<ValueType> Init) { in EnumeratedArray()
|
/freebsd-src/contrib/llvm-project/libcxx/src/ |
H A D | iostream.cpp | 173 ios_base::Init::Init() { Init() function in ios_base::Init
|