Lines Matching defs:Initializer
50 // See if this is an auto-typed variable whose initializer we are parsing.
290 // See if this is an auto-typed variable whose initializer we are parsing.
752 // initializer lists as variadic arguments.
3812 // Check the expression as an initializer for the parameter.
4725 // Ignore failures; dropping the entire initializer list because
5037 // If this is a vector initializer, '(' type ')' '(' init, ..., init ')'
5086 // If a single value is specified in the initializer then it will be
5090 // vector. If a single value is specified in the initializer then it will
6362 // Build an initializer list that designates the appropriate member
6365 InitListExpr *Initializer = new (C) InitListExpr(C, SourceLocation(),
6367 Initializer->setType(UnionType);
6368 Initializer->setInitializedFieldInUnion(Field);
6371 // union type from this initializer list.
6375 VK_RValue, Initializer, false));
8879 // The syntax only allows initializer lists on the RHS of assignment,