Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseInit.cpp70 TentativeParsingAction Tentative(*this); in MayBeDesignationStart() local
78 Tentative.Revert(); in MayBeDesignationStart()
90 Tentative.Revert(); in MayBeDesignationStart()
DParseTemplate.cpp1199 } Tentative(*this); in IsTemplateArgumentList() local
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp4425 Instruction *Tentative = IDom->getTerminator(); in HoistInsertPosition() local
4429 if (Inst == Tentative || !DT.dominates(Inst, Tentative)) { in HoistInsertPosition()
4444 IP = Tentative; in HoistInsertPosition()
/external/clang/include/clang/Basic/
DTokenKinds.def402 // Tentative name - there's no implementation of std::is_literal_type yet.
/external/v8/
DChangeLog1310 Tentative Windows dll build fix: Don't V8_EXPORT ScriptCompiler::Source