HomeSort by relevance Sort by last modified time
    Searched refs:UnionType (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/type/
UnionType.java 14 public class UnionType extends Type<UnionType> implements NodeWithAnnotations<UnionType> {
18 public UnionType(Range range, List<ReferenceType> elements) {
23 public UnionType(List<ReferenceType> elements) {
32 public UnionType setElements(List<ReferenceType> elements) {
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/type/
UnionType.java 63 public final class UnionType extends Type implements NodeWithAnnotations<UnionType> {
68 public UnionType() {
76 public UnionType(TokenRange tokenRange, NodeList<ReferenceType> elements) {
83 public UnionType(NodeList<ReferenceType> elements) {
93 public UnionType setElements(final NodeList<ReferenceType> elements) {
96 return (UnionType) this;
107 public UnionType setAnnotations(NodeList<AnnotationExpr> annotations) {
108 return (UnionType) super.setAnnotations(annotations);
144 public UnionType clone()
    [all...]
Type.java 226 public UnionType asUnionType() {
227 throw new IllegalStateException(f("%s is not an UnionType", this));
285 public void ifUnionType(Consumer<UnionType> action) {
334 public Optional<UnionType> toUnionType() {
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/validator/
Java7Validator.java 5 import com.github.javaparser.ast.type.UnionType;
23 protected final SingleNodeTypeValidator<UnionType> multiCatch = new SingleNodeTypeValidator<>(UnionType.class, (n, reporter) -> {
Java1_0Validator.java 17 import com.github.javaparser.ast.type.UnionType;
88 protected final Validator noMultiCatch = new SimpleValidator<>(UnionType.class,
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/metamodel/
UnionTypeMetaModel.java 8 super(superBaseNodeMetaModel, com.github.javaparser.ast.type.UnionType.class, "UnionType", "com.github.javaparser.ast.type", false, false);
  /external/v8/src/torque/
type-oracle.h 47 static const Type* GetUnionType(UnionType type) {
57 UnionType result = UnionType::FromType(a);
110 Deduplicator<UnionType> union_types_;
types.cc 36 if (const UnionType* union_type = UnionType::DynamicCast(supertype)) {
103 std::string UnionType::ToExplicitString() const {
118 std::string UnionType::MangledName() const {
128 std::string UnionType::GetGeneratedTNodeTypeName() const {
144 const Type* UnionType::NonConstexprVersion() const {
147 UnionType result((*it)->NonConstexprVersion());
157 void UnionType::RecomputeParent() {
169 void UnionType::Subtract(const Type* t) {
182 UnionType result = UnionType::FromType(a)
    [all...]
types.h 216 class UnionType final : public Type {
218 DECLARE_TYPE_BOILERPLATE(UnionType);
232 friend size_t hash_value(const UnionType& p) {
239 bool operator==(const UnionType& other) const {
268 if (const UnionType* union_type = UnionType::DynamicCast(t)) {
286 static UnionType FromType(const Type* t) {
287 const UnionType* union_type = UnionType::DynamicCast(t);
288 return union_type ? UnionType(*union_type) : UnionType(t)
    [all...]
  /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/ast/validator/
Java7ValidatorTest.java 11 import com.github.javaparser.ast.type.UnionType;
83 UnionType unionType = new UnionType();
86 new Java7Validator().accept(unionType, new ProblemReporter(problems::add));
88 assertProblems(problems, "UnionType.elements can not be empty.");
93 UnionType unionType = new UnionType();
94 unionType.getElements().add(new ClassOrInterfaceType())
    [all...]
  /external/v8/src/compiler/
types.h 225 class UnionType;
322 friend class UnionType;
438 const UnionType* AsUnionForTesting() { return AsUnion(); }
447 friend UnionType;
474 const UnionType* AsUnion() const;
486 static int UpdateRange(Type type, UnionType* result, int size, Zone* zone);
494 static int AddToUnion(Type type, UnionType* result, int size, Zone* zone);
495 static int IntersectAux(Type type, Type other, UnionType* result, int size,
497 static Type NormalizeUnion(UnionType* unioned, int size, Zone* zone);
624 class UnionType : public StructuralType
    [all...]
types.cc 599 bool UnionType::Wellformed() const {
659 UnionType* result = UnionType::New(size, zone);
681 int Type::UpdateRange(Type range, UnionType* result, int size, Zone* zone) {
719 int Type::IntersectAux(Type lhs, Type rhs, UnionType* result, int size,
860 UnionType* result = UnionType::New(size, zone);
892 int Type::AddToUnion(Type type, UnionType* result, int size, Zone* zone) {
907 Type Type::NormalizeUnion(UnionType* unioned, int size, Zone* zone) {
    [all...]
  /external/syzkaller/prog/
types.go 498 type UnionType struct {
504 func (t *UnionType) String() string {
508 func (t *UnionType) FieldName() string {
512 func (t *UnionType) makeDefaultArg() Arg {
516 func (t *UnionType) isDefaultArg(arg Arg) bool {
564 case *UnionType:
any.go 8 union *UnionType
38 target.any.union = &UnionType{
176 case *UnionType:
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVValue.h 183 union UnionType{
188 UnionType() {
  /external/syzkaller/sys/test/gen/
32_fork_shmem.go 35 &PtrType{TypeCommon: TypeCommon{TypeName: "ptr", FldName: "got", TypeSize: 4}, Type: &UnionType{Key: StructKey{Name: "compare_data"}}},
32_shmem.go 35 &PtrType{TypeCommon: TypeCommon{TypeName: "ptr", FldName: "got", TypeSize: 4}, Type: &UnionType{Key: StructKey{Name: "compare_data"}}},
64_fork.go 35 &PtrType{TypeCommon: TypeCommon{TypeName: "ptr", FldName: "got", TypeSize: 8}, Type: &UnionType{Key: StructKey{Name: "compare_data"}}},
  /external/syzkaller/sys/freebsd/gen/
amd64.go 113 &UnionType{Key: StructKey{Name: "ipv6_addr"}, FldName: "ipi6_addr"},
125 &UnionType{Key: StructKey{Name: "ipv4_addr"}, FldName: "imr_multiaddr"},
126 &UnionType{Key: StructKey{Name: "ipv4_addr"}, FldName: "imr_interface"},
129 &UnionType{Key: StructKey{Name: "ipv4_addr", Dir: 1}, FldName: "imr_multiaddr"},
130 &UnionType{Key: StructKey{Name: "ipv4_addr", Dir: 1}, FldName: "imr_interface"},
133 &UnionType{Key: StructKey{Name: "ipv4_addr"}, FldName: "imr_multiaddr"},
134 &UnionType{Key: StructKey{Name: "ipv4_addr"}, FldName: "imr_interface"},
135 &UnionType{Key: StructKey{Name: "ipv4_addr"}, FldName: "imr_sourceaddr"},
138 &UnionType{Key: StructKey{Name: "ipv4_addr", Dir: 1}, FldName: "imr_multiaddr"},
139 &UnionType{Key: StructKey{Name: "ipv4_addr", Dir: 1}, FldName: "imr_interface"}
    [all...]
  /external/javaparser/javaparser-metamodel-generator/src/main/java/com/github/javaparser/generator/metamodel/
MetaModelGenerator.java 139 add(UnionType.class);
  /external/syzkaller/sys/linux/gen/
386.go     [all...]
amd64.go     [all...]
arm.go     [all...]
arm64.go     [all...]
ppc64le.go     [all...]

Completed in 1177 milliseconds

1 2 3 4