Home
last modified time | relevance | path

Searched defs:Type (Results 76 – 100 of 35916) sorted by relevance

12345678910>>...1437

/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Object/
H A DRelocationResolver.cpp26 static bool supportsX86_64(uint64_t Type) { in supportsX86_64()
62 static bool supportsAArch64(uint64_t Type) { in supportsAArch64()
90 static bool supportsBPF(uint64_t Type) { in supportsBPF()
112 static bool supportsMips64(uint64_t Type) { in supportsMips64()
140 static bool supportsMSP430(uint64_t Type) { in supportsMSP430()
162 static bool supportsPPC64(uint64_t Type) { in supportsPPC64()
258 static bool supportsX86(uint64_t Type) { in supportsX86()
283 static bool supportsPPC32(uint64_t Type) { in supportsPPC32()
304 static bool supportsARM(uint64_t Type) { in supportsARM()
330 static bool supportsAVR(uint64_t Type) { in supportsAVR()
[all …]
/dports/devel/py-mypy/mypy-0.910/mypy/
H A Dmeet.py22 def trivial_meet(s: Type, t: Type) -> ProperType:
35 def meet_types(s: Type, t: Type) -> ProperType:
53 def narrow_declared_type(declared: Type, narrowed: Type) -> Type:
147 def _is_overlapping_types(left: Type, right: Type) -> bool:
209 def is_none_typevar_overlap(t1: Type, t2: Type) -> bool:
269 def _type_object_overlap(left: Type, right: Type) -> bool:
363 def is_overlapping_erased_types(left: Type, right: Type, *,
398 def are_tuples_overlapping(left: Type, right: Type, *,
654 def meet(self, s: Type, t: Type) -> ProperType:
696 def typed_dict_mapping_pair(left: Type, right: Type) -> bool:
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/20_util/uses_allocator/
H A Dcons_neg.cc27 struct Type struct
29 typedef MyAlloc allocator_type; // uses_allocator<Type, MyAlloc> is true argument
31 explicit Type(int) { } in Type() argument
33 Type(std::allocator_arg_t, MyAlloc) { } in Type() argument
34 Type(MyAlloc) { } in Type() argument
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/uses_allocator/
H A Dcons_neg.cc27 struct Type struct
29 typedef MyAlloc allocator_type; // uses_allocator<Type, MyAlloc> is true argument
31 explicit Type(int) { } in Type() argument
33 Type(std::allocator_arg_t, MyAlloc) { } in Type() function
34 Type(MyAlloc) { } in Type() argument
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/20_util/uses_allocator/
H A Dcons_neg.cc27 struct Type struct
29 typedef MyAlloc allocator_type; // uses_allocator<Type, MyAlloc> is true argument
31 explicit Type(int) { } in Type() function
33 Type(std::allocator_arg_t, MyAlloc) { } in Type() argument
34 Type(MyAlloc) { } in Type() function
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/20_util/uses_allocator/
H A Dcons_neg.cc27 struct Type struct
29 typedef MyAlloc allocator_type; // uses_allocator<Type, MyAlloc> is true argument
31 explicit Type(int) { } in Type() function
33 Type(std::allocator_arg_t, MyAlloc) { } in Type() function
34 Type(MyAlloc) { } in Type() argument
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/uses_allocator/
H A Dcons_neg.cc27 struct Type struct
29 typedef MyAlloc allocator_type; // uses_allocator<Type, MyAlloc> is true argument
31 explicit Type(int) { } in Type() function
33 Type(std::allocator_arg_t, MyAlloc) { } in Type() function
34 Type(MyAlloc) { } in Type() function
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/testsuite/20_util/uses_allocator/
H A Dcons_neg.cc28 struct Type struct
30 typedef MyAlloc allocator_type; // uses_allocator<Type, MyAlloc> is true argument
32 explicit Type(int) { } in Type() function
34 Type(std::allocator_arg_t, MyAlloc) { } in Type() argument
35 Type(MyAlloc) { } in Type() argument
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/20_util/uses_allocator/
H A Dcons_neg.cc27 struct Type struct
29 typedef MyAlloc allocator_type; // uses_allocator<Type, MyAlloc> is true argument
31 explicit Type(int) { } in Type() function
33 Type(std::allocator_arg_t, MyAlloc) { } in Type() function
34 Type(MyAlloc) { } in Type() argument
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/testsuite/20_util/uses_allocator/
H A Dcons_neg.cc27 struct Type struct
29 typedef MyAlloc allocator_type; // uses_allocator<Type, MyAlloc> is true argument
31 explicit Type(int) { } in Type() function
33 Type(std::allocator_arg_t, MyAlloc) { } in Type() argument
34 Type(MyAlloc) { } in Type() argument
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/20_util/uses_allocator/
H A Dcons_neg.cc27 struct Type struct
29 typedef MyAlloc allocator_type; // uses_allocator<Type, MyAlloc> is true argument
31 explicit Type(int) { } in Type() argument
33 Type(std::allocator_arg_t, MyAlloc) { } in Type() argument
34 Type(MyAlloc) { } in Type() function
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/uses_allocator/
H A Dcons_neg.cc27 struct Type struct
29 typedef MyAlloc allocator_type; // uses_allocator<Type, MyAlloc> is true argument
31 explicit Type(int) { } in Type() argument
33 Type(std::allocator_arg_t, MyAlloc) { } in Type() argument
34 Type(MyAlloc) { } in Type() function
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/testsuite/20_util/uses_allocator/
H A Dcons_neg.cc28 struct Type struct
30 typedef MyAlloc allocator_type; // uses_allocator<Type, MyAlloc> is true argument
32 explicit Type(int) { } in Type() argument
34 Type(std::allocator_arg_t, MyAlloc) { } in Type() argument
35 Type(MyAlloc) { } in Type() function
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/20_util/uses_allocator/
H A Dcons_neg.cc27 struct Type struct
29 typedef MyAlloc allocator_type; // uses_allocator<Type, MyAlloc> is true argument
31 explicit Type(int) { } in Type() function
33 Type(std::allocator_arg_t, MyAlloc) { } in Type() argument
34 Type(MyAlloc) { } in Type() function
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/uses_allocator/
H A Dcons_neg.cc27 struct Type struct
29 typedef MyAlloc allocator_type; // uses_allocator<Type, MyAlloc> is true argument
31 explicit Type(int) { } in Type() argument
33 Type(std::allocator_arg_t, MyAlloc) { } in Type() function
34 Type(MyAlloc) { } in Type() argument
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/testsuite/20_util/uses_allocator/
H A Dcons_neg.cc28 struct Type struct
30 typedef MyAlloc allocator_type; // uses_allocator<Type, MyAlloc> is true argument
32 explicit Type(int) { } in Type() argument
34 Type(std::allocator_arg_t, MyAlloc) { } in Type() function
35 Type(MyAlloc) { } in Type() argument
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/20_util/uses_allocator/
H A Dcons_neg.cc27 struct Type struct
29 typedef MyAlloc allocator_type; // uses_allocator<Type, MyAlloc> is true argument
31 explicit Type(int) { } in Type() argument
33 Type(std::allocator_arg_t, MyAlloc) { } in Type() argument
34 Type(MyAlloc) { } in Type() argument
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/20_util/uses_allocator/
H A Dcons_neg.cc27 struct Type struct
29 typedef MyAlloc allocator_type; // uses_allocator<Type, MyAlloc> is true argument
31 explicit Type(int) { } in Type() function
33 Type(std::allocator_arg_t, MyAlloc) { } in Type() function
34 Type(MyAlloc) { } in Type() argument
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/20_util/uses_allocator/
H A Dcons_neg.cc27 struct Type struct
29 typedef MyAlloc allocator_type; // uses_allocator<Type, MyAlloc> is true argument
31 explicit Type(int) { } in Type() argument
33 Type(std::allocator_arg_t, MyAlloc) { } in Type() argument
34 Type(MyAlloc) { } in Type() argument
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/20_util/uses_allocator/
H A Dcons_neg.cc27 struct Type struct
29 typedef MyAlloc allocator_type; // uses_allocator<Type, MyAlloc> is true argument
31 explicit Type(int) { } in Type() function
33 Type(std::allocator_arg_t, MyAlloc) { } in Type() function
34 Type(MyAlloc) { } in Type() argument
/dports/devel/mingw32-gcc/gcc-4.8.1/libstdc++-v3/testsuite/20_util/uses_allocator/
H A Dcons_neg.cc28 struct Type struct
30 typedef MyAlloc allocator_type; // uses_allocator<Type, MyAlloc> is true argument
32 explicit Type(int) { } in Type() argument
34 Type(std::allocator_arg_t, MyAlloc) { } in Type() argument
35 Type(MyAlloc) { } in Type() argument
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/testsuite/20_util/uses_allocator/
H A Dcons_neg.cc28 struct Type struct
30 typedef MyAlloc allocator_type; // uses_allocator<Type, MyAlloc> is true argument
32 explicit Type(int) { } in Type() argument
34 Type(std::allocator_arg_t, MyAlloc) { } in Type() argument
35 Type(MyAlloc) { } in Type() argument
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/mailru/easyjson/gen/
H A Ddecoder.go17 func (g *Generator) getDecoderName(t reflect.Type) string {
90 func hasCustomUnmarshaler(t reflect.Type) bool {
97 func hasUnknownsUnmarshaler(t reflect.Type) bool {
102 func hasUnknownsMarshaler(t reflect.Type) bool {
324 func (g *Generator) genRequiredFieldSet(t reflect.Type, f reflect.StructField) {
334 func (g *Generator) genRequiredFieldCheck(t reflect.Type, f reflect.StructField) {
364 func getStructFields(t reflect.Type) ([]reflect.StructField, error) {
405 func (g *Generator) genDecoder(t reflect.Type) error {
414 func (g *Generator) genSliceArrayDecoder(t reflect.Type) error {
438 func (g *Generator) genStructDecoder(t reflect.Type) error {
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/s2/util/math/
H A Dmathlimits.cc13 #define DEF_COMMON_LIMITS(Type) argument
14 #define DEF_UNSIGNED_INT_LIMITS(Type) argument
15 #define DEF_SIGNED_INT_LIMITS(Type) argument
16 #define DEF_PRECISION_LIMITS(Type) argument
20 #define DEF_COMMON_LIMITS(Type) \ argument
26 #define DEF_UNSIGNED_INT_LIMITS(Type) \ argument
35 #define DEF_SIGNED_INT_LIMITS(Type) \ argument
40 #define DEF_PRECISION_LIMITS(Type) \ argument
45 #define DEF_FP_LIMITS(Type, PREFIX) \ argument
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DType.h269 struct Type { struct
290 Type() in Type() argument
341 /** Return Type with same number of bits and lanes, but new_code for a type code. */ argument
348 Type with_bits(int new_bits) const { in with_bits() argument
364 bool is_bool() const { in is_bool()
371 bool is_vector() const { in is_vector()
378 bool is_scalar() const { in is_scalar()
384 bool is_float() const { in is_float()
390 bool is_bfloat() const { in is_bfloat()
419 bool same_handle_type(const Type &other) const; argument
[all …]

12345678910>>...1437