Home
last modified time | relevance | path

Searched refs:Tentative (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/Parse/
DParseExprCXX.cpp786 LambdaIntroducerTentativeParse Tentative; in TryParseLambdaExpression() local
787 if (ParseLambdaIntroducer(Intro, &Tentative)) { in TryParseLambdaExpression()
792 switch (Tentative) { in TryParseLambdaExpression()
827 LambdaIntroducerTentativeParse *Tentative) { in ParseLambdaIntroducer() argument
828 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 …]
DParseTentative.cpp751 LambdaIntroducerTentativeParse Tentative; in isCXX11AttributeSpecifier() local
752 if (ParseLambdaIntroducer(Intro, &Tentative)) { in isCXX11AttributeSpecifier()
759 switch (Tentative) { in isCXX11AttributeSpecifier()
DParseInit.cpp73 RevertingTentativeParsingAction Tentative(*this); in MayBeDesignationStart() local
/openbsd/src/gnu/llvm/clang/include/clang/Serialization/
DInMemoryModuleCache.h56 enum State { Unknown, Tentative, ToBuild, Final }; enumerator
/openbsd/src/gnu/llvm/clang/lib/Serialization/
DInMemoryModuleCache.cpp21 return I->second.Buffer ? Tentative : ToBuild; in getPCMState()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp5203 Instruction *Tentative = &*IP; in HoistInsertPosition() local
5209 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()
/openbsd/src/gnu/lib/libiberty/src/
Dobstacks.texi751 Tentative starting address of the currently growing object.
/openbsd/src/gnu/llvm/clang/include/clang/Parse/
DParser.h1929 LambdaIntroducerTentativeParse *Tentative = nullptr);
/openbsd/src/usr.sbin/nsd/doc/
DChangeLog3899 - Tentative change to set UDP sockets nonblocking. Perhaps it