Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseExprCXX.cpp784 LambdaIntroducerTentativeParse Tentative; in TryParseLambdaExpression() local
790 switch (Tentative) { in TryParseLambdaExpression()
826 if (Tentative) in ParseLambdaIntroducer()
840 if (Tentative) { in ParseLambdaIntroducer()
851 if (Tentative) in ParseLambdaIntroducer()
866 Tentative = nullptr; in ParseLambdaIntroducer()
872 Tentative = nullptr; in ParseLambdaIntroducer()
883 !(getLangOpts().ObjC && Tentative)) { in ParseLambdaIntroducer()
983 if (Tentative) { in ParseLambdaIntroducer()
1007 if (!Tentative) { in ParseLambdaIntroducer()
[all …]
H A DParseTentative.cpp708 LambdaIntroducerTentativeParse Tentative; in isCXX11AttributeSpecifier() local
709 if (ParseLambdaIntroducer(Intro, &Tentative)) { in isCXX11AttributeSpecifier()
716 switch (Tentative) { in isCXX11AttributeSpecifier()
H A DParseInit.cpp73 RevertingTentativeParsingAction Tentative(*this); in MayBeDesignationStart() local
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DInMemoryModuleCache.h57 enum State { Unknown, Tentative, ToBuild, Final }; enumerator
/llvm-project-15.0.7/clang/lib/Serialization/
H A DInMemoryModuleCache.cpp21 return I->second.Buffer ? Tentative : ToBuild; in getPCMState()
/llvm-project-15.0.7/clang/unittests/Serialization/
H A DInMemoryModuleCacheTest.cpp43 EXPECT_EQ(InMemoryModuleCache::Tentative, Cache.getPCMState("B")); in TEST()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp5169 Instruction *Tentative = &*IP; in HoistInsertPosition() local
5175 if (isa<CatchSwitchInst>(Tentative)) in HoistInsertPosition()
5179 if (Inst == Tentative || !DT.dominates(Inst, Tentative)) { in HoistInsertPosition()
5185 if (Tentative->getParent() == Inst->getParent() && in HoistInsertPosition()
5194 IP = Tentative->getIterator(); in HoistInsertPosition()
5214 Tentative = IDom->getTerminator(); in HoistInsertPosition()
/llvm-project-15.0.7/clang/test/CodeGenOpenCL/
H A Damdgpu-nullptr.cl183 // Tentative definition of global variables with non-zero initializer
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h1914 LambdaIntroducerTentativeParse *Tentative = nullptr);