Searched refs:inits (Results 51 - 75 of 82) sorted by relevance

1234

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h2598 init_range inits() { return init_range(init_begin(), init_end()); } function in class:clang::ObjCImplementationDecl
2600 init_const_range inits() const { function in class:clang::ObjCImplementationDecl
H A DDeclCXX.h2492 init_range inits() { return init_range(init_begin(), init_end()); } function in class:clang::final
2493 init_const_range inits() const { function in class:clang::final
H A DRecursiveASTVisitor.h2066 for (auto *I : Ctor->inits()) {
3295 for (auto *E : C->inits()) {
3336 for (auto *E : C->inits()) {
H A DStmtOpenMP.h786 /// Expressions for loop counters inits for CodeGen.
1037 /// Get the dependent inits storage.
1391 ArrayRef<Expr *> inits() { return getInits(); } function in class:clang::OMPLoopDirective
1393 ArrayRef<Expr *> inits() const { function in class:clang::OMPLoopDirective
H A DExpr.h4752 ArrayRef<Expr *> inits() { function in class:clang::final::InitListExpr
4756 ArrayRef<Expr *> inits() const { function in class:clang::final::InitListExpr
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtProfile.cpp601 for (auto *E : C->inits()) {
723 for (auto *E : C->inits()) {
H A DExpr.cpp2223 Expr **inits = getInits(); local
2225 if (inits[i] == nullptr)
2226 inits[i] = filler;
2248 assert(getNumInits() == 1 && "multiple inits in glvalue init list");
H A DDeclPrinter.cpp305 for (const auto *BMInitializer : CDecl->inits()) {
H A DASTImporter.cpp3532 FromConstructor->inits(), CtorInitializers))
7879 if (Error Err = ImportContainerChecked(E->inits(), ToExprs))
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
H A Damdgpu_dcn_calcs.c392 input->scale_ratio_depth.vinit = pipe->plane_res.scl_data.inits.v.value/4294967296.0;
400 input->scale_ratio_depth.vinit_c = pipe->plane_res.scl_data.inits.v_c.value/4294967296.0;
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp807 const auto *InitsRef = C->inits().begin();
2094 // Emit inits for the linear variables.
2097 for (const Expr *Init : C->inits()) {
2260 for (const Expr *I : S.inits()) {
3097 // Emit helper vars inits.
3658 // Emit helper vars inits.
4285 auto IElemInitRef = C->inits().begin();
4599 auto IElemInitRef = C->inits().begin();
5081 // Emit helper vars inits.
6439 auto InitIt = C.inits()
[all...]
H A DCGObjC.cpp1666 for (const auto *IvarInit : IMP->inits()) {
3290 // Delegate inits are a special case in that they're the only
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3979 for (Expr *E : ILE->inits())
3985 for (Expr *E : ILE->inits()) {
4857 for (Expr *E : InitList->inits())
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-openmp.c4104 vec<dovar_init> inits = vNULL; local
4256 inits.safe_push (e);
4393 FOR_EACH_VEC_ELT (inits, ix, di)
4395 inits.release ();
H A Dtrans-stmt.c3233 vec<constructor_elt, va_gc> *inits = NULL; local
3496 CONSTRUCTOR_APPEND_ELT (inits, NULL_TREE, tmp);
3502 init = build_constructor (type, inits);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp6208 for (auto *VE : C->inits()) {
6321 for (auto *VE : C->inits()) {
6567 for (auto *VE : C->inits())
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-stmt.cc3271 vec<constructor_elt, va_gc> *inits = NULL; local
3534 CONSTRUCTOR_APPEND_ELT (inits, NULL_TREE, tmp);
3540 init = build_constructor (type, inits);
H A Dtrans-openmp.cc5046 vec<dovar_init> inits = vNULL; local
5207 inits.safe_push (e);
5345 FOR_EACH_VEC_ELT (inits, ix, di)
5347 inits.release ();
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-loop.cc8312 tree *inits = XALLOCAVEC (tree, group_size); local
8318 inits[i] = gimple_phi_arg_def (as_a<gphi *> (phi_info->stmt),
8380 /* The scalar inits of the IVs if not vectorized. */
8381 elt = inits[(ivn*const_nunits + eltn) % group_size];
9488 The inits of the data_references need to be advanced with the number of
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A DChangeLog-3.x2589 * dbxread.c (dbx_create_type): Created; allocates and inits space
4065 (init_type): Added inits for new C++ fields from
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-3.x2589 * dbxread.c (dbx_create_type): Created; allocates and inits space
4065 (init_type): Added inits for new C++ fields from
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c26155 tree inits = NULL_TREE;
26278 return inits;
26286 if (inits)
26289 TREE_PURPOSE (inits));
26298 TREE_CHAIN (init) = inits;
26299 inits = init;
26303 return inits;
26153 tree inits = NULL_TREE; local
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc27005 tree inits = NULL_TREE;
27140 return inits;
27148 if (inits)
27151 TREE_PURPOSE (inits));
27163 TREE_CHAIN (init) = inits;
27164 inits = init;
27168 return inits;
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp869 for (auto *I : Constructor->inits()) {
2382 for (const auto *E : C->inits()) {
2475 for (const auto *E : C->inits()) {
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7195 for (const auto *I : Node.inits()) {

Completed in 882 milliseconds

1234