Home
last modified time | relevance | path

Searched refs:SetterName (Results 1 – 25 of 268) sorted by relevance

1234567891011

/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/test/unitTestsPython/
H A DodbUnitTest.py6 def changeAndTest(self, obj, SetterName, GetterName, expectedVal, *args): argument
7 getattr(obj, SetterName)(*args)
11 def change(self, obj, SetterName, *args): argument
12 return getattr(obj, SetterName)(*args)
H A DREADME.md36 * `changeAndTest(self,obj,SetterName,GetterName,expectedVal,*args)`which is a function for changing…
39 * `SetterName` is the name of the function to be called for changing a value
42 * `*args` are the arguments passed to the `SetterName` function
47 obj.SetterName(*args)
56 * `change(self,obj,SetterName,*args)` which changes a value in the object
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Basic/
H A DIdentifierTable.cpp610 SmallString<64> SetterName("set"); in constructSetterName() local
611 SetterName += Name; in constructSetterName()
612 SetterName[3] = toUppercase(SetterName[3]); in constructSetterName()
613 return SetterName; in constructSetterName()
620 IdentifierInfo *SetterName = in constructSetterSelector() local
622 return SelTable.getUnarySelector(SetterName); in constructSetterSelector()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Basic/
H A DIdentifierTable.cpp609 SmallString<64> SetterName("set");
610 SetterName += Name;
611 SetterName[3] = toUppercase(SetterName[3]);
612 return SetterName;
619 IdentifierInfo *SetterName =
621 return SelTable.getUnarySelector(SetterName);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Basic/
H A DIdentifierTable.cpp675 SmallString<64> SetterName("set"); in constructSetterName() local
676 SetterName += Name; in constructSetterName()
677 SetterName[3] = toUppercase(SetterName[3]); in constructSetterName()
678 return SetterName; in constructSetterName()
685 IdentifierInfo *SetterName = in constructSetterSelector() local
687 return SelTable.getUnarySelector(SetterName); in constructSetterSelector()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Basic/
H A DIdentifierTable.cpp634 SmallString<64> SetterName("set"); in constructSetterName() local
635 SetterName += Name; in constructSetterName()
636 SetterName[3] = toUppercase(SetterName[3]); in constructSetterName()
637 return SetterName; in constructSetterName()
644 IdentifierInfo *SetterName = in constructSetterSelector() local
646 return SelTable.getUnarySelector(SetterName); in constructSetterSelector()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Basic/
H A DIdentifierTable.cpp675 SmallString<64> SetterName("set"); in constructSetterName() local
676 SetterName += Name; in constructSetterName()
677 SetterName[3] = toUppercase(SetterName[3]); in constructSetterName()
678 return SetterName; in constructSetterName()
685 IdentifierInfo *SetterName = in constructSetterSelector() local
687 return SelTable.getUnarySelector(SetterName); in constructSetterSelector()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Basic/
H A DIdentifierTable.cpp634 SmallString<64> SetterName("set"); in constructSetterName() local
635 SetterName += Name; in constructSetterName()
636 SetterName[3] = toUppercase(SetterName[3]); in constructSetterName()
637 return SetterName; in constructSetterName()
644 IdentifierInfo *SetterName = in constructSetterSelector() local
646 return SelTable.getUnarySelector(SetterName); in constructSetterSelector()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Basic/
H A DIdentifierTable.cpp634 SmallString<64> SetterName("set"); in constructSetterName() local
635 SetterName += Name; in constructSetterName()
636 SetterName[3] = toUppercase(SetterName[3]); in constructSetterName()
637 return SetterName; in constructSetterName()
644 IdentifierInfo *SetterName = in constructSetterSelector() local
646 return SelTable.getUnarySelector(SetterName); in constructSetterSelector()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Basic/
H A DIdentifierTable.cpp634 SmallString<64> SetterName("set"); in constructSetterName() local
635 SetterName += Name; in constructSetterName()
636 SetterName[3] = toUppercase(SetterName[3]); in constructSetterName()
637 return SetterName; in constructSetterName()
644 IdentifierInfo *SetterName = in constructSetterSelector() local
646 return SelTable.getUnarySelector(SetterName); in constructSetterSelector()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Basic/
H A DIdentifierTable.cpp625 SmallString<64> SetterName("set"); in constructSetterName() local
626 SetterName += Name; in constructSetterName()
627 SetterName[3] = toUppercase(SetterName[3]); in constructSetterName()
628 return SetterName; in constructSetterName()
635 IdentifierInfo *SetterName = in constructSetterSelector() local
637 return SelTable.getUnarySelector(SetterName); in constructSetterSelector()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Basic/
H A DIdentifierTable.cpp675 SmallString<64> SetterName("set"); in constructSetterName() local
676 SetterName += Name; in constructSetterName()
677 SetterName[3] = toUppercase(SetterName[3]); in constructSetterName()
678 return SetterName; in constructSetterName()
685 IdentifierInfo *SetterName = in constructSetterSelector() local
687 return SelTable.getUnarySelector(SetterName); in constructSetterSelector()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp675 SmallString<64> SetterName("set"); in constructSetterName() local
676 SetterName += Name; in constructSetterName()
677 SetterName[3] = toUppercase(SetterName[3]); in constructSetterName()
678 return SetterName; in constructSetterName()
685 IdentifierInfo *SetterName = in constructSetterSelector() local
687 return SelTable.getUnarySelector(SetterName); in constructSetterSelector()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp625 SmallString<64> SetterName("set"); in constructSetterName() local
626 SetterName += Name; in constructSetterName()
627 SetterName[3] = toUppercase(SetterName[3]); in constructSetterName()
628 return SetterName; in constructSetterName()
635 IdentifierInfo *SetterName = in constructSetterSelector() local
637 return SelTable.getUnarySelector(SetterName); in constructSetterSelector()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Basic/
H A DIdentifierTable.cpp634 SmallString<64> SetterName("set"); in constructSetterName() local
635 SetterName += Name; in constructSetterName()
636 SetterName[3] = toUppercase(SetterName[3]); in constructSetterName()
637 return SetterName; in constructSetterName()
644 IdentifierInfo *SetterName = in constructSetterSelector() local
646 return SelTable.getUnarySelector(SetterName); in constructSetterSelector()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Basic/
H A DIdentifierTable.cpp675 SmallString<64> SetterName("set"); in constructSetterName() local
676 SetterName += Name; in constructSetterName()
677 SetterName[3] = toUppercase(SetterName[3]); in constructSetterName()
678 return SetterName; in constructSetterName()
685 IdentifierInfo *SetterName = in constructSetterSelector() local
687 return SelTable.getUnarySelector(SetterName); in constructSetterSelector()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Basic/
H A DIdentifierTable.cpp635 SmallString<64> SetterName("set");
636 SetterName += Name;
637 SetterName[3] = toUppercase(SetterName[3]);
638 return SetterName;
645 IdentifierInfo *SetterName =
647 return SelTable.getUnarySelector(SetterName);
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Basic/
H A DIdentifierTable.cpp675 SmallString<64> SetterName("set"); in constructSetterName() local
676 SetterName += Name; in constructSetterName()
677 SetterName[3] = toUppercase(SetterName[3]); in constructSetterName()
678 return SetterName; in constructSetterName()
685 IdentifierInfo *SetterName = in constructSetterSelector() local
687 return SelTable.getUnarySelector(SetterName); in constructSetterSelector()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/generate/templates/java/swift/struct/
H A DFieldSetter.mustache19 public {{struct:javaCapitalName}} {{> SetterName}}({{> FieldType}} {{field:javaName}}) {
H A DStructRead.mustache37 builder.{{> SetterName}}({{field:javaName}});
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/generate/templates/java/swift/union/
H A DUnionSetter.mustache21 public void {{> SetterName}}(final {{> FieldType}} {{field:javaName}}) {
/dports/devel/llvm80/llvm-8.0.1.src/lib/IR/
H A DLLVMContextImpl.h1013 MDString *SetterName;
1018 MDString *GetterName, MDString *SetterName, unsigned Attributes,
1021 SetterName(SetterName), Attributes(Attributes), Type(Type) {}
1024 GetterName(N->getRawGetterName()), SetterName(N->getRawSetterName()),
1030 SetterName == RHS->getRawSetterName() &&
1035 return hash_combine(Name, File, Line, GetterName, SetterName, Attributes,
/dports/devel/llvm70/llvm-7.0.1.src/lib/IR/
H A DLLVMContextImpl.h1011 MDString *SetterName;
1016 MDString *GetterName, MDString *SetterName, unsigned Attributes,
1019 SetterName(SetterName), Attributes(Attributes), Type(Type) {}
1022 GetterName(N->getRawGetterName()), SetterName(N->getRawSetterName()),
1028 SetterName == RHS->getRawSetterName() &&
1033 return hash_combine(Name, File, Line, GetterName, SetterName, Attributes,
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/IR/
H A DLLVMContextImpl.h1071 MDString *SetterName;
1076 MDString *GetterName, MDString *SetterName, unsigned Attributes,
1079 SetterName(SetterName), Attributes(Attributes), Type(Type) {}
1082 GetterName(N->getRawGetterName()), SetterName(N->getRawSetterName()),
1088 SetterName == RHS->getRawSetterName() &&
1093 return hash_combine(Name, File, Line, GetterName, SetterName, Attributes,
/dports/devel/llvm11/llvm-11.0.1.src/lib/IR/
H A DLLVMContextImpl.h1071 MDString *SetterName;
1076 MDString *GetterName, MDString *SetterName, unsigned Attributes,
1079 SetterName(SetterName), Attributes(Attributes), Type(Type) {}
1082 GetterName(N->getRawGetterName()), SetterName(N->getRawSetterName()),
1088 SetterName == RHS->getRawSetterName() &&
1093 return hash_combine(Name, File, Line, GetterName, SetterName, Attributes,

1234567891011