Home
last modified time | relevance | path

Searched refs:ConditionValues (Results 1 – 24 of 24) sorted by relevance

/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/minio/pkg/iam/policy/
H A Dpolicy_test.go138 ConditionValues: map[string][]string{},
145 ConditionValues: map[string][]string{
156 ConditionValues: map[string][]string{},
164 ConditionValues: map[string][]string{},
171 ConditionValues: map[string][]string{
182 ConditionValues: map[string][]string{},
582 ConditionValues: map[string][]string{"LocationConstraint": {"us-east-1"}},
592 ConditionValues: map[string][]string{"LocationConstraint": {"us-east-2"}},
603 ConditionValues: map[string][]string{"versionid": {"AaaHbAQitwiL_h47_44lRO2DDfLlBO5e"}},
658 ConditionValues: map[string][]string{
[all …]
H A Dstatement_test.go75 ConditionValues: map[string][]string{},
82 ConditionValues: map[string][]string{
93 ConditionValues: map[string][]string{},
101 ConditionValues: map[string][]string{},
108 ConditionValues: map[string][]string{
119 ConditionValues: map[string][]string{},
H A Dstatement.go55 if !statement.Resources.Match(resource, args.ConditionValues) && !statement.isAdmin() {
59 return statement.Conditions.Evaluate(args.ConditionValues)
H A Dpolicy.go38 ConditionValues map[string][]string `json:"conditions"` member
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/minio/pkg/bucket/policy/
H A Dstatement_test.go78 ConditionValues: map[string][]string{},
85 ConditionValues: map[string][]string{
96 ConditionValues: map[string][]string{},
104 ConditionValues: map[string][]string{},
112 ConditionValues: map[string][]string{
124 ConditionValues: map[string][]string{},
H A Dpolicy_test.go94 ConditionValues: map[string][]string{},
101 ConditionValues: map[string][]string{
112 ConditionValues: map[string][]string{},
120 ConditionValues: map[string][]string{},
128 ConditionValues: map[string][]string{
140 ConditionValues: map[string][]string{},
H A Dstatement.go77 if !statement.Resources.Match(resource, args.ConditionValues) {
81 return statement.Conditions.Evaluate(args.ConditionValues)
H A Dpolicy.go34 ConditionValues map[string][]string `json:"conditions"` member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1041 DenseSet<Value *> ConditionValues; in getCHRConditionValuesForRegion() local
1044 ConditionValues.insert(BI->getCondition()); in getCHRConditionValuesForRegion()
1047 ConditionValues.insert(SI->getCondition()); in getCHRConditionValuesForRegion()
1049 return ConditionValues; in getCHRConditionValuesForRegion()
1071 for (Value *V : ConditionValues) { in shouldSplit()
1076 for (Value *V : ConditionValues) { in shouldSplit()
1094 for (Value *V : ConditionValues) { in shouldSplit()
1170 for (Value *V : ConditionValues) { in splitScope()
1202 PrevConditionValues = ConditionValues; in splitScope()
1217 PrevConditionValues = ConditionValues; in splitScope()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1047 DenseSet<Value *> ConditionValues; in getCHRConditionValuesForRegion() local
1050 ConditionValues.insert(BI->getCondition()); in getCHRConditionValuesForRegion()
1053 ConditionValues.insert(SI->getCondition()); in getCHRConditionValuesForRegion()
1055 return ConditionValues; in getCHRConditionValuesForRegion()
1077 for (Value *V : ConditionValues) { in shouldSplit()
1082 for (Value *V : ConditionValues) { in shouldSplit()
1100 for (Value *V : ConditionValues) { in shouldSplit()
1177 for (Value *V : ConditionValues) { in splitScope()
1209 PrevConditionValues = ConditionValues; in splitScope()
1224 PrevConditionValues = ConditionValues; in splitScope()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1045 DenseSet<Value *> ConditionValues; in getCHRConditionValuesForRegion() local
1048 ConditionValues.insert(BI->getCondition()); in getCHRConditionValuesForRegion()
1051 ConditionValues.insert(SI->getCondition()); in getCHRConditionValuesForRegion()
1053 return ConditionValues; in getCHRConditionValuesForRegion()
1075 for (Value *V : ConditionValues) { in shouldSplit()
1080 for (Value *V : ConditionValues) { in shouldSplit()
1098 for (Value *V : ConditionValues) { in shouldSplit()
1174 for (Value *V : ConditionValues) { in splitScope()
1206 PrevConditionValues = ConditionValues; in splitScope()
1221 PrevConditionValues = ConditionValues; in splitScope()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1041 DenseSet<Value *> ConditionValues; in getCHRConditionValuesForRegion() local
1044 ConditionValues.insert(BI->getCondition()); in getCHRConditionValuesForRegion()
1047 ConditionValues.insert(SI->getCondition()); in getCHRConditionValuesForRegion()
1049 return ConditionValues; in getCHRConditionValuesForRegion()
1071 for (Value *V : ConditionValues) { in shouldSplit()
1076 for (Value *V : ConditionValues) { in shouldSplit()
1094 for (Value *V : ConditionValues) { in shouldSplit()
1170 for (Value *V : ConditionValues) { in splitScope()
1202 PrevConditionValues = ConditionValues; in splitScope()
1217 PrevConditionValues = ConditionValues; in splitScope()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1047 DenseSet<Value *> ConditionValues; in getCHRConditionValuesForRegion() local
1050 ConditionValues.insert(BI->getCondition()); in getCHRConditionValuesForRegion()
1053 ConditionValues.insert(SI->getCondition()); in getCHRConditionValuesForRegion()
1055 return ConditionValues; in getCHRConditionValuesForRegion()
1077 for (Value *V : ConditionValues) { in shouldSplit()
1082 for (Value *V : ConditionValues) { in shouldSplit()
1100 for (Value *V : ConditionValues) { in shouldSplit()
1177 for (Value *V : ConditionValues) { in splitScope()
1209 PrevConditionValues = ConditionValues; in splitScope()
1224 PrevConditionValues = ConditionValues; in splitScope()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1045 DenseSet<Value *> ConditionValues; in getCHRConditionValuesForRegion() local
1048 ConditionValues.insert(BI->getCondition()); in getCHRConditionValuesForRegion()
1051 ConditionValues.insert(SI->getCondition()); in getCHRConditionValuesForRegion()
1053 return ConditionValues; in getCHRConditionValuesForRegion()
1075 for (Value *V : ConditionValues) { in shouldSplit()
1080 for (Value *V : ConditionValues) { in shouldSplit()
1098 for (Value *V : ConditionValues) { in shouldSplit()
1174 for (Value *V : ConditionValues) { in splitScope()
1206 PrevConditionValues = ConditionValues; in splitScope()
1221 PrevConditionValues = ConditionValues; in splitScope()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1039 DenseSet<Value *> ConditionValues; in getCHRConditionValuesForRegion() local
1042 ConditionValues.insert(BI->getCondition()); in getCHRConditionValuesForRegion()
1045 ConditionValues.insert(SI->getCondition()); in getCHRConditionValuesForRegion()
1047 return ConditionValues; in getCHRConditionValuesForRegion()
1069 for (Value *V : ConditionValues) { in shouldSplit()
1074 for (Value *V : ConditionValues) { in shouldSplit()
1092 for (Value *V : ConditionValues) { in shouldSplit()
1168 for (Value *V : ConditionValues) { in splitScope()
1200 PrevConditionValues = ConditionValues; in splitScope()
1215 PrevConditionValues = ConditionValues; in splitScope()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1041 DenseSet<Value *> ConditionValues; in getCHRConditionValuesForRegion() local
1044 ConditionValues.insert(BI->getCondition()); in getCHRConditionValuesForRegion()
1047 ConditionValues.insert(SI->getCondition()); in getCHRConditionValuesForRegion()
1049 return ConditionValues; in getCHRConditionValuesForRegion()
1071 for (Value *V : ConditionValues) { in shouldSplit()
1076 for (Value *V : ConditionValues) { in shouldSplit()
1094 for (Value *V : ConditionValues) { in shouldSplit()
1170 for (Value *V : ConditionValues) { in splitScope()
1202 PrevConditionValues = ConditionValues; in splitScope()
1217 PrevConditionValues = ConditionValues; in splitScope()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1047 DenseSet<Value *> ConditionValues; in getCHRConditionValuesForRegion() local
1050 ConditionValues.insert(BI->getCondition()); in getCHRConditionValuesForRegion()
1053 ConditionValues.insert(SI->getCondition()); in getCHRConditionValuesForRegion()
1055 return ConditionValues; in getCHRConditionValuesForRegion()
1077 for (Value *V : ConditionValues) { in shouldSplit()
1082 for (Value *V : ConditionValues) { in shouldSplit()
1100 for (Value *V : ConditionValues) { in shouldSplit()
1177 for (Value *V : ConditionValues) { in splitScope()
1209 PrevConditionValues = ConditionValues; in splitScope()
1224 PrevConditionValues = ConditionValues; in splitScope()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1045 DenseSet<Value *> ConditionValues; in getCHRConditionValuesForRegion() local
1048 ConditionValues.insert(BI->getCondition()); in getCHRConditionValuesForRegion()
1051 ConditionValues.insert(SI->getCondition()); in getCHRConditionValuesForRegion()
1053 return ConditionValues; in getCHRConditionValuesForRegion()
1075 for (Value *V : ConditionValues) { in shouldSplit()
1080 for (Value *V : ConditionValues) { in shouldSplit()
1098 for (Value *V : ConditionValues) { in shouldSplit()
1174 for (Value *V : ConditionValues) { in splitScope()
1206 PrevConditionValues = ConditionValues; in splitScope()
1221 PrevConditionValues = ConditionValues; in splitScope()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1045 DenseSet<Value *> ConditionValues; in getCHRConditionValuesForRegion() local
1048 ConditionValues.insert(BI->getCondition()); in getCHRConditionValuesForRegion()
1051 ConditionValues.insert(SI->getCondition()); in getCHRConditionValuesForRegion()
1053 return ConditionValues; in getCHRConditionValuesForRegion()
1075 for (Value *V : ConditionValues) { in shouldSplit()
1080 for (Value *V : ConditionValues) { in shouldSplit()
1098 for (Value *V : ConditionValues) { in shouldSplit()
1174 for (Value *V : ConditionValues) { in splitScope()
1206 PrevConditionValues = ConditionValues; in splitScope()
1221 PrevConditionValues = ConditionValues; in splitScope()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1045 DenseSet<Value *> ConditionValues; in getCHRConditionValuesForRegion() local
1048 ConditionValues.insert(BI->getCondition()); in getCHRConditionValuesForRegion()
1051 ConditionValues.insert(SI->getCondition()); in getCHRConditionValuesForRegion()
1053 return ConditionValues; in getCHRConditionValuesForRegion()
1075 for (Value *V : ConditionValues) { in shouldSplit()
1080 for (Value *V : ConditionValues) { in shouldSplit()
1098 for (Value *V : ConditionValues) { in shouldSplit()
1174 for (Value *V : ConditionValues) { in splitScope()
1206 PrevConditionValues = ConditionValues; in splitScope()
1221 PrevConditionValues = ConditionValues; in splitScope()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1039 DenseSet<Value *> ConditionValues; in getCHRConditionValuesForRegion() local
1042 ConditionValues.insert(BI->getCondition()); in getCHRConditionValuesForRegion()
1045 ConditionValues.insert(SI->getCondition()); in getCHRConditionValuesForRegion()
1047 return ConditionValues; in getCHRConditionValuesForRegion()
1069 for (Value *V : ConditionValues) { in shouldSplit()
1074 for (Value *V : ConditionValues) { in shouldSplit()
1092 for (Value *V : ConditionValues) { in shouldSplit()
1168 for (Value *V : ConditionValues) { in splitScope()
1200 PrevConditionValues = ConditionValues; in splitScope()
1215 PrevConditionValues = ConditionValues; in splitScope()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1045 DenseSet<Value *> ConditionValues;
1048 ConditionValues.insert(BI->getCondition());
1051 ConditionValues.insert(SI->getCondition());
1053 return ConditionValues;
1075 for (Value *V : ConditionValues) {
1080 for (Value *V : ConditionValues) {
1098 for (Value *V : ConditionValues) {
1174 for (Value *V : ConditionValues) {
1206 PrevConditionValues = ConditionValues;
1221 PrevConditionValues = ConditionValues;
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1033 DenseSet<Value *> ConditionValues; in getCHRConditionValuesForRegion() local
1036 ConditionValues.insert(BI->getCondition()); in getCHRConditionValuesForRegion()
1039 ConditionValues.insert(SI->getCondition()); in getCHRConditionValuesForRegion()
1041 return ConditionValues; in getCHRConditionValuesForRegion()
1062 for (Value *V : ConditionValues) { in shouldSplit()
1068 for (Value *V : ConditionValues) { in shouldSplit()
1085 for (Value *V : ConditionValues) { in shouldSplit()
1162 for (Value *V : ConditionValues) { in splitScope()
1194 PrevConditionValues = ConditionValues; in splitScope()
1209 PrevConditionValues = ConditionValues; in splitScope()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1021 DenseSet<Value *> ConditionValues; in getCHRConditionValuesForRegion() local
1024 ConditionValues.insert(BI->getCondition()); in getCHRConditionValuesForRegion()
1027 ConditionValues.insert(SI->getCondition()); in getCHRConditionValuesForRegion()
1029 return ConditionValues; in getCHRConditionValuesForRegion()
1050 for (Value *V : ConditionValues) { in shouldSplit()
1056 for (Value *V : ConditionValues) { in shouldSplit()
1072 for (Value *V : ConditionValues) { in shouldSplit()
1149 for (Value *V : ConditionValues) { in splitScope()
1181 PrevConditionValues = ConditionValues; in splitScope()
1196 PrevConditionValues = ConditionValues; in splitScope()
[all …]