Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Initializer

1115 /// addInitializer - Add C++ base or member initializer element to CFG.
1149 // here is safe because there's only one initializer per field.
1165 /// extended by a local reference with the given initializer.
2117 // if the initializer expression is something like a 'while' in a
2272 // initializer to the CFG.
2504 // variable and initializer to the CFG.
2817 // variable and initializer to the CFG.
3866 case CFGElement::Initializer:
4250 OS << " (Base initializer)\n";
4252 OS << " (Delegating initializer)\n";
4253 else OS << " (Member initializer)\n";