Home
last modified time | relevance | path

Searched refs:Kind1 (Results 1 – 25 of 104) sorted by relevance

12345

/dports/sysutils/istio/istio-1.6.7/galley/pkg/config/testing/data/
H A Dyaml.go21 kind: Kind1
32 kind: Kind1
43 kind: Kind1
53 kind: Kind1
64 kind: Kind1
86 kind: Kind1
113 kind: Kind1
135 kind: Kind1
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/AST/
H A DASTTypeTraits.cpp62 ASTNodeKind ASTNodeKind::getMostDerivedType(ASTNodeKind Kind1,
64 if (Kind1.isBaseOf(Kind2)) return Kind2;
65 if (Kind2.isBaseOf(Kind1)) return Kind1;
69 ASTNodeKind ASTNodeKind::getMostDerivedCommonAncestor(ASTNodeKind Kind1,
71 NodeKindId Parent = Kind1.KindId;
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/AST/
H A DASTTypeTraits.cpp62 ASTNodeKind ASTNodeKind::getMostDerivedType(ASTNodeKind Kind1, in getMostDerivedType() argument
64 if (Kind1.isBaseOf(Kind2)) return Kind2; in getMostDerivedType()
65 if (Kind2.isBaseOf(Kind1)) return Kind1; in getMostDerivedType()
69 ASTNodeKind ASTNodeKind::getMostDerivedCommonAncestor(ASTNodeKind Kind1, in getMostDerivedCommonAncestor() argument
71 NodeKindId Parent = Kind1.KindId; in getMostDerivedCommonAncestor()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/AST/
H A DASTTypeTraits.cpp64 ASTNodeKind ASTNodeKind::getMostDerivedType(ASTNodeKind Kind1, in getMostDerivedType() argument
66 if (Kind1.isBaseOf(Kind2)) return Kind2; in getMostDerivedType()
67 if (Kind2.isBaseOf(Kind1)) return Kind1; in getMostDerivedType()
71 ASTNodeKind ASTNodeKind::getMostDerivedCommonAncestor(ASTNodeKind Kind1, in getMostDerivedCommonAncestor() argument
73 NodeKindId Parent = Kind1.KindId; in getMostDerivedCommonAncestor()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/AST/
H A DASTTypeTraits.cpp66 ASTNodeKind ASTNodeKind::getMostDerivedType(ASTNodeKind Kind1, in getMostDerivedType() argument
68 if (Kind1.isBaseOf(Kind2)) return Kind2; in getMostDerivedType()
69 if (Kind2.isBaseOf(Kind1)) return Kind1; in getMostDerivedType()
73 ASTNodeKind ASTNodeKind::getMostDerivedCommonAncestor(ASTNodeKind Kind1, in getMostDerivedCommonAncestor() argument
75 NodeKindId Parent = Kind1.KindId; in getMostDerivedCommonAncestor()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/AST/
H A DASTTypeTraits.cpp66 ASTNodeKind ASTNodeKind::getMostDerivedType(ASTNodeKind Kind1, in getMostDerivedType() argument
68 if (Kind1.isBaseOf(Kind2)) return Kind2; in getMostDerivedType()
69 if (Kind2.isBaseOf(Kind1)) return Kind1; in getMostDerivedType()
73 ASTNodeKind ASTNodeKind::getMostDerivedCommonAncestor(ASTNodeKind Kind1, in getMostDerivedCommonAncestor() argument
75 NodeKindId Parent = Kind1.KindId; in getMostDerivedCommonAncestor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/AST/
H A DASTTypeTraits.cpp67 ASTNodeKind ASTNodeKind::getMostDerivedType(ASTNodeKind Kind1, in getMostDerivedType() argument
69 if (Kind1.isBaseOf(Kind2)) return Kind2; in getMostDerivedType()
70 if (Kind2.isBaseOf(Kind1)) return Kind1; in getMostDerivedType()
74 ASTNodeKind ASTNodeKind::getMostDerivedCommonAncestor(ASTNodeKind Kind1, in getMostDerivedCommonAncestor() argument
76 NodeKindId Parent = Kind1.KindId; in getMostDerivedCommonAncestor()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/AST/
H A DASTTypeTraits.cpp66 ASTNodeKind ASTNodeKind::getMostDerivedType(ASTNodeKind Kind1, in getMostDerivedType() argument
68 if (Kind1.isBaseOf(Kind2)) return Kind2; in getMostDerivedType()
69 if (Kind2.isBaseOf(Kind1)) return Kind1; in getMostDerivedType()
73 ASTNodeKind ASTNodeKind::getMostDerivedCommonAncestor(ASTNodeKind Kind1, in getMostDerivedCommonAncestor() argument
75 NodeKindId Parent = Kind1.KindId; in getMostDerivedCommonAncestor()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/AST/
H A DASTTypeTraits.cpp66 ASTNodeKind ASTNodeKind::getMostDerivedType(ASTNodeKind Kind1, in getMostDerivedType() argument
68 if (Kind1.isBaseOf(Kind2)) return Kind2; in getMostDerivedType()
69 if (Kind2.isBaseOf(Kind1)) return Kind1; in getMostDerivedType()
73 ASTNodeKind ASTNodeKind::getMostDerivedCommonAncestor(ASTNodeKind Kind1, in getMostDerivedCommonAncestor() argument
75 NodeKindId Parent = Kind1.KindId; in getMostDerivedCommonAncestor()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/AST/
H A DASTTypeTraits.cpp79 ASTNodeKind ASTNodeKind::getMostDerivedType(ASTNodeKind Kind1, in getMostDerivedType() argument
81 if (Kind1.isBaseOf(Kind2)) return Kind2; in getMostDerivedType()
82 if (Kind2.isBaseOf(Kind1)) return Kind1; in getMostDerivedType()
86 ASTNodeKind ASTNodeKind::getMostDerivedCommonAncestor(ASTNodeKind Kind1, in getMostDerivedCommonAncestor() argument
88 NodeKindId Parent = Kind1.KindId; in getMostDerivedCommonAncestor()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/AST/
H A DASTTypeTraits.cpp79 ASTNodeKind ASTNodeKind::getMostDerivedType(ASTNodeKind Kind1, in getMostDerivedType() argument
81 if (Kind1.isBaseOf(Kind2)) return Kind2; in getMostDerivedType()
82 if (Kind2.isBaseOf(Kind1)) return Kind1; in getMostDerivedType()
86 ASTNodeKind ASTNodeKind::getMostDerivedCommonAncestor(ASTNodeKind Kind1, in getMostDerivedCommonAncestor() argument
88 NodeKindId Parent = Kind1.KindId; in getMostDerivedCommonAncestor()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/AST/
H A DASTTypeTraits.cpp79 ASTNodeKind ASTNodeKind::getMostDerivedType(ASTNodeKind Kind1, in getMostDerivedType() argument
81 if (Kind1.isBaseOf(Kind2)) return Kind2; in getMostDerivedType()
82 if (Kind2.isBaseOf(Kind1)) return Kind1; in getMostDerivedType()
86 ASTNodeKind ASTNodeKind::getMostDerivedCommonAncestor(ASTNodeKind Kind1, in getMostDerivedCommonAncestor() argument
88 NodeKindId Parent = Kind1.KindId; in getMostDerivedCommonAncestor()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/AST/
H A DASTTypeTraits.cpp79 ASTNodeKind ASTNodeKind::getMostDerivedType(ASTNodeKind Kind1, in getMostDerivedType() argument
81 if (Kind1.isBaseOf(Kind2)) return Kind2; in getMostDerivedType()
82 if (Kind2.isBaseOf(Kind1)) return Kind1; in getMostDerivedType()
86 ASTNodeKind ASTNodeKind::getMostDerivedCommonAncestor(ASTNodeKind Kind1, in getMostDerivedCommonAncestor() argument
88 NodeKindId Parent = Kind1.KindId; in getMostDerivedCommonAncestor()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/AST/
H A DASTTypeTraits.cpp79 ASTNodeKind ASTNodeKind::getMostDerivedType(ASTNodeKind Kind1, in getMostDerivedType() argument
81 if (Kind1.isBaseOf(Kind2)) return Kind2; in getMostDerivedType()
82 if (Kind2.isBaseOf(Kind1)) return Kind1; in getMostDerivedType()
86 ASTNodeKind ASTNodeKind::getMostDerivedCommonAncestor(ASTNodeKind Kind1, in getMostDerivedCommonAncestor() argument
88 NodeKindId Parent = Kind1.KindId; in getMostDerivedCommonAncestor()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/AST/
H A DASTTypeTraits.cpp79 ASTNodeKind ASTNodeKind::getMostDerivedType(ASTNodeKind Kind1, in getMostDerivedType() argument
81 if (Kind1.isBaseOf(Kind2)) return Kind2; in getMostDerivedType()
82 if (Kind2.isBaseOf(Kind1)) return Kind1; in getMostDerivedType()
86 ASTNodeKind ASTNodeKind::getMostDerivedCommonAncestor(ASTNodeKind Kind1, in getMostDerivedCommonAncestor() argument
88 NodeKindId Parent = Kind1.KindId; in getMostDerivedCommonAncestor()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/AST/
H A DASTTypeTraits.cpp79 ASTNodeKind ASTNodeKind::getMostDerivedType(ASTNodeKind Kind1, in getMostDerivedType() argument
81 if (Kind1.isBaseOf(Kind2)) return Kind2; in getMostDerivedType()
82 if (Kind2.isBaseOf(Kind1)) return Kind1; in getMostDerivedType()
86 ASTNodeKind ASTNodeKind::getMostDerivedCommonAncestor(ASTNodeKind Kind1, in getMostDerivedCommonAncestor() argument
88 NodeKindId Parent = Kind1.KindId; in getMostDerivedCommonAncestor()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/AST/
H A DASTTypeTraits.cpp86 ASTNodeKind ASTNodeKind::getMostDerivedType(ASTNodeKind Kind1, in getMostDerivedType() argument
88 if (Kind1.isBaseOf(Kind2)) return Kind2; in getMostDerivedType()
89 if (Kind2.isBaseOf(Kind1)) return Kind1; in getMostDerivedType()
93 ASTNodeKind ASTNodeKind::getMostDerivedCommonAncestor(ASTNodeKind Kind1, in getMostDerivedCommonAncestor() argument
95 NodeKindId Parent = Kind1.KindId; in getMostDerivedCommonAncestor()
/dports/sysutils/istio/istio-1.6.7/galley/pkg/config/testing/basicmeta/
H A Dbasicmeta.yaml18 kind: "Kind1"
22 kind: "Kind1"
26 - kind: "Kind1"
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/Azure/azure-sdk-for-go/services/preview/migrate/mgmt/2018-09-01-preview/migrate/
H A Denums.go338 type Kind1 string type
342 Aggregate Kind1 = "Aggregate"
344 Compute Kind1 = "Compute"
346 Filter Kind1 = "Filter"
348 GroupBy Kind1 = "GroupBy"
352 func PossibleKind1Values() []Kind1 {
353 return []Kind1{Aggregate, Compute, Filter, GroupBy}
/dports/www/grafana8/azure-sdk-for-go-sdk-azidentity-v0.10.0/services/preview/migrate/mgmt/2018-09-01-preview/migrate/
H A Denums.go338 type Kind1 string type
342 Aggregate Kind1 = "Aggregate"
344 Compute Kind1 = "Compute"
346 Filter Kind1 = "Filter"
348 GroupBy Kind1 = "GroupBy"
352 func PossibleKind1Values() []Kind1 {
353 return []Kind1{Aggregate, Compute, Filter, GroupBy}
/dports/www/grafana8/azure-sdk-for-go-sdk-azcore-v0.19.0/services/preview/migrate/mgmt/2018-09-01-preview/migrate/
H A Denums.go338 type Kind1 string type
342 Aggregate Kind1 = "Aggregate"
344 Compute Kind1 = "Compute"
346 Filter Kind1 = "Filter"
348 GroupBy Kind1 = "GroupBy"
352 func PossibleKind1Values() []Kind1 {
353 return []Kind1{Aggregate, Compute, Filter, GroupBy}
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/Azure/azure-sdk-for-go/services/preview/migrate/mgmt/2018-09-01-preview/migrate/
H A Denums.go338 type Kind1 string type
342 Aggregate Kind1 = "Aggregate"
344 Compute Kind1 = "Compute"
346 Filter Kind1 = "Filter"
348 GroupBy Kind1 = "GroupBy"
352 func PossibleKind1Values() []Kind1 {
353 return []Kind1{Aggregate, Compute, Filter, GroupBy}
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/Azure/azure-sdk-for-go/services/preview/migrate/mgmt/2018-09-01-preview/migrate/
H A Denums.go338 type Kind1 string type
342 Aggregate Kind1 = "Aggregate"
344 Compute Kind1 = "Compute"
346 Filter Kind1 = "Filter"
348 GroupBy Kind1 = "GroupBy"
352 func PossibleKind1Values() []Kind1 {
353 return []Kind1{Aggregate, Compute, Filter, GroupBy}
/dports/security/vault/vault-1.8.2/vendor/github.com/Azure/azure-sdk-for-go/services/preview/migrate/mgmt/2018-09-01-preview/migrate/
H A Denums.go349 type Kind1 string type
353 Aggregate Kind1 = "Aggregate"
355 Compute Kind1 = "Compute"
357 Filter Kind1 = "Filter"
359 GroupBy Kind1 = "GroupBy"
363 func PossibleKind1Values() []Kind1 {
364 return []Kind1{Aggregate, Compute, Filter, GroupBy}
/dports/www/grafana8/azure-sdk-for-go-sdk-internal-v0.7.0/services/preview/migrate/mgmt/2018-09-01-preview/migrate/
H A Denums.go338 type Kind1 string type
342 Aggregate Kind1 = "Aggregate"
344 Compute Kind1 = "Compute"
346 Filter Kind1 = "Filter"
348 GroupBy Kind1 = "GroupBy"
352 func PossibleKind1Values() []Kind1 {
353 return []Kind1{Aggregate, Compute, Filter, GroupBy}

12345