| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/ |
| H A D | class-5.m | 22 - (void) setState: (int)number; 27 - (void) setState: (int)number 57 test_that_class_has_instance_method ("SubClass", @selector (setState:)); 61 test_that_class_has_instance_method ("SubSubClass", @selector (setState:));
|
| H A D | class-8.m | 22 - (void) setState: (int)number; 27 - (void) setState: (int)number 60 test_that_class_has_instance_method ("SubClass", @selector (setState:)); 64 test_that_class_has_instance_method ("SubSubClass", @selector (setState:));
|
| H A D | class-6.m | 22 - (void) setState: (int)number; 27 - (void) setState: (int)number 57 test_that_class_has_instance_method ("SubClass", @selector (setState:)); 61 test_that_class_has_instance_method ("SubSubClass", @selector (setState:));
|
| H A D | class-13.m | 21 + (void) setState: (int)number; 26 + (void) setState: (int)number 56 test_that_class_has_class_method ("SubClass", @selector (setState:)); 60 test_that_class_has_class_method ("SubSubClass", @selector (setState:));
|
| H A D | class-9.m | 22 - (void) setState: (int)number; 27 - (void) setState: (int)number 60 test_that_class_has_instance_method ("SubClass", @selector (setState:)); 64 test_that_class_has_instance_method ("SubSubClass", @selector (setState:));
|
| H A D | class-11.m | 23 - (void) setState: (int)number; 28 - (void) setState: (int)number 66 test_that_class_has_instance_method ("SubClass", @selector (setState:)); 70 test_that_class_has_instance_method ("SubSubClass", @selector (setState:));
|
| H A D | class-10.m | 22 - (void) setState: (int)number; 27 - (void) setState: (int)number 62 test_that_class_has_instance_method ("SubClass", @selector (setState:)); 66 test_that_class_has_instance_method ("SubSubClass", @selector (setState:));
|
| H A D | class-14.m | 21 + (void) setState: (int)number; 26 + (void) setState: (int)number 60 test_that_class_has_class_method ("SubClass", @selector (setState:)); 64 test_that_class_has_class_method ("SubSubClass", @selector (setState:));
|
| H A D | class-12.m | 19 + (void) setState: (int)number; 24 + (void) setState: (int)number 43 test_that_class_has_class_method ("SubClass", @selector (setState:));
|
| H A D | class-4.m | 21 - (void) setState: (int)number; 26 - (void) setState: (int)number 45 test_that_class_has_instance_method ("SubClass", @selector (setState:));
|
| H A D | class-7.m | 28 - (void) setState: (int)number; 33 - (void) setState: (int)number 52 test_that_class_has_instance_method ("SubClass", @selector (setState:));
|
| H A D | class-tests-2.h | 51 [object setState: new_state_0]; in test_accessor_method() 58 [object setState: new_state_1]; in test_accessor_method()
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | Consumed.cpp | 451 StateMap->setState(PInfo.getVar(), State); in setStateForVarOrTmp() 453 StateMap->setState(PInfo.getTmp(), State); in setStateForVarOrTmp() 668 StateMap->setState(PInfo.getVar(), mapSetTypestateAttrState(STA)); in handleCall() 672 StateMap->setState(PInfo.getTmp(), mapSetTypestateAttrState(STA)); in handleCall() 766 StateMap->setState(Temp, Entry->second.getAsState(StateMap)); in VisitCXXBindTemporaryExpr() 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() 942 ElseStates->setState(Test.Var, invertConsumedUnconsumed(Test.TestsFor)); in splitVarStateForIf() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | SampleContextTracker.cpp | 93 FSamples->getContext().setState(SyntheticContext); in moveContextSamples() 219 FSamples->getContext().setState(RawContext); in populateFuncToCtxtMap() 291 Samples->getContext().setState(InlinedContext); in getContextSamplesFor() 370 InlinedSamples->getContext().setState(InlinedContext); in markContextSamplesInlined() 573 ToSamples->getContext().setState(SyntheticContext); in mergeContextNode() 574 FromSamples->getContext().setState(MergedContext); in mergeContextNode() 581 FromSamples->getContext().setState(SyntheticContext); in mergeContextNode()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.h | 64 void setState(LibFunc F, AvailabilityState State) { in setState() function 127 setState(F, Unavailable); in setUnavailable() 132 setState(F, StandardName); in setAvailable() 139 setState(F, CustomName); in setAvailableWithName() 143 setState(F, StandardName); in setAvailableWithName()
|
| /openbsd-src/gnu/llvm/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);
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| H A D | Core.cpp | 726 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() 2690 SymK->second.setState(SymbolState::Materializing); in OL_completeLookup()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/ |
| H A D | SampleProf.h | 593 void setState(ContextStateMask S) { State |= (uint32_t)S; } 816 Context.setState(SyntheticContext);
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | Core.h | 1223 void setState(SymbolState State) { in setState() function
|