Home
last modified time | relevance | path

Searched refs:subtypesLoc (Results 1 – 7 of 7) sorted by relevance

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypeSyntax.cpp296 llvm::SMLoc subtypesLoc) { in trySetStructBody() argument
299 parser.emitError(subtypesLoc) in trySetStructBody()
308 parser.emitError(subtypesLoc) in trySetStructBody()
392 llvm::SMLoc subtypesLoc = parser.getCurrentLocation(); in parseStructType() local
413 return trySetStructBody(type, subtypes, isPacked, parser, subtypesLoc); in parseStructType()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypeSyntax.cpp292 llvm::SMLoc subtypesLoc) { in trySetStructBody() argument
295 parser.emitError(subtypesLoc) in trySetStructBody()
304 parser.emitError(subtypesLoc) in trySetStructBody()
384 llvm::SMLoc subtypesLoc = parser.getCurrentLocation(); in parseStructType() local
403 return trySetStructBody(type, subtypes, isPacked, parser, subtypesLoc); in parseStructType()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypeSyntax.cpp296 llvm::SMLoc subtypesLoc) { in trySetStructBody() argument
299 parser.emitError(subtypesLoc) in trySetStructBody()
308 parser.emitError(subtypesLoc) in trySetStructBody()
392 llvm::SMLoc subtypesLoc = parser.getCurrentLocation(); in parseStructType() local
413 return trySetStructBody(type, subtypes, isPacked, parser, subtypesLoc); in parseStructType()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypeSyntax.cpp296 llvm::SMLoc subtypesLoc) { in trySetStructBody() argument
299 parser.emitError(subtypesLoc) in trySetStructBody()
308 parser.emitError(subtypesLoc) in trySetStructBody()
392 llvm::SMLoc subtypesLoc = parser.getCurrentLocation(); in parseStructType() local
413 return trySetStructBody(type, subtypes, isPacked, parser, subtypesLoc); in parseStructType()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypeSyntax.cpp292 llvm::SMLoc subtypesLoc) { in trySetStructBody() argument
295 parser.emitError(subtypesLoc) in trySetStructBody()
304 parser.emitError(subtypesLoc) in trySetStructBody()
384 llvm::SMLoc subtypesLoc = parser.getCurrentLocation(); in parseStructType() local
403 return trySetStructBody(type, subtypes, isPacked, parser, subtypesLoc); in parseStructType()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypeSyntax.cpp296 llvm::SMLoc subtypesLoc) {
299 parser.emitError(subtypesLoc)
308 parser.emitError(subtypesLoc)
392 llvm::SMLoc subtypesLoc = parser.getCurrentLocation();
413 return trySetStructBody(type, subtypes, isPacked, parser, subtypesLoc);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypeSyntax.cpp310 llvm::SMLoc subtypesLoc, in trySetStructBody() argument
314 parser.emitError(subtypesLoc) in trySetStructBody()
326 auto diag = parser.emitError(subtypesLoc) in trySetStructBody()
393 llvm::SMLoc subtypesLoc = parser.getCurrentLocation(); in parseStructType() local
412 return trySetStructBody(type, subtypes, isPacked, parser, subtypesLoc, stack); in parseStructType()