/external/llvm-project/flang/lib/Parser/ |
D | token-parsers.h | 66 using resultType = Success; member 90 using resultType = Success; member 221 using resultType = std::pair<char, bool /* was escaped */>; member 249 using resultType = std::string; member 272 using resultType = std::string; member 352 using resultType = CharBlock; member 372 using resultType = CharBlock; member 387 using resultType = std::uint64_t; member 440 using resultType = std::int64_t; member 457 using resultType = std::uint64_t; member [all …]
|
D | expr-parsers.cpp | 98 using resultType = Expr; typedef 123 using resultType = Expr; typedef 156 using resultType = Expr; typedef 191 using resultType = Expr; typedef 217 using resultType = Expr; typedef 266 using resultType = Expr; typedef 292 using resultType = Expr; typedef 318 using resultType = Expr; typedef 344 using resultType = Expr; typedef
|
/external/llvm-project/flang/include/flang/Parser/ |
D | user-state.h | 110 using resultType = Success; member 115 using resultType = Statement<common::Indirection<LabelDoStmt>>; member 120 using resultType = Statement<common::Indirection<EndDoStmt>>; member 125 using resultType = Success; member 130 using resultType = Success; member 135 using resultType = Name; member 140 using resultType = DataComponentDefStmt; member
|
/external/llvm-project/flang/lib/Lower/ |
D | IntrinsicCall.cpp | 583 getFunctionType(mlir::Type resultType, llvm::ArrayRef<mlir::Value> arguments, in getFunctionType() 653 GeneratorType generator, llvm::StringRef name, mlir::Type resultType, in genElementalCall() 676 ExtendedGenerator generator, llvm::StringRef name, mlir::Type resultType, in genElementalCall() 691 IntrinsicLibrary::genIntrinsicCall(llvm::StringRef name, mlir::Type resultType, in genIntrinsicCall() 736 mlir::Type resultType, in invokeGenerator() 743 mlir::Type resultType, in invokeGenerator() 750 mlir::Type resultType, in invokeGenerator() 766 auto resultType = funcType.getResult(0); in getWrapper() local 824 llvm::StringRef name, mlir::Type resultType, in outlineInWrapper() 844 llvm::StringRef name, mlir::Type resultType, in outlineInWrapper() [all …]
|
/external/skia/src/sksl/ir/ |
D | SkSLBinaryExpression.cpp | 23 const Type& resultType) { in is_low_precision_matrix_vector_multiply() 37 const Type& resultType) { in rewrite_matrix_vector_multiply() 101 const Type* resultType; in Convert() local 147 const Type* resultType; in Make() local 158 const Type* resultType) { in Make()
|
D | SkSLTernaryExpression.cpp | 28 const Type* resultType; in Convert() local
|
/external/llvm-project/mlir/examples/toy/Ch3/mlir/ |
D | Dialect.cpp | 78 Type resultType = *op->result_type_begin(); in printBinaryOp() local 133 auto resultType = op.getResult().getType().dyn_cast<mlir::RankedTensorType>(); in verify() local 213 auto resultType = results.front(); in verify() local 236 auto resultType = op.getType().dyn_cast<RankedTensorType>(); in verify() local
|
/external/llvm-project/mlir/examples/toy/Ch2/mlir/ |
D | Dialect.cpp | 78 Type resultType = *op->result_type_begin(); in printBinaryOp() local 133 auto resultType = op.getResult().getType().dyn_cast<mlir::RankedTensorType>(); in verify() local 213 auto resultType = results.front(); in verify() local 236 auto resultType = op.getType().dyn_cast<RankedTensorType>(); in verify() local
|
/external/llvm-project/mlir/examples/toy/Ch7/mlir/ |
D | Dialect.cpp | 147 Type resultType = *op->result_type_begin(); in printBinaryOp() local 211 auto resultType = type.dyn_cast<mlir::RankedTensorType>(); in verifyConstantForType() local 235 auto resultType = type.cast<StructType>(); in verifyConstantForType() local 346 auto resultType = results.front(); in verify() local 366 mlir::Type resultType = structTy.getElementTypes()[index]; in build() local 378 mlir::Type resultType = op.getResult().getType(); in verify() local 402 auto resultType = op.getType().dyn_cast<RankedTensorType>(); in verify() local
|
D | ShapeInferencePass.cpp | 103 return llvm::any_of(op->getResultTypes(), [](Type resultType) { in returnsDynamicShape()
|
/external/llvm-project/mlir/examples/toy/Ch6/mlir/ |
D | Dialect.cpp | 134 Type resultType = *op->result_type_begin(); in printBinaryOp() local 189 auto resultType = op.getResult().getType().dyn_cast<mlir::RankedTensorType>(); in verify() local 294 auto resultType = results.front(); in verify() local 323 auto resultType = op.getType().dyn_cast<RankedTensorType>(); in verify() local
|
D | ShapeInferencePass.cpp | 103 return llvm::any_of(op->getResultTypes(), [](Type resultType) { in returnsDynamicShape()
|
/external/llvm-project/mlir/examples/toy/Ch5/mlir/ |
D | Dialect.cpp | 134 Type resultType = *op->result_type_begin(); in printBinaryOp() local 189 auto resultType = op.getResult().getType().dyn_cast<mlir::RankedTensorType>(); in verify() local 294 auto resultType = results.front(); in verify() local 323 auto resultType = op.getType().dyn_cast<RankedTensorType>(); in verify() local
|
D | ShapeInferencePass.cpp | 103 return llvm::any_of(op->getResultTypes(), [](Type resultType) { in returnsDynamicShape()
|
/external/llvm-project/mlir/examples/toy/Ch4/mlir/ |
D | Dialect.cpp | 134 Type resultType = *op->result_type_begin(); in printBinaryOp() local 189 auto resultType = op.getResult().getType().dyn_cast<mlir::RankedTensorType>(); in verify() local 294 auto resultType = results.front(); in verify() local 323 auto resultType = op.getType().dyn_cast<RankedTensorType>(); in verify() local
|
D | ShapeInferencePass.cpp | 103 return llvm::any_of(op->getResultTypes(), [](Type resultType) { in returnsDynamicShape()
|
/external/angle/src/common/apple/ |
D | SoftLinking.h | 51 # define SOFT_LINK_FUNCTION_HEADER(framework, functionName, resultType, parameterDeclarations, \ argument 63 # define SOFT_LINK_FUNCTION_SOURCE(framework, functionName, resultType, parameterDeclarations, \ argument
|
/external/llvm-project/flang/lib/Evaluate/ |
D | intrinsics-library.cpp | 81 DynamicType resultType; member 363 [[maybe_unused]] DynamicType resultType) { in GetHostRuntimeMapHelper() 380 static const HostRuntimeMap *GetHostRuntimeMapVersion(DynamicType resultType) { in GetHostRuntimeMapVersion() 411 LibraryVersion version, DynamicType resultType) { in GetHostRuntimeMap() 426 const HostRuntimeMap &map, const std::string &name, DynamicType resultType, in SearchInHostRuntimeMap() 440 DynamicType resultType, const std::vector<DynamicType> &argTypes) { in SearchHostRuntime() 483 DynamicType resultType, const std::vector<DynamicType> &argTypes) { in GetHostRuntimeWrapper()
|
/external/llvm-project/mlir/test/lib/Transforms/ |
D | TestDecomposeCallGraphTypes.cpp | 68 [](OpBuilder &builder, TupleType resultType, ValueRange inputs, in runOnOperation() 69 Location loc) -> Optional<Value> { in runOnOperation()
|
/external/caliper/caliper/src/main/java/com/google/caliper/util/ |
D | Parsers.java | 47 public static <T> Parser<T> conventionalParser(Class<T> resultType) in conventionalParser()
|
/external/catch2/include/internal/ |
D | catch_assertionresult.h | 29 ResultWas::OfType resultType; member
|
D | catch_result_type.cpp | 13 bool isOk( ResultWas::OfType resultType ) { in isOk()
|
/external/icu/libicu/cts_headers/ |
D | utrie.h | 185 #define _UTRIE_GET_FROM_PAIR(trie, data, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument 209 #define _UTRIE_GET(trie, data, c32, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument 224 #define _UTRIE_NEXT(trie, data, src, limit, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument 240 #define _UTRIE_PREVIOUS(trie, data, start, src, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN {… argument
|
/external/icu/icu4c/source/common/ |
D | utrie.h | 185 #define _UTRIE_GET_FROM_PAIR(trie, data, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument 209 #define _UTRIE_GET(trie, data, c32, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument 224 #define _UTRIE_NEXT(trie, data, src, limit, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument 240 #define _UTRIE_PREVIOUS(trie, data, start, src, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN {… argument
|
/external/llvm-project/mlir/lib/Dialect/StandardOps/Transforms/ |
D | Bufferize.cpp | 131 auto resultType = getTypeConverter()->convertType(op.getType()); in matchAndRewrite() local 147 auto resultType = MemRefType::get( in matchAndRewrite() local
|