HomeSort by relevance Sort by last modified time
    Searched defs:Types (Results 126 - 150 of 299) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/types/
type.go 5 package types package
61 // pseudo-types for literals
66 // pseudo-types for frame layout
70 // pseudo-types for import/export
73 // SSA backend types
74 TSSA // internal types used by SSA backend (flags, memory, etc.)
75 TTUPLE // a pair of types, used by SSA backend
87 // types of channel
94 // Types stores pointers to predeclared named types
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/types/
type.go 5 package types package
61 // pseudo-types for literals
66 // pseudo-types for frame layout
70 // pseudo-types for import/export
73 // SSA backend types
74 TSSA // internal types used by SSA backend (flags, memory, etc.)
75 TTUPLE // a pair of types, used by SSA backend
87 // types of channel
94 // Types stores pointers to predeclared named types
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 249 /// to type erasure at various points, e.g., related result types or the use
256 // If the converted types are the same, we're done.
557 /// its pointer, name, and types registered in the class struture.
    [all...]
CGObjCGNU.cpp 43 /// types and the function declaration into a module if they're not used, and
53 /// be used as a field in another class and not all of the types that are
58 /// Initialises the lazy function with the name, return type, and the types
191 /// The element types must match the types of the structure elements in the
333 /// types for a selector in a table.
336 /// A map from selectors to selector types. This allows us to emit all
460 /// used to return an untyped selector (with the types field set to NULL).
    [all...]
ItaniumCXXABI.cpp 789 CodeGenTypes &Types = CGM.getTypes();
824 if (Types.isFuncTypeConvertible(FPT)) {
826 Ty = Types.GetFunctionType(Types.arrangeCXXMethodDeclaration(MD));
    [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 75 /// NeonTypeFlags - Flags to identify the types for overloaded Neon
301 /// The types of return value [0] and parameters [1..].
302 std::vector<Type> Types;
351 // Types[0] is the return value.
352 Types.emplace_back(OutTS, Proto[0]);
354 Types.emplace_back(InTS, Proto[I]);
391 Type getReturnType() const { return Types[0]; }
392 Type getParamType(unsigned I) const { return Types[I + 1]; }
512 /// the given types as arguments.
513 Intrinsic &getIntrinsic(StringRef Name, ArrayRef<Type> Types);
    [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 76 /// FillWithPossibleTypes - Set to all legal types and return true, only valid
95 std::string(PredicateName) + " types found");
152 /// argument. If 'this' changes, it returns true. If the two types are
189 // remove non-integer types from the list.
195 // multiple different integer types, replace them with a single iPTR.
218 // If we removed all of our types, we have a type contradiction.
228 /// EnforceInteger - Remove all non-integer types from this set.
241 // Filter out all the fp types.
254 /// EnforceFloatingPoint - Remove all integer types from this set.
267 // Filter out all the integer types
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
Descriptor.cs 146 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.DescriptorProto), global::Google.Protobuf.Reflection.DescriptorProto.Parser, new[]{ "Name", "Field", "Extension", "NestedType", "EnumType", "ExtensionRange", "OneofDecl", "Options", "ReservedRange", "ReservedName" }, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.DescriptorProto.Types.ExtensionRange), global::Google.Protobuf.Reflection.DescriptorProto.Types.ExtensionRange.Parser, new[]{ "Start", "End" }, null, null, null),
147 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.DescriptorProto.Types.ReservedRange), global::Google.Protobuf.Reflection.DescriptorProto.Types.ReservedRange.Parser, new[]{ "Start", "End" }, null, null, null)}),
148 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.FieldDescriptorProto), global::Google.Protobuf.Reflection.FieldDescriptorProto.Parser, new[]{ "Name", "Number", "Label", "Type", "TypeName", "Extendee", "DefaultValue", "OneofIndex", "JsonName", "Options" }, null, new[]{ typeof(global::Google.Protobuf.Reflection.FieldDescriptorProto.Types.Type), typeof(global::Google.Protobuf.Reflection.FieldDescriptorProto.Types.Label) }, null),
154 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.FileOptions), global::Google.Protobuf.Reflection.FileOptions.Parser, new[]{ "JavaPackage", "JavaOuterClassname", "JavaMultipleFiles", "JavaGenerateEqualsAndHash", "JavaStringCheckUtf8", "OptimizeFor", "GoPackage", "CcGenericServices", "JavaGenericServices", "PyGenericServices", "Deprecated", "CcEnableArenas", "ObjcClassPrefix", "CsharpNamespace", "UninterpretedOption" }, null, new[]{ typeof(global::Google.Protobuf.Reflection.FileOptions.Types.OptimizeMode) }, null),
156 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.FieldOptions), global::Google.Protobuf.Reflection.FieldOptions.Parser, new[]{ "Ctype", "Packed", "Jstype", "Lazy", "Deprecated", "Weak", "UninterpretedOption" }, null, new[]{ typeof(global::Google.Protobuf.Reflection.FieldOptions.Types.CType), typeof(global::Google.Protobuf.Reflection.FieldOptions.Types.JSType) }, null),
161 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.UninterpretedOption), global::Google.Protobuf.Reflection.UninterpretedOption.Parser, new[]{ "Name", "IdentifierValue", "PositiveIntValue", "NegativeIntValue", "DoubleValue", "StringValue", "AggregateValue" }, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.UninterpretedOption.Types.NamePart), global::Google.Protobuf.Reflection.UninterpretedOption.Types.NamePart.Parser, new[]{ "N (…)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsdtypes.h 176 WSD_NAME_LIST *Types;
255 WSD_NAME_LIST *Types;
269 WSD_NAME_LIST *Types;
287 WSD_NAME_LIST *Types;
309 WSD_NAME_LIST *Types;
  /external/error_prone/javac/
javac-9+181-r4173-1.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9+181-r4173-1/
javac-9+181-r4173-1.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r4023-3/
javac-9-dev-r4023-3.jar 
  /external/clang/include/clang/AST/
ASTContext.h 90 /// \brief Holds long-lived AST nodes (such as types and decls) that can be
95 mutable SmallVector<Type *, 0> Types;
162 /// \brief A cache from types to size and alignment information.
594 /// Returns empty type if there is no appropriate target types.
599 /// Returns empty type if there is no appropriate target types.
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 236 // Intrinsics which were remangled because of types rename
266 /// types. Once the old style function blocks have been phased out, we would
795 // BinOps are only valid for int/fp or vector of int/fp types
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp 19 // types. Verify that shifts & logicals only happen on integrals f.e.
37 // * Function call argument types match the function prototype
664 "Alias and aliasee types should match!", &GA);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Conformance/
Conformance.cs 192 new pbr::GeneratedClrTypeInfo(typeof(global::Conformance.TestAllTypes), global::Conformance.TestAllTypes.Parser, new[]{ "OptionalInt32", "OptionalInt64", "OptionalUint32", "OptionalUint64", "OptionalSint32", "OptionalSint64", "OptionalFixed32", "OptionalFixed64", "OptionalSfixed32", "OptionalSfixed64", "OptionalFloat", "OptionalDouble", "OptionalBool", "OptionalString", "OptionalBytes", "OptionalNestedMessage", "OptionalForeignMessage", "OptionalNestedEnum", "OptionalForeignEnum", "OptionalStringPiece", "OptionalCord", "RecursiveMessage", "RepeatedInt32", "RepeatedInt64", "RepeatedUint32", "RepeatedUint64", "RepeatedSint32", "RepeatedSint64", "RepeatedFixed32", "RepeatedFixed64", "RepeatedSfixed32", "RepeatedSfixed64", "RepeatedFloat", "RepeatedDouble", "RepeatedBool", "RepeatedString", "RepeatedBytes", "RepeatedNestedMessage", "RepeatedForeignMessage", "RepeatedNestedEnum", "RepeatedForeignEnum", "RepeatedStringPiece", "RepeatedCord", "MapInt32Int32", "MapInt64Int64", "MapUint32Uint32", "MapUint64Uint64", "MapSint32Sint32", "MapSint64Sint64", "MapFixed32Fixed32", "MapFixed64Fixed64", "MapSfixed32Sfixed32", "MapSfixed64Sfixed64", "MapInt32Float", "MapInt32Double", "MapBoolBool", "MapStringString", "MapStringBytes", "MapStringNestedMessage", "MapStringForeignMessage", "MapStringNestedEnum", "MapStringForeignEnum", "OneofUint32", "OneofNestedMessage", "OneofString", "OneofBytes", "OptionalBoolWrapper", "OptionalInt32Wrapper", "OptionalInt64Wrapper", "OptionalUint32Wrapper", "OptionalUint64Wrapper", "OptionalFloatWrapper", "OptionalDoubleWrapper", "OptionalStringWrapper", "OptionalBytesWrapper", "RepeatedBoolWrapper", "RepeatedInt32Wrapper", "RepeatedInt64Wrapper", "RepeatedUint32Wrapper", "RepeatedUint64Wrapper", "RepeatedFloatWrapper", "RepeatedDoubleWrapper", "RepeatedStringWrapper", "RepeatedBytesWrapper", "OptionalDuration", "OptionalTimestamp", "OptionalFieldMask", "OptionalStruct", "OptionalAny", "OptionalValue", "RepeatedDuration", "RepeatedTimestamp", "RepeatedFieldmask", "RepeatedStruct", "RepeatedAny", "RepeatedValue", "Fieldname1", "FieldName2", "FieldName3", "FieldName4", "Field0Name5", "Field0Name6", "FieldName7", "FieldName8", "FieldName9", "FieldName10", "FIELDNAME11", "FIELDName12" }, new[]{ "OneofField" }, new[]{ typeof(global::Conformance.TestAllTypes.Types.NestedEnum) }, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Conformance.TestAllTypes.Types.NestedMessage), global::Conformance.TestAllTypes.Types.NestedMessage.Parser, new[]{ "A", "Corecursive" }, null, null, null),
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestProto3.cs 156 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.TestAllTypes), global::Google.Protobuf.TestProtos.TestAllTypes.Parser, new[]{ "SingleInt32", "SingleInt64", "SingleUint32", "SingleUint64", "SingleSint32", "SingleSint64", "SingleFixed32", "SingleFixed64", "SingleSfixed32", "SingleSfixed64", "SingleFloat", "SingleDouble", "SingleBool", "SingleString", "SingleBytes", "SingleNestedMessage", "SingleForeignMessage", "SingleImportMessage", "SingleNestedEnum", "SingleForeignEnum", "SingleImportEnum", "SinglePublicImportMessage", "RepeatedInt32", "RepeatedInt64", "RepeatedUint32", "RepeatedUint64", "RepeatedSint32", "RepeatedSint64", "RepeatedFixed32", "RepeatedFixed64", "RepeatedSfixed32", "RepeatedSfixed64", "RepeatedFloat", "RepeatedDouble", "RepeatedBool", "RepeatedString", "RepeatedBytes", "RepeatedNestedMessage", "RepeatedForeignMessage", "RepeatedImportMessage", "RepeatedNestedEnum", "RepeatedForeignEnum", "RepeatedImportEnum", "RepeatedPublicImportMessage", "OneofUint32", "OneofNestedMessage", "OneofString", "OneofBytes" }, new[]{ "OneofField" }, new[]{ typeof(global::Google.Protobuf.TestProtos.TestAllTypes.Types.NestedEnum) }, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.TestAllTypes.Types.NestedMessage), global::Google.Protobuf.TestProtos.TestAllTypes.Types.NestedMessage.Parser, new[]{ "Bb" }, null, null, null)}),
167 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.TestFieldOrderings), global::Google.Protobuf.TestProtos.TestFieldOrderings.Parser, new[]{ "MyString", "MyInt", "MyFloat", "SingleNestedMessage" }, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.TestFieldOrderings.Types.NestedMessage), global::Google.Protobuf.TestProtos.TestFieldOrderings.Types.NestedMessage.Parser, new[]{ "Oo", "Bb" }, null, null, null)}),
478 private global::Google.Protobuf.TestProtos.TestAllTypes.Types.NestedMessage singleNestedMessage_;
479 public global::Google.Protobuf.TestProtos.TestAllTypes.Types.NestedMessage SingleNestedMessage {
508 private global::Google.Protobuf.TestProtos.TestAllTypes.Types.NestedEnum singleNestedEnum_ = 0;
509 public global::Google.Protobuf.TestProtos.TestAllTypes.Types.NestedEnum SingleNestedEnum {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTContext.h 126 /// \brief Holds long-lived AST nodes (such as types and decls) that can be
131 mutable SmallVector<Type *, 0> Types;
201 /// \brief A cache from types to size and alignment information.
649 /// Returns empty type if there is no appropriate target types.
654 /// Returns empty type if there is no appropriate target types.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
ASTContext.h 126 /// \brief Holds long-lived AST nodes (such as types and decls) that can be
131 mutable SmallVector<Type *, 0> Types;
201 /// \brief A cache from types to size and alignment information.
649 /// Returns empty type if there is no appropriate target types.
654 /// Returns empty type if there is no appropriate target types.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
ASTContext.h 126 /// \brief Holds long-lived AST nodes (such as types and decls) that can be
131 mutable SmallVector<Type *, 0> Types;
201 /// \brief A cache from types to size and alignment information.
649 /// Returns empty type if there is no appropriate target types.
654 /// Returns empty type if there is no appropriate target types.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
ASTContext.h 126 /// \brief Holds long-lived AST nodes (such as types and decls) that can be
131 mutable SmallVector<Type *, 0> Types;
203 /// \brief A cache from types to size and alignment information.
651 /// Returns empty type if there is no appropriate target types.
656 /// Returns empty type if there is no appropriate target types.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
ASTContext.h 126 /// \brief Holds long-lived AST nodes (such as types and decls) that can be
131 mutable SmallVector<Type *, 0> Types;
203 /// \brief A cache from types to size and alignment information.
651 /// Returns empty type if there is no appropriate target types.
656 /// Returns empty type if there is no appropriate target types.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
ASTContext.h 126 /// \brief Holds long-lived AST nodes (such as types and decls) that can be
131 mutable SmallVector<Type *, 0> Types;
203 /// \brief A cache from types to size and alignment information.
651 /// Returns empty type if there is no appropriate target types.
656 /// Returns empty type if there is no appropriate target types.
    [all...]

Completed in 1882 milliseconds

1 2 3 4 56 7 8 91011>>