Searched refs:setState (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/clang/test/ARCMT/ |
| H A D | objcmt-property-dot-syntax.m | 114 [menuItem setState:NSOnState]; 115 [menuItem setState :NSOnState]; 116 [menuItem setState :ArrNSOnState[NSOnState]]; 117 [menuItem setState : NSOnState]; 118 [menuItem setState: NSOnState]; 119 [menuItem setState: NSOnState]; 120 [menuItem setState : NSOnState];
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | Consumed.cpp | 451 StateMap->setState(PInfo.getVar(), State); in setStateForVarOrTmp() 453 StateMap->setState(PInfo.getTmp(), State); in setStateForVarOrTmp() 873 StateMap->setState(Param, ParamState); in VisitParmVarDecl() 925 StateMap->setState(Var, St); in VisitVarDecl() 931 StateMap->setState(Var, consumed::CS_Unknown); in VisitVarDecl() 941 ThenStates->setState(Test.Var, Test.TestsFor); in splitVarStateForIf() 962 ThenStates->setState(LTest.Var, LTest.TestsFor); in splitVarStateForIfBinOp() 973 ElseStates->setState(LTest.Var, in splitVarStateForIfBinOp() 995 ElseStates->setState(RTest.Var, in splitVarStateForIfBinOp() 1276 CurrStates->setState(Test.Var, Test.TestsFor); in splitState() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.h | 63 void setState(LibFunc F, AvailabilityState State) { in setState() function 125 setState(F, Unavailable); in setUnavailable() 130 setState(F, StandardName); in setAvailable() 137 setState(F, CustomName); in setAvailableWithName() 141 setState(F, StandardName); in setAvailableWithName()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | SampleContextTracker.cpp | 93 FSamples->getContext().setState(SyntheticContext); in moveContextSamples() 217 FSamples->getContext().setState(RawContext); in populateFuncToCtxtMap() 289 Samples->getContext().setState(InlinedContext); in getContextSamplesFor() 368 InlinedSamples->getContext().setState(InlinedContext); in markContextSamplesInlined() 571 ToSamples->getContext().setState(SyntheticContext); in mergeContextNode() 572 FromSamples->getContext().setState(MergedContext); in mergeContextNode() 579 FromSamples->getContext().setState(SyntheticContext); in mergeContextNode()
|
| /llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/ |
| H A D | Consumed.h | 191 void setState(const VarDecl *Var, ConsumedState State); 194 void setState(const CXXBindTemporaryExpr *Tmp, ConsumedState State);
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/ |
| H A D | Core.cpp | 725 EntryItr->second.setState(SymbolState::Materializing); in defineMaterializing() 1004 SymI->second.setState(SymbolState::Resolved); in resolve() 1084 SymEntry.setState(SymbolState::Emitted); in emit() 1091 SymEntry.setState(SymbolState::Ready); in emit() 1143 DependantSymEntry.setState(SymbolState::Ready); in emit() 1162 SymI->second.setState(SymbolState::Ready); in emit() 1723 SymEntry.setState(SymbolState::NeverSearched); in defineImpl() 2688 SymK->second.setState(SymbolState::Materializing); in OL_completeLookup()
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | kmp_stats.h | 759 inline void setState(stats_state_e newstate) { state = newstate; } in setState() function 959 __kmp_stats_thread_ptr->setState(state_name)
|
| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/ |
| H A D | SampleProf.h | 585 void setState(ContextStateMask S) { State |= (uint32_t)S; } 808 Context.setState(SyntheticContext);
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | Core.h | 1208 void setState(SymbolState State) { in setState() function
|