Home
last modified time | relevance | path

Searched refs:isValidArgumentType (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DType.cpp291 assert(isValidArgumentType(Params[i]) && in FunctionType()
336 bool FunctionType::isValidArgumentType(Type *ArgTy) { in isValidArgumentType() function in FunctionType
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DDerivedTypes.h120 static bool isValidArgumentType(Type *ArgTy);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDerivedTypes.h126 static bool isValidArgumentType(Type *ArgTy);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1809 if (!FunctionType::isValidArgumentType(T)) in parseTypeTableBody()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp2600 if (!FunctionType::isValidArgumentType(ArgTy)) in ParseArgumentList()