Home
last modified time | relevance | path

Searched refs:getUnderlyingType (Results 1 – 25 of 1380) sorted by relevance

12345678910>>...56

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/
H A DJDIClassType.java58 if (getUnderlyingType() instanceof ClassType) { in newInstance()
59 ClassType clazz = (ClassType) getUnderlyingType(); in newInstance()
103 if (getUnderlyingType() instanceof ClassType) { in sendMessage()
104 ClassType clazz = (ClassType) getUnderlyingType(); in sendMessage()
144 ClassType superclazz = ((ClassType) getUnderlyingType()) in getSuperclass()
168 List<InterfaceType> interfaceList = ((ClassType) getUnderlyingType()) in getAllInterfaces()
199 List<InterfaceType> interfaceList = ((ClassType) getUnderlyingType()).interfaces(); in getInterfaces()
H A DJDIThisVariable.java111 protected Type getUnderlyingType() throws DebugException { in getUnderlyingType() method in JDIThisVariable
131 return ((ReferenceType) getUnderlyingType()).isPrivate(); in isPrivate()
148 return ((ReferenceType) getUnderlyingType()).isProtected(); in isProtected()
165 return ((ReferenceType) getUnderlyingType()).isPublic(); in isPublic()
H A DJDIType.java130 return getUnderlyingType().signature(); in getSignature()
147 public Type getUnderlyingType() { in getUnderlyingType() method in JDIType
166 return getUnderlyingType().toString(); in toString()
175 return getUnderlyingType().name(); in getName()
H A DJDIInterfaceType.java55 List<ClassType> implementorList = ((InterfaceType) getUnderlyingType()) in getImplementors()
88 List<InterfaceType> subList = ((InterfaceType) getUnderlyingType()) in getSubInterfaces()
121 List<InterfaceType> superList = ((InterfaceType) getUnderlyingType()) in getSuperInterfaces()
157 if (getUnderlyingType() instanceof InterfaceType) { in sendMessage()
158 InterfaceType iface = (InterfaceType) getUnderlyingType(); in sendMessage()
H A DJDIReferenceType.java83 return (ReferenceType) getUnderlyingType(); in getReferenceType()
111 ReferenceType type = (ReferenceType) getUnderlyingType(); in getField()
134 ReferenceType type = (ReferenceType) getUnderlyingType(); in getClassObject()
157 List<Field> fields = ((ReferenceType) getUnderlyingType()).allFields(); in getAllFieldNames()
183 List<Field> fields = ((ReferenceType) getUnderlyingType()).fields(); in getDeclaredFieldNames()
266 ReferenceType type = (ReferenceType) getUnderlyingType(); in getClassLoaderObject()
393 Type type = getUnderlyingType(); in getInstanceCount()
H A DJDIArrayType.java47 ArrayReference ar = ((ArrayType) getUnderlyingType()) in newInstance()
67 Type type = ((ArrayType) getUnderlyingType()).componentType(); in getComponentType()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/include/mlir/Dialect/LLVMIR/
H A DLLVMDialect.h62 llvm::Type *getUnderlyingType() const;
65 bool isBFloatTy() { return getUnderlyingType()->isBFloatTy(); } in isBFloatTy()
66 bool isHalfTy() { return getUnderlyingType()->isHalfTy(); } in isHalfTy()
67 bool isFloatTy() { return getUnderlyingType()->isFloatTy(); } in isFloatTy()
68 bool isDoubleTy() { return getUnderlyingType()->isDoubleTy(); } in isDoubleTy()
69 bool isIntegerTy() { return getUnderlyingType()->isIntegerTy(); } in isIntegerTy()
71 return getUnderlyingType()->isIntegerTy(bitwidth); in isIntegerTy()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp107 if (argType.getUnderlyingType()->isVectorTy()) in parseCmpOp()
228 if (!llvmTy.getUnderlyingType()->isPointerTy()) in getLoadStoreElementType()
1032 if (!type.getUnderlyingType()->isArrayTy() || in verify()
1257 if (!returnType.getUnderlyingType()->isVoidTy()) in printLLVMFuncOp()
1458 llvmType.getUnderlyingType()->print(os.getStream()); in printType()
1517 llvm::Type *LLVMType::getUnderlyingType() const { in getUnderlyingType() function in LLVMType
1526 return getUnderlyingType()->getArrayNumElements(); in getArrayNumElements()
1541 return getUnderlyingType()->getFunctionNumParams(); in getFunctionNumParams()
1567 return getUnderlyingType()->getStructNumElements(); in getStructNumElements()
1624 llvmParams.push_back(param.getUnderlyingType()); in getFunctionTy()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp105 if (argType.getUnderlyingType()->isVectorTy()) in parseCmpOp()
198 if (!llvmTy.getUnderlyingType()->isPointerTy()) in getLoadStoreElementType()
1094 if (!type.getUnderlyingType()->isArrayTy() || in verify()
1738 llvmType.getUnderlyingType()->print(os.getStream()); in printType()
1799 llvm::Type *LLVMType::getUnderlyingType() const { in getUnderlyingType() function in LLVMType
1808 return getUnderlyingType()->getArrayNumElements(); in getArrayNumElements()
1829 return getUnderlyingType()->getFunctionNumParams(); in getFunctionNumParams()
1855 return getUnderlyingType()->getStructNumElements(); in getStructNumElements()
1915 llvmParams.push_back(param.getUnderlyingType()); in getFunctionTy()
1927 llvmElements.push_back(elt.getUnderlyingType()); in getStructTy()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/include/mlir/Dialect/LLVMIR/
H A DLLVMDialect.h56 llvm::Type *getUnderlyingType() const;
59 bool isFloatTy() { return getUnderlyingType()->isFloatTy(); } in isFloatTy()
60 bool isDoubleTy() { return getUnderlyingType()->isDoubleTy(); } in isDoubleTy()
61 bool isIntegerTy() { return getUnderlyingType()->isIntegerTy(); } in isIntegerTy()
63 return getUnderlyingType()->isIntegerTy(bitwidth); in isIntegerTy()
/dports/devel/creduce/creduce-2.10.0/clang_delta/
H A DReplaceDependentTypedef.cpp133 if (!isValidType(D->getUnderlyingType())) in handleOneTypedefDecl()
138 if (!getTypeString(D->getUnderlyingType(), Str, Typename)) in handleOneTypedefDecl()
141 D->getUnderlyingType().getAsStringInternal( in handleOneTypedefDecl()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/tools/mlir-tblgen/
H A DEnumsGen.cpp138 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); in emitOperators()
190 enumAttr.getUnderlyingType()); in emitSymToStrFnForBitEnum()
234 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); in emitStrToSymFnForBitEnum()
280 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); in emitUnderlyingToSymFnForIntEnum()
311 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); in emitUnderlyingToSymFnForBitEnum()
338 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); in emitEnumDecl()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/tools/mlir-tblgen/
H A DEnumsGen.cpp138 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); in emitOperators()
190 enumAttr.getUnderlyingType()); in emitSymToStrFnForBitEnum()
234 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); in emitStrToSymFnForBitEnum()
280 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); in emitUnderlyingToSymFnForIntEnum()
311 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); in emitUnderlyingToSymFnForBitEnum()
338 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); in emitEnumDecl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/tools/mlir-tblgen/
H A DEnumsGen.cpp138 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); in emitOperators()
190 enumAttr.getUnderlyingType()); in emitSymToStrFnForBitEnum()
234 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); in emitStrToSymFnForBitEnum()
280 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); in emitUnderlyingToSymFnForIntEnum()
311 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); in emitUnderlyingToSymFnForBitEnum()
338 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); in emitEnumDecl()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/tools/mlir-tblgen/
H A DEnumsGen.cpp136 std::string underlyingType = enumAttr.getUnderlyingType(); in emitOperators()
187 enumAttr.getUnderlyingType()); in emitSymToStrFnForBitEnum()
230 std::string underlyingType = enumAttr.getUnderlyingType(); in emitStrToSymFnForBitEnum()
276 std::string underlyingType = enumAttr.getUnderlyingType(); in emitUnderlyingToSymFnForIntEnum()
307 std::string underlyingType = enumAttr.getUnderlyingType(); in emitUnderlyingToSymFnForBitEnum()
334 std::string underlyingType = enumAttr.getUnderlyingType(); in emitEnumDecl()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/tools/mlir-tblgen/
H A DEnumsGen.cpp138 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); in emitOperators()
190 enumAttr.getUnderlyingType()); in emitSymToStrFnForBitEnum()
234 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); in emitStrToSymFnForBitEnum()
280 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); in emitUnderlyingToSymFnForIntEnum()
311 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); in emitUnderlyingToSymFnForBitEnum()
338 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); in emitEnumDecl()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/tools/mlir-tblgen/
H A DEnumsGen.cpp143 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); in emitOperators()
195 enumAttr.getUnderlyingType()); in emitSymToStrFnForBitEnum()
239 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); in emitStrToSymFnForBitEnum()
284 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); in emitUnderlyingToSymFnForIntEnum()
346 StringRef underlyingType = enumAttr.getUnderlyingType(); in emitSpecializedAttrDef()
387 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); in emitUnderlyingToSymFnForBitEnum()
414 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); in emitEnumDecl()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/tools/mlir-tblgen/
H A DEnumsGen.cpp143 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); in emitOperators()
195 enumAttr.getUnderlyingType()); in emitSymToStrFnForBitEnum()
239 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); in emitStrToSymFnForBitEnum()
284 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); in emitUnderlyingToSymFnForIntEnum()
346 StringRef underlyingType = enumAttr.getUnderlyingType(); in emitSpecializedAttrDef()
387 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); in emitUnderlyingToSymFnForBitEnum()
414 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); in emitEnumDecl()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/tools/mlir-tblgen/
H A DEnumsGen.cpp143 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); in emitOperators()
195 enumAttr.getUnderlyingType()); in emitSymToStrFnForBitEnum()
239 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); in emitStrToSymFnForBitEnum()
284 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); in emitUnderlyingToSymFnForIntEnum()
346 StringRef underlyingType = enumAttr.getUnderlyingType(); in emitSpecializedAttrDef()
387 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); in emitUnderlyingToSymFnForBitEnum()
414 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); in emitEnumDecl()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/tools/mlir-tblgen/
H A DEnumsGen.cpp143 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); in emitOperators()
195 enumAttr.getUnderlyingType()); in emitSymToStrFnForBitEnum()
239 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); in emitStrToSymFnForBitEnum()
284 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); in emitUnderlyingToSymFnForIntEnum()
346 StringRef underlyingType = enumAttr.getUnderlyingType(); in emitSpecializedAttrDef()
387 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); in emitUnderlyingToSymFnForBitEnum()
414 std::string underlyingType = std::string(enumAttr.getUnderlyingType()); in emitEnumDecl()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clang-tidy/modernize/
H A DUseUsingCheck.cpp95 if (MatchedDecl->getUnderlyingType()->isArrayType() || StartLoc.isMacroID()) in check()
107 MatchedDecl->getUnderlyingType().getAsString(printPolicy)); in check()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/clang-tidy/modernize/
H A DUseUsingCheck.cpp96 if (MatchedDecl->getUnderlyingType()->isArrayType() || StartLoc.isMacroID()) in check()
108 MatchedDecl->getUnderlyingType().getAsString(printPolicy)); in check()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/clang-tidy/modernize/
H A DUseUsingCheck.cpp95 if (MatchedDecl->getUnderlyingType()->isArrayType() || StartLoc.isMacroID()) in check()
107 MatchedDecl->getUnderlyingType().getAsString(printPolicy)); in check()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseUsingCheck.cpp55 if (MatchedDecl->getUnderlyingType()->isArrayType() || StartLoc.isMacroID()) { in check()
65 std::string Type = MatchedDecl->getUnderlyingType().getAsString(printPolicy); in check()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clang-tidy/modernize/
H A DUseUsingCheck.cpp55 if (MatchedDecl->getUnderlyingType()->isArrayType() || StartLoc.isMacroID()) { in check()
65 std::string Type = MatchedDecl->getUnderlyingType().getAsString(printPolicy); in check()

12345678910>>...56