Home
last modified time | relevance | path

Searched defs:isRefType (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/Utils/
DWebAssemblyTypeUtilities.h81 inline bool isRefType(const Type *Ty) { in isRefType() function
85 inline bool isRefType(wasm::ValType Type) { in isRefType() function
/external/clang/lib/Analysis/
DCocoaConventions.cpp25 bool cocoa::isRefType(QualType RetTy, StringRef Prefix, in isRefType() function in cocoa
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/type/
DTypeReferenceTest.java13 public BogusResolvedType(boolean isRefType) { in BogusResolvedType()
/external/javassist/src/main/javassist/compiler/
DCodeGen.java1326 protected static boolean isRefType(int type) { in isRefType() method in CodeGen