Searched refs:Init (Results 276 - 285 of 285) sorted by relevance

<<1112

/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp374 N->Init(getCurScope(), ScopeFlags);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h929 void addModuleInitializer(Module *M, Decl *Init);
/freebsd-13-stable/sys/crypto/ccp/
H A Dccp_hardware.c1221 axf->Init(&auth_ctx);
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp649 std::vector<Init*> Tuple;
H A DCodeGenSchedule.cpp89 for (Init *Arg : make_range(Expr->arg_begin(), Expr->arg_end())) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2706 Expr *Init = Record.readExpr(); local
2708 D->setInitializer(Init, IK);
H A DASTReader.cpp8840 Expr *Init = readExpr();
8847 CXXCtorInitializer(Context, TInfo, IsBaseVirtual, LParenLoc, Init,
8851 CXXCtorInitializer(Context, TInfo, LParenLoc, Init, RParenLoc);
8855 Init, RParenLoc);
8859 LParenLoc, Init, RParenLoc);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3580 auto *Init = GVar->getInitializer();
3582 Init->needsRelocation())
3591 auto *CDAInit = dyn_cast<ConstantDataArray>(Init);
3592 unsigned Size = DAG.getDataLayout().getTypeAllocSize(Init->getType());
3632 Init = ConstantDataArray::get(*DAG.getContext(), V);
3635 auto CPVal = ARMConstantPoolConstant::Create(GVar, Init);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]
/freebsd-13-stable/contrib/bsnmp/tests/
H A Dcatch.hpp12157 std::ios_base::Init m_ostreamInit; // Forces cout/ cerr to be initialised

Completed in 337 milliseconds

<<1112