Searched refs:Tentative (Results 1 – 9 of 9) sorted by relevance
786 LambdaIntroducerTentativeParse Tentative; in TryParseLambdaExpression() local787 if (ParseLambdaIntroducer(Intro, &Tentative)) { in TryParseLambdaExpression()792 switch (Tentative) { in TryParseLambdaExpression()827 LambdaIntroducerTentativeParse *Tentative) { in ParseLambdaIntroducer() argument828 if (Tentative) in ParseLambdaIntroducer()829 *Tentative = LambdaIntroducerTentativeParse::Success; in ParseLambdaIntroducer()842 if (Tentative) { in ParseLambdaIntroducer()843 *Tentative = LambdaIntroducerTentativeParse::Invalid; in ParseLambdaIntroducer()853 if (Tentative) in ParseLambdaIntroducer()854 *Tentative = LambdaIntroducerTentativeParse::Incomplete; in ParseLambdaIntroducer()[all …]
751 LambdaIntroducerTentativeParse Tentative; in isCXX11AttributeSpecifier() local752 if (ParseLambdaIntroducer(Intro, &Tentative)) { in isCXX11AttributeSpecifier()759 switch (Tentative) { in isCXX11AttributeSpecifier()
73 RevertingTentativeParsingAction Tentative(*this); in MayBeDesignationStart() local
56 enum State { Unknown, Tentative, ToBuild, Final }; enumerator
21 return I->second.Buffer ? Tentative : ToBuild; in getPCMState()
5203 Instruction *Tentative = &*IP; in HoistInsertPosition() local5209 if (isa<CatchSwitchInst>(Tentative)) in HoistInsertPosition()5213 if (Inst == Tentative || !DT.dominates(Inst, Tentative)) { in HoistInsertPosition()5219 if (Tentative->getParent() == Inst->getParent() && in HoistInsertPosition()5228 IP = Tentative->getIterator(); in HoistInsertPosition()5248 Tentative = IDom->getTerminator(); in HoistInsertPosition()
751 Tentative starting address of the currently growing object.
1929 LambdaIntroducerTentativeParse *Tentative = nullptr);
3899 - Tentative change to set UDP sockets nonblocking. Perhaps it