/llvm-project/mlir/lib/CAPI/Dialect/ |
H A D | Quant.cpp | 42 MlirType mlirQuantizedTypeGetExpressedType(MlirType type) { in mlirQuantizedTypeGetExpressedType() argument 46 unsigned mlirQuantizedTypeGetFlags(MlirType type) { in mlirQuantizedTypeGetFlags() argument 50 bool mlirQuantizedTypeIsSigned(MlirType type) { in mlirQuantizedTypeIsSigned() argument 54 MlirType mlirQuantizedTypeGetStorageType(MlirType type) { in mlirQuantizedTypeGetStorageType() argument 58 mlirQuantizedTypeGetStorageTypeMin(MlirType type) mlirQuantizedTypeGetStorageTypeMin() argument 62 mlirQuantizedTypeGetStorageTypeMax(MlirType type) mlirQuantizedTypeGetStorageTypeMax() argument 66 mlirQuantizedTypeGetStorageTypeIntegralWidth(MlirType type) mlirQuantizedTypeGetStorageTypeIntegralWidth() argument 70 mlirQuantizedTypeIsCompatibleExpressedType(MlirType type,MlirType candidate) mlirQuantizedTypeIsCompatibleExpressedType() argument 76 mlirQuantizedTypeGetQuantizedElementType(MlirType type) mlirQuantizedTypeGetQuantizedElementType() argument 80 mlirQuantizedTypeCastFromStorageType(MlirType type,MlirType candidate) mlirQuantizedTypeCastFromStorageType() argument 86 mlirQuantizedTypeCastToStorageType(MlirType type) mlirQuantizedTypeCastToStorageType() argument 91 mlirQuantizedTypeCastFromExpressedType(MlirType type,MlirType candidate) mlirQuantizedTypeCastFromExpressedType() argument 97 mlirQuantizedTypeCastToExpressedType(MlirType type) mlirQuantizedTypeCastToExpressedType() argument 101 mlirQuantizedTypeCastExpressedToStorageType(MlirType type,MlirType candidate) mlirQuantizedTypeCastExpressedToStorageType() argument 111 mlirTypeIsAAnyQuantizedType(MlirType type) mlirTypeIsAAnyQuantizedType() argument 127 mlirTypeIsAUniformQuantizedType(MlirType type) mlirTypeIsAUniformQuantizedType() argument 140 mlirUniformQuantizedTypeGetScale(MlirType type) mlirUniformQuantizedTypeGetScale() argument 144 mlirUniformQuantizedTypeGetZeroPoint(MlirType type) mlirUniformQuantizedTypeGetZeroPoint() argument 148 mlirUniformQuantizedTypeIsFixedPoint(MlirType type) mlirUniformQuantizedTypeIsFixedPoint() argument 156 mlirTypeIsAUniformQuantizedPerAxisType(MlirType type) mlirTypeIsAUniformQuantizedPerAxisType() argument 171 mlirUniformQuantizedPerAxisTypeGetNumDims(MlirType type) mlirUniformQuantizedPerAxisTypeGetNumDims() argument 177 mlirUniformQuantizedPerAxisTypeGetScale(MlirType type,intptr_t pos) mlirUniformQuantizedPerAxisTypeGetScale() argument 182 mlirUniformQuantizedPerAxisTypeGetZeroPoint(MlirType type,intptr_t pos) mlirUniformQuantizedPerAxisTypeGetZeroPoint() argument 188 mlirUniformQuantizedPerAxisTypeGetQuantizedDimension(MlirType type) mlirUniformQuantizedPerAxisTypeGetQuantizedDimension() argument 193 mlirUniformQuantizedPerAxisTypeIsFixedPoint(MlirType type) mlirUniformQuantizedPerAxisTypeIsFixedPoint() argument 201 mlirTypeIsACalibratedQuantizedType(MlirType type) mlirTypeIsACalibratedQuantizedType() argument 211 mlirCalibratedQuantizedTypeGetMin(MlirType type) mlirCalibratedQuantizedTypeGetMin() argument 215 mlirCalibratedQuantizedTypeGetMax(MlirType type) mlirCalibratedQuantizedTypeGetMax() argument [all...] |
H A D | PDL.cpp | 31 bool mlirTypeIsAPDLAttributeType(MlirType type) { in mlirTypeIsAPDLAttributeType() 43 bool mlirTypeIsAPDLOperationType(MlirType type) { in mlirTypeIsAPDLOperationType() 55 bool mlirTypeIsAPDLRangeType(MlirType type) { in mlirTypeIsAPDLRangeType() 63 MlirType mlirPDLRangeTypeGetElementType(MlirType type) { in mlirPDLRangeTypeGetElementType() 71 bool mlirTypeIsAPDLTypeType(MlirType type) { in mlirTypeIsAPDLTypeType() 83 bool mlirTypeIsAPDLValueType(MlirType type) { in mlirTypeIsAPDLValueType()
|
H A D | Transform.cpp | 40 bool mlirTypeIsATransformAnyParamType(MlirType type) { in mlirTypeIsATransformAnyParamType() 56 bool mlirTypeIsATransformAnyValueType(MlirType type) { in mlirTypeIsATransformAnyValueType() 72 bool mlirTypeIsATransformOperationType(MlirType type) { in mlirTypeIsATransformOperationType() 86 MlirStringRef mlirTransformOperationTypeGetOperationName(MlirType type) { in mlirTransformOperationTypeGetOperationName() 94 bool mlirTypeIsATransformParamType(MlirType type) { in mlirTypeIsATransformParamType() 102 MlirType mlirTransformParamTypeGet(MlirContext ctx, MlirType type) { in mlirTransformParamTypeGet() 106 MlirType mlirTransformParamTypeGetType(MlirType type) { in mlirTransformParamTypeGetType()
|
/llvm-project/clang/test/CodeGen/ |
H A D | attr-arm-sve-vector-bits-cast.c | 19 svint32_t to_svint32_t(fixed_int32_t type) { in to_svint32_t() argument 27 fixed_int32_t from_svint32_t(svint32_t type) { in from_svint32_t() argument 35 svfloat64_t to_svfloat64_t(fixed_float64_t type) { in to_svfloat64_t() argument 43 fixed_float64_t from_svfloat64_t(svfloat64_t type) { in from_svfloat64_t() argument 51 svbool_t to_svbool_t(fixed_bool_t type) { in to_svbool_t() argument 59 from_svbool_t(svbool_t type) from_svbool_t() argument 71 lax_cast(fixed_int32_t type) lax_cast() argument 81 to_svint32_t__from_gnu_int32_t(gnu_int32_t type) to_svint32_t__from_gnu_int32_t() argument 91 from_svint32_t__to_gnu_int32_t(svint32_t type) from_svint32_t__to_gnu_int32_t() argument 101 to_fixed_int32_t__from_gnu_int32_t(gnu_int32_t type) to_fixed_int32_t__from_gnu_int32_t() argument 111 from_fixed_int32_t__to_gnu_int32_t(fixed_int32_t type) from_fixed_int32_t__to_gnu_int32_t() argument [all...] |
/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.req/ |
H A D | equivalence.cpp | 6 template<typename T> struct identity { using type = T; }; typedef 19 template<typename Y> requires requires { typename identity<Y>::type; } member in identity<Y> 21 template<typename U> requires requires { typename identity<U>::type; } member in identity<U> 28 template<typename T> struct identity { using type = T; }; typedef 30 template<typename T> requires requires { typename ns::identity<T>::type; } // expected-error{{requi… member in ns::identity<T> 33 template<typename T> requires requires { typename T::template identity<T>::type; } member in T::identity 35 template<typename U> requires requires { typename U::template identity<U>::type; } // expected-note… member in U::identity 37 template<typename T> requires requires { typename T::template identitr<T>::type; } // expected-erro… member in T::identitr
|
/llvm-project/clang/test/CodeGen/RISCV/ |
H A D | attr-rvv-vector-bits-cast.c | 38 vint32m1_t to_vint32m1_t(fixed_int32m1_t type) { in to_vint32m1_t() argument 46 fixed_int32m1_t from_vint32m1_t(vint32m1_t type) { in from_vint32m1_t() argument 54 vfloat64m1_t to_vfloat64m1_t(fixed_float64m1_t type) { in to_vfloat64m1_t() argument 62 fixed_float64m1_t from_vfloat64m1_t(vfloat64m1_t type) { in from_vfloat64m1_t() argument 70 fixed_bool1_t from_vbool1_t(vbool1_t type) { in from_vbool1_t() argument 78 to_vbool1_t(fixed_bool1_t type) to_vbool1_t() argument 86 from_vbool4_t(vbool4_t type) from_vbool4_t() argument 94 to_vbool4_t(fixed_bool4_t type) to_vbool4_t() argument 108 from_vbool32_t(vbool32_t type) from_vbool32_t() argument 116 to_vbool32_t(fixed_bool32_t type) to_vbool32_t() argument 126 to_vint32m1_t__from_gnu_int32m1_t(gnu_int32m1_t type) to_vint32m1_t__from_gnu_int32m1_t() argument 136 from_vint32m1_t__to_gnu_int32m1_t(vint32m1_t type) from_vint32m1_t__to_gnu_int32m1_t() argument 146 to_fixed_int32m1_t__from_gnu_int32m1_t(gnu_int32m1_t type) to_fixed_int32m1_t__from_gnu_int32m1_t() argument 156 from_fixed_int32m1_t__to_gnu_int32m1_t(fixed_int32m1_t type) from_fixed_int32m1_t__to_gnu_int32m1_t() argument [all...] |
/llvm-project/mlir/lib/Target/LLVMIR/ |
H A D | TypeFromLLVM.cpp | 31 Type translateType(llvm::Type *type) { in translateType() argument 40 [this](auto *type) { return this->translate(type); }) in translateType() argument 41 .Default([this](llvm::Type *type) { in translateType() argument 51 translatePrimitiveType(llvm::Type * type) translatePrimitiveType() argument 80 translate(llvm::ArrayType * type) translate() argument 86 translate(llvm::FunctionType * type) translate() argument 94 translate(llvm::IntegerType * type) translate() argument 99 translate(llvm::PointerType * type) translate() argument 104 translate(llvm::StructType * type) translate() argument 126 translate(llvm::FixedVectorType * type) translate() argument 132 translate(llvm::ScalableVectorType * type) translate() argument 138 translate(llvm::TargetExtType * type) translate() argument 171 translateType(llvm::Type * type) translateType() argument [all...] |
H A D | TypeToLLVM.cpp | 31 llvm::Type *translateType(Type type) { in translateType() argument 77 [this](auto type) { return this->translate(type); }) in translateType() argument 89 translate(LLVM::LLVMArrayType type) translate() argument 95 translate(LLVM::LLVMFunctionType type) translate() argument 103 translate(IntegerType type) translate() argument 108 translate(LLVM::LLVMPointerType type) translate() argument 115 translate(LLVM::LLVMStructType type) translate() argument 136 translate(VectorType type) translate() argument 147 translate(LLVM::LLVMFixedVectorType type) translate() argument 153 translate(LLVM::LLVMScalableVectorType type) translate() argument 159 translate(LLVM::LLVMTargetExtType type) translate() argument 170 for (auto type : types) translateTypes() local 192 translateType(Type type) translateType() argument 197 getPreferredAlignment(Type type,const llvm::DataLayout & layout) getPreferredAlignment() argument [all...] |
/llvm-project/mlir/lib/CAPI/IR/ |
H A D | BuiltinTypes.cpp | 30 bool mlirTypeIsAInteger(MlirType type) { in mlirTypeIsAInteger() argument 46 unsigned mlirIntegerTypeGetWidth(MlirType type) { in mlirIntegerTypeGetWidth() argument 50 bool mlirIntegerTypeIsSignless(MlirType type) { in mlirIntegerTypeIsSignless() argument 54 bool mlirIntegerTypeIsSigned(MlirType type) { in mlirIntegerTypeIsSigned() argument 58 bool mlirIntegerTypeIsUnsigned(MlirType type) { in mlirIntegerTypeIsUnsigned() argument 68 mlirTypeIsAIndex(MlirType type) mlirTypeIsAIndex() argument 80 mlirTypeIsAFloat(MlirType type) mlirTypeIsAFloat() argument 84 mlirFloatTypeGetWidth(MlirType type) mlirFloatTypeGetWidth() argument 92 mlirTypeIsAFloat8E5M2(MlirType type) mlirTypeIsAFloat8E5M2() argument 104 mlirTypeIsAFloat8E4M3FN(MlirType type) mlirTypeIsAFloat8E4M3FN() argument 116 mlirTypeIsAFloat8E5M2FNUZ(MlirType type) mlirTypeIsAFloat8E5M2FNUZ() argument 128 mlirTypeIsAFloat8E4M3FNUZ(MlirType type) mlirTypeIsAFloat8E4M3FNUZ() argument 140 mlirTypeIsAFloat8E4M3B11FNUZ(MlirType type) mlirTypeIsAFloat8E4M3B11FNUZ() argument 152 mlirTypeIsABF16(MlirType type) mlirTypeIsABF16() argument 160 mlirTypeIsAF16(MlirType type) mlirTypeIsAF16() argument 170 mlirTypeIsATF32(MlirType type) mlirTypeIsATF32() argument 178 mlirTypeIsAF32(MlirType type) mlirTypeIsAF32() argument 186 mlirTypeIsAF64(MlirType type) mlirTypeIsAF64() argument 198 mlirTypeIsANone(MlirType type) mlirTypeIsANone() argument 212 mlirTypeIsAComplex(MlirType type) mlirTypeIsAComplex() argument 220 mlirComplexTypeGetElementType(MlirType type) mlirComplexTypeGetElementType() argument 228 mlirTypeIsAShaped(MlirType type) mlirTypeIsAShaped() argument 232 mlirShapedTypeGetElementType(MlirType type) mlirShapedTypeGetElementType() argument 236 mlirShapedTypeHasRank(MlirType type) mlirShapedTypeHasRank() argument 240 mlirShapedTypeGetRank(MlirType type) mlirShapedTypeGetRank() argument 244 mlirShapedTypeHasStaticShape(MlirType type) mlirShapedTypeHasStaticShape() argument 248 mlirShapedTypeIsDynamicDim(MlirType type,intptr_t dim) mlirShapedTypeIsDynamicDim() argument 253 mlirShapedTypeGetDimSize(MlirType type,intptr_t dim) mlirShapedTypeGetDimSize() argument 278 mlirTypeIsAVector(MlirType type) mlirTypeIsAVector() argument 312 mlirVectorTypeIsScalable(MlirType type) mlirVectorTypeIsScalable() argument 316 mlirVectorTypeIsDimScalable(MlirType type,intptr_t dim) mlirVectorTypeIsDimScalable() argument 324 mlirTypeIsATensor(MlirType type) mlirTypeIsATensor() argument 332 mlirTypeIsARankedTensor(MlirType type) mlirTypeIsARankedTensor() argument 340 mlirTypeIsAUnrankedTensor(MlirType type) mlirTypeIsAUnrankedTensor() argument 360 mlirRankedTensorTypeGetEncoding(MlirType type) mlirRankedTensorTypeGetEncoding() argument 373 mlirUnrankedTensorTypeGetElementType(MlirType type) mlirUnrankedTensorTypeGetElementType() argument 383 mlirTypeIsAMemRef(MlirType type) mlirTypeIsAMemRef() argument 428 mlirMemRefTypeGetLayout(MlirType type) mlirMemRefTypeGetLayout() argument 432 mlirMemRefTypeGetAffineMap(MlirType type) mlirMemRefTypeGetAffineMap() argument 436 mlirMemRefTypeGetMemorySpace(MlirType type) mlirMemRefTypeGetMemorySpace() argument 440 mlirMemRefTypeGetStridesAndOffset(MlirType type,int64_t * strides,int64_t * offset) mlirMemRefTypeGetStridesAndOffset() argument 456 mlirTypeIsAUnrankedMemRef(MlirType type) mlirTypeIsAUnrankedMemRef() argument 473 mlirUnrankedMemrefGetMemorySpace(MlirType type) mlirUnrankedMemrefGetMemorySpace() argument 483 mlirTypeIsATuple(MlirType type) mlirTypeIsATuple() argument 494 mlirTupleTypeGetNumTypes(MlirType type) mlirTupleTypeGetNumTypes() argument 498 mlirTupleTypeGetType(MlirType type,intptr_t pos) mlirTupleTypeGetType() argument 511 mlirTypeIsAFunction(MlirType type) mlirTypeIsAFunction() argument 525 mlirFunctionTypeGetNumInputs(MlirType type) mlirFunctionTypeGetNumInputs() argument 529 mlirFunctionTypeGetNumResults(MlirType type) mlirFunctionTypeGetNumResults() argument 533 mlirFunctionTypeGetInput(MlirType type,intptr_t pos) mlirFunctionTypeGetInput() argument 539 mlirFunctionTypeGetResult(MlirType type,intptr_t pos) mlirFunctionTypeGetResult() argument 551 mlirTypeIsAOpaque(MlirType type) mlirTypeIsAOpaque() argument 562 mlirOpaqueTypeGetDialectNamespace(MlirType type) mlirOpaqueTypeGetDialectNamespace() argument 567 mlirOpaqueTypeGetData(MlirType type) mlirOpaqueTypeGetData() argument [all...] |
/llvm-project/mlir/lib/Bindings/Python/ |
H A D | DialectQuant.cpp | 50 "Type expressed by this quantized type."); in populateDialectQuantSubmodule() argument 53 "Flags of this quantized type (named accessors should be preferred to " in populateDialectQuantSubmodule() argument 58 "Signedness of this quantized type."); in populateDialectQuantSubmodule() argument 62 __anond4067f690602(MlirType type) populateDialectQuantSubmodule() argument 66 __anond4067f690702(MlirType type) populateDialectQuantSubmodule() argument 70 __anond4067f690802(MlirType type) populateDialectQuantSubmodule() argument 74 __anond4067f690902(MlirType type) populateDialectQuantSubmodule() argument 80 __anond4067f690a02(MlirType type, MlirType candidate) populateDialectQuantSubmodule() argument 88 __anond4067f690b02(MlirType type) populateDialectQuantSubmodule() argument 94 __anond4067f690c02(MlirType type, MlirType candidate) populateDialectQuantSubmodule() argument 107 __anond4067f690d02(MlirType type) populateDialectQuantSubmodule() argument 119 __anond4067f690e02(MlirType type, MlirType candidate) populateDialectQuantSubmodule() argument 132 __anond4067f690f02(MlirType type) populateDialectQuantSubmodule() argument 144 __anond4067f691002(MlirType type, MlirType candidate) populateDialectQuantSubmodule() argument 203 __anond4067f691302(MlirType type) populateDialectQuantSubmodule() argument 208 __anond4067f691402(MlirType type) populateDialectQuantSubmodule() argument 213 __anond4067f691502(MlirType type) populateDialectQuantSubmodule() argument 245 __anond4067f691702(MlirType type) populateDialectQuantSubmodule() argument 259 __anond4067f691802(MlirType type) populateDialectQuantSubmodule() argument 274 __anond4067f691902(MlirType type) populateDialectQuantSubmodule() argument 281 __anond4067f691a02(MlirType type) populateDialectQuantSubmodule() argument 302 __anond4067f691c02(MlirType type) populateDialectQuantSubmodule() argument 305 __anond4067f691d02(MlirType type) populateDialectQuantSubmodule() argument [all...] |
/llvm-project/libcxx/test/std/concepts/concepts.lang/concept.common/ |
H A D | common_with.compile.pass.cpp | 367 using type typedef 268 using type = BadBasicCommonType; global() typedef 273 using type = int; global() typedef 295 using type = DullCommonType; global() typedef 300 using type = DullCommonType; global() typedef 320 using type = CommonTypeImplicitlyConstructibleFromInt; global() typedef 325 using type = CommonTypeImplicitlyConstructibleFromInt; global() typedef 345 using type = CommonTypeExplicitlyConstructibleFromInt; global() typedef 350 using type = CommonTypeExplicitlyConstructibleFromInt; global() typedef 372 using type = CommonTypeImplicitlyConstructibleFromT4; global() typedef 389 using type = CommonTypeExplicitlyConstructibleFromT5; global() typedef 394 using type = CommonTypeExplicitlyConstructibleFromT5; global() typedef 409 using type = CommonTypeNoCommonReference; global() typedef 414 using type = CommonTypeNoCommonReference; global() typedef 532 using type = CommonTypeNoMetaCommonReference; global() typedef 537 using type = CommonTypeNoMetaCommonReference; global() typedef 542 using type = void; global() typedef 547 using type = void; global() typedef 552 using type = void; global() typedef 557 using type = void; global() typedef 562 using type = void; global() typedef 567 using type = void; global() typedef 572 using type = void; global() typedef 577 using type = void; global() typedef 582 using type = void; global() typedef 587 using type = void; global() typedef 592 using type = void; global() typedef 597 using type = void; global() typedef 602 using type = void; global() typedef 607 using type = void; global() typedef 612 using type = void; global() typedef 617 using type = void; global() typedef 622 using type = void; global() typedef 627 using type = void; global() typedef 632 using type = void; global() typedef 637 using type = void; global() typedef 642 using type = void; global() typedef 647 using type = void; global() typedef 652 using type = void; global() typedef 657 using type = void; global() typedef 662 using type = void; global() typedef 667 using type = void; global() typedef 672 using type = void; global() typedef 677 using type = void; global() typedef 682 using type = void; global() typedef 687 using type = void; global() typedef 692 using type = void; global() typedef 697 using type = void; global() typedef 715 using type = int; global() typedef 856 using type = int; global() typedef 865 using type = long; global() typedef [all...] |
/llvm-project/lldb/tools/lldb-dap/ |
H A D | package.json | 10 "type": "git", string 168 "type" string 69 "type": "object", global() string 74 "type": "string", global() string 128 "type": "lldb-dap", global() string 141 "type": "string", global() string 145 "type": [ global() array 153 "type": "string", global() string 158 "type": "array", global() string 163 "type": "boolean", global() string 173 "type": "boolean", global() string 178 "type": "boolean", global() string 183 "type": "boolean", global() string 188 "type": "string", global() string 192 "type": "array", global() string 197 "type": "string", global() string 201 "type": "string", global() string 205 "type": "string", global() string 209 "type": "array", global() string 214 "type": "array", global() string 219 "type": "array", global() string 224 "type": "array", global() string 229 "type": "array", global() string 234 "type": "array", global() string 239 "type": "boolean", global() string 244 "type": "string", global() string 248 "type": "boolean", global() string 253 "type": "boolean", global() string 258 "type": "string", global() string 263 "type": "string", global() string 268 "type": "string", global() string 277 "type": "string", global() string 281 "type": [ global() array 288 "type": "boolean", global() string 293 "type": "string", global() string 297 "type": "array", global() string 302 "type": "string", global() string 306 "type": "string", global() string 310 "type": "string", global() string 314 "type": "array", global() string 319 "type": "array", global() string 324 "type": "array", global() string 329 "type": "array", global() string 334 "type": "array", global() string 339 "type": "array", global() string 344 "type": "string", global() string 348 "type": "string", global() string 352 "type": [ global() array 359 "type": "string", global() string 363 "type": "boolean", global() string 368 "type": "boolean", global() string 373 "type": "string", global() string 378 "type": "string", global() string 383 "type": "string", global() string 392 "type": "lldb-dap", global() string 406 "type": "lldb-dap", global() string [all...] |
/llvm-project/flang/include/flang/Optimizer/HLFIR/ |
H A D | HLFIRDialect.h | 40 inline mlir::Type getFortranElementType(mlir::Type type) { in getFortranElementType() argument 52 getFortranElementOrSequenceType(mlir::Type type) getFortranElementOrSequenceType() argument 65 isBoxAddressType(mlir::Type type) isBoxAddressType() argument 71 isBoxAddressOrValueType(mlir::Type type) isBoxAddressOrValueType() argument 75 isPolymorphicType(mlir::Type type) isPolymorphicType() argument 83 isFortranProcedureValue(mlir::Type type) isFortranProcedureValue() argument 90 isFortranValueType(mlir::Type type) isFortranValueType() argument [all...] |
/llvm-project/flang/lib/Optimizer/HLFIR/IR/ |
H A D | HLFIRDialect.cpp | 83 bool hlfir::isFortranVariableType(mlir::Type type) { in isFortranVariableType() argument 95 bool hlfir::isFortranScalarCharacterType(mlir::Type type) { in isFortranScalarCharacterType() argument 102 bool hlfir::isFortranScalarCharacterExprType(mlir::Type type) { in isFortranScalarCharacterExprType() argument 109 bool hlfir::isFortranArrayCharacterExprType(mlir::Type type) { in isFortranArrayCharacterExprType() argument 117 isFortranScalarNumericalType(mlir::Type type) isFortranScalarNumericalType() argument 122 isFortranNumericalArrayObject(mlir::Type type) isFortranNumericalArrayObject() argument 131 isFortranNumericalOrLogicalArrayObject(mlir::Type type) isFortranNumericalOrLogicalArrayObject() argument 143 isFortranArrayObject(mlir::Type type) isFortranArrayObject() argument 150 isPassByRefOrIntegerType(mlir::Type type) isPassByRefOrIntegerType() argument 155 isI1Type(mlir::Type type) isI1Type() argument 162 isFortranLogicalArrayObject(mlir::Type type) isFortranLogicalArrayObject() argument 173 isMaskArgument(mlir::Type type) isMaskArgument() argument 187 isPolymorphicObject(mlir::Type type) isPolymorphicObject() argument [all...] |
/llvm-project/libcxx/test/std/concepts/concepts.lang/concept.commonref/ |
H A D | common_reference.compile.pass.cpp | 317 using type = int&; typedef 279 using type = BadBasicCommonReference&; global() typedef 284 using type = int&; global() typedef 298 using type = int&; global() typedef 304 using type = int&; global() typedef 322 using type = int&; global() typedef 336 using type = int&; global() typedef 341 using type = int&; global() typedef
|
/llvm-project/lldb/source/Symbol/ |
H A D | TypeSystem.cpp | 66 bool TypeSystem::Verify(lldb::opaque_compiler_type_t type) { return true; } in Verify() argument 69 bool TypeSystem::IsAnonymousType(lldb::opaque_compiler_type_t type) { in IsAnonymousType() argument 73 CompilerType TypeSystem::GetArrayType(lldb::opaque_compiler_type_t type, in GetArrayType() argument 79 TypeSystem::GetLValueReferenceType(lldb::opaque_compiler_type_t type) { in GetLValueReferenceType() argument 84 TypeSystem::GetRValueReferenceType(lldb::opaque_compiler_type_t type) { in GetRValueReferenceType() argument 88 CompilerType TypeSystem::GetAtomicType(lldb::opaque_compiler_type_t type) { in GetAtomicType() argument 92 CompilerType TypeSystem::AddConstModifier(lldb::opaque_compiler_type_t type) { in AddConstModifier() argument 96 CompilerType TypeSystem::AddPtrAuthModifier(lldb::opaque_compiler_type_t type, in AddPtrAuthModifier() argument 102 TypeSystem::AddVolatileModifier(lldb::opaque_compiler_type_t type) { in AddVolatileModifier() argument 107 TypeSystem::AddRestrictModifier(lldb::opaque_compiler_type_t type) { in AddRestrictModifier() argument 111 CreateTypedef(lldb::opaque_compiler_type_t type,const char * name,const CompilerDeclContext & decl_ctx,uint32_t opaque_payload) CreateTypedef() argument 122 GetTypeForFormatters(void * type) GetTypeForFormatters() argument 126 IsTemplateType(lldb::opaque_compiler_type_t type) IsTemplateType() argument 130 GetNumTemplateArguments(lldb::opaque_compiler_type_t type,bool expand_pack) GetNumTemplateArguments() argument 136 GetTemplateArgumentKind(opaque_compiler_type_t type,size_t idx,bool expand_pack) GetTemplateArgumentKind() argument 141 GetTypeTemplateArgument(opaque_compiler_type_t type,size_t idx,bool expand_pack) GetTypeTemplateArgument() argument 147 GetIntegralTemplateArgument(opaque_compiler_type_t type,size_t idx,bool expand_pack) GetIntegralTemplateArgument() argument 152 ShouldPrintAsOneLiner(void * type,ValueObject * valobj) ShouldPrintAsOneLiner() argument 156 IsMeaninglessWithoutDynamicResolution(void * type) IsMeaninglessWithoutDynamicResolution() argument 205 GetCompilerDeclContextForType(const CompilerType & type) GetCompilerDeclContextForType() argument [all...] |
/llvm-project/clang/test/SemaCXX/ |
H A D | crash-lambda-12645424.cpp | 7 typedef _Tp type; typedef 14 typedef T type; typedef 18 typedef typename C<typename Fun0<T>::type, Funs...>::type type; typedef 23 typedef type_list<typename C<Ts, Funs...>::type...> type; typedef 28 tl_map< filtered_pattern, add_lvalue_reference > type; member 32 F<Pattern> type; member
|
/llvm-project/libc/test/src/__support/ |
H A D | integer_to_string_test.cpp | 30 #define EXPECT(type, value, string_value) \ argument 37 using type = IntegerToString<uint8_t>; in TEST() typedef 47 using type = IntegerToString<int8_t>; in TEST() typedef 59 using type = IntegerToString<uint16_t>; in TEST() typedef 71 using type = IntegerToString<int16_t>; in TEST() typedef 88 using type = IntegerToString<uint32_t>; in TEST() typedef 105 using type = IntegerToString<int32_t>; in TEST() typedef 132 using type = IntegerToString<uint64_t>; in TEST() typedef 150 using type = IntegerToString<int64_t>; in TEST() typedef 179 using type = IntegerToString<int64_t, Oct>; in TEST() typedef [all …]
|
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
H A D | LLVMTypeSyntax.cpp | 26 static void dispatchPrint(AsmPrinter &printer, Type type) { in dispatchPrint() argument 34 static StringRef getTypeKeyword(Type type) { in getTypeKeyword() argument 56 printStructType(AsmPrinter & printer,LLVMStructType type) printStructType() argument 98 printType(Type type,AsmPrinter & printer) printType() argument 109 __anon42d0f0940f02(auto type) printType() argument 161 trySetStructBody(LLVMStructType type,ArrayRef<Type> subtypes,bool isPacked,AsmParser & parser,SMLoc subtypesLoc) trySetStructBody() argument 199 auto type = LLVMStructType::getIdentifiedChecked( parseStructType() local 222 auto type = LLVMStructType::getOpaqueChecked( parseStructType() local 255 auto type = LLVMStructType::getIdentifiedChecked( parseStructType() local 265 Type type; parseStructType() local 278 auto type = LLVMStructType::getIdentifiedChecked( parseStructType() local 291 Type type; dispatchParse() local 329 dispatchParse(AsmParser & parser,Type & type) dispatchParse() argument 337 Type type = dispatchParse(parser, /*allowAny=*/false); parseType() local 347 parsePrettyLLVMType(AsmParser & p,Type & type) parsePrettyLLVMType() argument 351 printPrettyLLVMType(AsmPrinter & p,Type type) printPrettyLLVMType() argument [all...] |
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | forwarding-reference-overload.cpp | 4 template <bool B, class T = void> struct enable_if { typedef T type; }; typedef 6 template <class T> struct enable_if<true, T> { typedef T type; }; typedef 11 template <class T> struct enable_if_nice { typedef T type; }; typedef 15 template <class T> struct enable_if { typedef T type; }; typedef 158 template <class T> struct remove_reference { using type = T; }; global() typedef 159 template <class T> struct remove_reference<T&> { using type = T; }; global() typedef 160 template <class T> struct remove_reference<T&&> { using type = T; }; global() typedef 162 template <class T> struct remove_cv { using type = T; }; global() typedef 163 template <class T> struct remove_cv<const T> { using type = T; }; global() typedef 164 template <class T> struct remove_cv<volatile T> { using type = T; }; global() typedef 165 template <class T> struct remove_cv<const volatile T> { using type = T; }; global() typedef 167 template <class T> struct remove_cvref { using type = remove_cv_t<remove_reference_t<T>>; }; global() typedef [all...] |
/llvm-project/compiler-rt/lib/builtins/ |
H A D | atomic.c | 153 #define TRY_LOCK_FREE_CASE(n, type, ptr) \ argument 180 #define LOCK_FREE_ACTION(type) return true; in __atomic_is_lock_free_c() argument 189 #define LOCK_FREE_ACTION(type) \ in __atomic_load_c() argument 203 #define LOCK_FREE_ACTION(type) \ in __atomic_store_c() argument 221 #define LOCK_FREE_ACTION(type) \ in __atomic_compare_exchange_c() argument 242 #define LOCK_FREE_ACTION(type) \ in __atomic_exchange_c() argument 274 #define OPTIMISED_CASE(n, lockfree, type) \ argument 287 #define OPTIMISED_CASE(n, lockfree, type) \ argument 302 #define OPTIMISED_CASE(n, lockfree, type) \ argument 316 #define OPTIMISED_CASE(n, lockfree, type) \ argument [all …]
|
/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCTypeEncodingParser.cpp | 37 std::string AppleObjCTypeEncodingParser::ReadStructName(StringLexer &type) { in ReadStructName() 44 std::string AppleObjCTypeEncodingParser::ReadQuotedString(StringLexer &type) { in ReadQuotedString() 54 uint32_t AppleObjCTypeEncodingParser::ReadNumber(StringLexer &type) { in ReadNumber() 70 StringLexer &type, in ReadStructElement() 84 TypeSystemClang &ast_ctx, StringLexer &type, bool for_expression) { in BuildStruct() 90 TypeSystemClang &ast_ctx, StringLexer &type, bool for_expression) { in BuildUnion() 96 TypeSystemClang &ast_ctx, StringLexer &type, bool for_expression, in BuildAggregate() 154 TypeSystemClang &ast_ctx, StringLexer &type, bool for_expression) { in BuildArray() 173 TypeSystemClang &clang_ast_ctx, StringLexer &type, bool for_expression) { in BuildObjCObjectPointerType() 258 StringLexer &type, bool for_expression, in BuildType()
|
/llvm-project/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/ |
H A D | common_reference.compile.pass.cpp | 22 typename T::type; member in T 33 using type = UserTuple<std::common_reference_t<Ts, Us>...>; typedef 49 using type = Z2; global() typedef 53 using type = Z2; global() typedef 194 using type = tuple<UQual<B>>; global() typedef [all...] |
/llvm-project/libc/include/llvm-libc-macros/ |
H A D | sys-queue-macros.h | 16 #define QUEUE_TYPEOF(type) type argument 18 #define QUEUE_TYPEOF(type) struct type argument 23 #define SLIST_HEAD(name, type) \ argument 28 #define SLIST_CLASS_HEAD(name, type) \ argument 36 #define SLIST_ENTRY(type) \ argument 41 SLIST_CLASS_ENTRY(type) global() argument 71 SLIST_CONCAT(head1,head2,type,field) global() argument 102 SLIST_REMOVE(head,elem,type,field) global() argument 124 SLIST_SWAP(head1,head2,type) global() argument 133 STAILQ_HEAD(name,type) global() argument 139 STAILQ_CLASS_HEAD(name,type) global() argument 148 STAILQ_ENTRY(type) global() argument 153 STAILQ_CLASS_ENTRY(type) global() argument 162 STAILQ_LAST(head,type,field) global() argument 187 STAILQ_CONCAT(head1,head2,type,field) global() argument 223 STAILQ_REMOVE(head,elem,type,field) global() argument 248 STAILQ_SWAP(head1,head2,type) global() argument [all...] |
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/ |
H A D | metafunctions.cpp | 62 typedef TT<int, int> type; typedef 72 typedef int_tuple<Values*2 ...> type; typedef 80 typedef int_tuple<(Values*Values)...> type; typedef 90 typedef int_tuple<(Values*Values)...> type; typedef 160 typedef int_tuple<Indices...> type; typedef 173 typedef tuple<typename Meta<T>::type...> type; typedef 178 typedef T& type; typedef 183 typedef T* type; typedef 188 typedef const T type; typedef 197 typedef typename apply_each<T, Meta...>::type type; typedef [all …]
|