Searched refs:Tentative (Results 1 – 9 of 9) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
| H A D | JITLoaderPerf.cpp | 332 PerfState Tentative; in registerJITLoaderPerfStartImpl() local 333 Tentative.Pid = sys::Process::getProcessId(); in registerJITLoaderPerfStartImpl() 339 if (auto Err = InitDebuggingDir(Tentative)) in registerJITLoaderPerfStartImpl() 344 FilenameBuf << Tentative.JitPath << "/jit-" << Tentative.Pid << ".dump"; in registerJITLoaderPerfStartImpl() 349 if (auto EC = openFileForReadWrite(FilenameBuf.str(), Tentative.DumpFd, in registerJITLoaderPerfStartImpl() 358 Tentative.Dumpstream = in registerJITLoaderPerfStartImpl() 359 std::make_unique<raw_fd_ostream>(Tentative.DumpFd, true); in registerJITLoaderPerfStartImpl() 361 auto Header = FillMachine(Tentative); in registerJITLoaderPerfStartImpl() 366 if (auto Err = OpenMarker(Tentative)) in registerJITLoaderPerfStartImpl() 369 Tentative.Dumpstream->write(reinterpret_cast<const char *>(&Header.get()), in registerJITLoaderPerfStartImpl() [all …]
|
| /src/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseExprCXX.cpp | 858 LambdaIntroducerTentativeParse Tentative; in TryParseLambdaExpression() local 859 if (ParseLambdaIntroducer(Intro, &Tentative)) { in TryParseLambdaExpression() 864 switch (Tentative) { in TryParseLambdaExpression() 899 LambdaIntroducerTentativeParse *Tentative) { in ParseLambdaIntroducer() argument 900 if (Tentative) in ParseLambdaIntroducer() 901 *Tentative = LambdaIntroducerTentativeParse::Success; in ParseLambdaIntroducer() 914 if (Tentative) { in ParseLambdaIntroducer() 915 *Tentative = LambdaIntroducerTentativeParse::Invalid; in ParseLambdaIntroducer() 925 if (Tentative) in ParseLambdaIntroducer() 926 *Tentative = LambdaIntroducerTentativeParse::Incomplete; in ParseLambdaIntroducer() [all …]
|
| H A D | ParseTentative.cpp | 787 LambdaIntroducerTentativeParse Tentative; in isCXX11AttributeSpecifier() local 788 if (ParseLambdaIntroducer(Intro, &Tentative)) { in isCXX11AttributeSpecifier() 795 switch (Tentative) { in isCXX11AttributeSpecifier()
|
| H A D | ParseInit.cpp | 76 RevertingTentativeParsingAction Tentative(*this); in MayBeDesignationStart() local
|
| /src/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | InMemoryModuleCache.h | 56 enum State { Unknown, Tentative, ToBuild, Final }; enumerator
|
| /src/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | InMemoryModuleCache.cpp | 21 return I->second.Buffer ? Tentative : ToBuild; in getPCMState()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 5569 Instruction *Tentative = &*IP; in HoistInsertPosition() local 5575 if (isa<CatchSwitchInst>(Tentative)) in HoistInsertPosition() 5579 if (Inst == Tentative || !DT.dominates(Inst, Tentative)) { in HoistInsertPosition() 5585 if (Tentative->getParent() == Inst->getParent() && in HoistInsertPosition() 5594 IP = Tentative->getIterator(); in HoistInsertPosition() 5614 Tentative = IDom->getTerminator(); in HoistInsertPosition()
|
| /src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.def | 977 // Tentative DWARF 6 language codes. This list is subject to change.
|
| /src/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 2010 LambdaIntroducerTentativeParse *Tentative = nullptr);
|