Searched refs:Tentative (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
| H A D | JITLoaderPerf.cpp | 331 PerfState Tentative; in registerJITLoaderPerfStartImpl() local 332 Tentative.Pid = sys::Process::getProcessId(); in registerJITLoaderPerfStartImpl() 338 if (auto Err = InitDebuggingDir(Tentative)) in registerJITLoaderPerfStartImpl() 343 FilenameBuf << Tentative.JitPath << "/jit-" << Tentative.Pid << ".dump"; in registerJITLoaderPerfStartImpl() 348 if (auto EC = openFileForReadWrite(Filename, Tentative.DumpFd, in registerJITLoaderPerfStartImpl() 357 Tentative.Dumpstream = in registerJITLoaderPerfStartImpl() 358 std::make_unique<raw_fd_ostream>(Tentative.DumpFd, true); in registerJITLoaderPerfStartImpl() 360 auto Header = FillMachine(Tentative); in registerJITLoaderPerfStartImpl() 365 if (auto Err = OpenMarker(Tentative)) in registerJITLoaderPerfStartImpl() 368 Tentative.Dumpstream->write(reinterpret_cast<const char *>(&Header.get()), in registerJITLoaderPerfStartImpl() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseExprCXX.cpp | 728 LambdaIntroducerTentativeParse Tentative; in TryParseLambdaExpression() local 729 if (ParseLambdaIntroducer(Intro, &Tentative)) { in TryParseLambdaExpression() 734 switch (Tentative) { in TryParseLambdaExpression() 760 LambdaIntroducerTentativeParse *Tentative) { in ParseLambdaIntroducer() argument 761 if (Tentative) in ParseLambdaIntroducer() 762 *Tentative = LambdaIntroducerTentativeParse::Success; in ParseLambdaIntroducer() 775 if (Tentative) { in ParseLambdaIntroducer() 776 *Tentative = LambdaIntroducerTentativeParse::Invalid; in ParseLambdaIntroducer() 786 if (Tentative) in ParseLambdaIntroducer() 787 *Tentative = LambdaIntroducerTentativeParse::Incomplete; in ParseLambdaIntroducer() [all …]
|
| H A D | ParseTentative.cpp | 636 LambdaIntroducerTentativeParse Tentative; in isCXX11AttributeSpecifier() local 637 if (ParseLambdaIntroducer(Intro, &Tentative)) { in isCXX11AttributeSpecifier() 644 switch (Tentative) { in isCXX11AttributeSpecifier()
|
| H A D | ParseInit.cpp | 70 RevertingTentativeParsingAction Tentative(*this); in MayBeDesignationStart() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | InMemoryModuleCache.h | 56 enum State { Unknown, Tentative, ToBuild, Final }; enumerator
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | InMemoryModuleCache.cpp | 21 return I->second.Buffer ? Tentative : ToBuild; in getPCMState()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 5545 Instruction *Tentative = &*IP; in HoistInsertPosition() local 5551 if (isa<CatchSwitchInst>(Tentative)) in HoistInsertPosition() 5555 if (Inst == Tentative || !DT.dominates(Inst, Tentative)) { in HoistInsertPosition() 5561 if (Tentative->getParent() == Inst->getParent() && in HoistInsertPosition() 5570 IP = Tentative->getIterator(); in HoistInsertPosition() 5590 Tentative = IDom->getTerminator(); in HoistInsertPosition()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.def | 988 // Tentative DWARF 6 language codes. This list is subject to change.
|
| /freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 4660 LambdaIntroducerTentativeParse *Tentative = nullptr);
|
| /freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/ |
| H A D | CIROps.td | 1578 // Tentative definitions.
|