Home
last modified time | relevance | path

Searched refs:getCurrentLocation (Results 1 – 25 of 535) sorted by relevance

12345678910>>...22

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/lib/Lower/
H A DOpenMP.cpp75 converter.getCurrentLocation()); in genOMP()
79 converter.getCurrentLocation()); in genOMP()
83 converter.getCurrentLocation()); in genOMP()
86 TODO(converter.getCurrentLocation(), "OMPD_target_enter_data"); in genOMP()
88 TODO(converter.getCurrentLocation(), "OMPD_target_exit_data"); in genOMP()
90 TODO(converter.getCurrentLocation(), "OMPD_target_update"); in genOMP()
92 TODO(converter.getCurrentLocation(), "OMPD_ordered"); in genOMP()
115 TODO(converter.getCurrentLocation(), in genOMP()
118 converter.getCurrentLocation(), operandRange); in genOMP()
141 auto currentLocation = converter.getCurrentLocation(); in genOMP()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Lower/
H A DOpenMP.cpp75 converter.getCurrentLocation()); in genOMP()
79 converter.getCurrentLocation()); in genOMP()
83 converter.getCurrentLocation()); in genOMP()
86 TODO(converter.getCurrentLocation(), "OMPD_target_enter_data"); in genOMP()
88 TODO(converter.getCurrentLocation(), "OMPD_target_exit_data"); in genOMP()
90 TODO(converter.getCurrentLocation(), "OMPD_target_update"); in genOMP()
92 TODO(converter.getCurrentLocation(), "OMPD_ordered"); in genOMP()
115 TODO(converter.getCurrentLocation(), in genOMP()
118 converter.getCurrentLocation(), operandRange); in genOMP()
141 auto currentLocation = converter.getCurrentLocation(); in genOMP()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/lib/Lower/
H A DOpenMP.cpp75 converter.getCurrentLocation()); in genOMP()
79 converter.getCurrentLocation()); in genOMP()
83 converter.getCurrentLocation()); in genOMP()
86 TODO(converter.getCurrentLocation(), "OMPD_target_enter_data"); in genOMP()
88 TODO(converter.getCurrentLocation(), "OMPD_target_exit_data"); in genOMP()
90 TODO(converter.getCurrentLocation(), "OMPD_target_update"); in genOMP()
92 TODO(converter.getCurrentLocation(), "OMPD_ordered"); in genOMP()
115 TODO(converter.getCurrentLocation(), in genOMP()
118 converter.getCurrentLocation(), operandRange); in genOMP()
141 auto currentLocation = converter.getCurrentLocation(); in genOMP()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/lib/Lower/
H A DOpenMP.cpp75 converter.getCurrentLocation()); in genOMP()
79 converter.getCurrentLocation()); in genOMP()
83 converter.getCurrentLocation()); in genOMP()
86 TODO(converter.getCurrentLocation(), "OMPD_target_enter_data"); in genOMP()
88 TODO(converter.getCurrentLocation(), "OMPD_target_exit_data"); in genOMP()
90 TODO(converter.getCurrentLocation(), "OMPD_target_update"); in genOMP()
92 TODO(converter.getCurrentLocation(), "OMPD_ordered"); in genOMP()
115 TODO(converter.getCurrentLocation(), in genOMP()
118 converter.getCurrentLocation(), operandRange); in genOMP()
141 auto currentLocation = converter.getCurrentLocation(); in genOMP()
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/memory_manager/
H A Dmigraton_controller_tests.cpp43 … EXPECT_EQ(0u, pImage->getMultiGraphicsAllocation().getMigrationSyncData()->getCurrentLocation()); in TEST_F()
55 … EXPECT_EQ(1u, pImage->getMultiGraphicsAllocation().getMigrationSyncData()->getCurrentLocation()); in TEST_F()
57 … EXPECT_EQ(1u, pImage->getMultiGraphicsAllocation().getMigrationSyncData()->getCurrentLocation()); in TEST_F()
79 … EXPECT_EQ(0u, pImage->getMultiGraphicsAllocation().getMigrationSyncData()->getCurrentLocation()); in TEST_F()
81 … EXPECT_EQ(1u, pImage->getMultiGraphicsAllocation().getMigrationSyncData()->getCurrentLocation()); in TEST_F()
113 … EXPECT_EQ(0u, pBuffer->getMultiGraphicsAllocation().getMigrationSyncData()->getCurrentLocation()); in TEST_F()
115 … EXPECT_EQ(1u, pBuffer->getMultiGraphicsAllocation().getMigrationSyncData()->getCurrentLocation()); in TEST_F()
160 EXPECT_EQ(0u, migrationSyncData->getCurrentLocation()); in TEST_F()
162 EXPECT_EQ(0u, migrationSyncData->getCurrentLocation()); in TEST_F()
187 EXPECT_EQ(0u, migrationSyncData->getCurrentLocation()); in TEST_F()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DStAXConnector.java67 protected abstract Location getCurrentLocation(); in getCurrentLocation() method in StAXConnector
80 return getCurrentLocation().getColumnNumber(); in handleStartDocument()
83 return getCurrentLocation().getLineNumber(); in handleStartDocument()
86 return getCurrentLocation().getPublicId(); in handleStartDocument()
89 return getCurrentLocation().getSystemId(); in handleStartDocument()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DStAXConnector.java67 protected abstract Location getCurrentLocation(); in getCurrentLocation() method in StAXConnector
80 return getCurrentLocation().getColumnNumber(); in handleStartDocument()
83 return getCurrentLocation().getLineNumber(); in handleStartDocument()
86 return getCurrentLocation().getPublicId(); in handleStartDocument()
89 return getCurrentLocation().getSystemId(); in handleStartDocument()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/include/mlir/IR/
H A DDialectImplementation.h114 virtual llvm::SMLoc getCurrentLocation() = 0;
115 ParseResult getCurrentLocation(llvm::SMLoc *loc) { in getCurrentLocation() function
116 *loc = getCurrentLocation(); in getCurrentLocation()
144 auto loc = getCurrentLocation(); in parseInteger()
156 auto loc = getCurrentLocation(); in parseOptionalInteger()
233 auto loc = getCurrentLocation(); in parseString()
244 auto loc = getCurrentLocation();
252 auto loc = getCurrentLocation(); in parseKeyword()
319 llvm::SMLoc loc = getCurrentLocation();
349 llvm::SMLoc loc = getCurrentLocation(); in parseType()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/include/mlir/IR/
H A DDialectImplementation.h114 virtual llvm::SMLoc getCurrentLocation() = 0;
115 ParseResult getCurrentLocation(llvm::SMLoc *loc) { in getCurrentLocation() function
116 *loc = getCurrentLocation(); in getCurrentLocation()
144 auto loc = getCurrentLocation(); in parseInteger()
156 auto loc = getCurrentLocation(); in parseOptionalInteger()
233 auto loc = getCurrentLocation(); in parseString()
244 auto loc = getCurrentLocation();
252 auto loc = getCurrentLocation(); in parseKeyword()
319 llvm::SMLoc loc = getCurrentLocation();
349 llvm::SMLoc loc = getCurrentLocation(); in parseType()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/include/mlir/IR/
H A DDialectImplementation.h114 virtual llvm::SMLoc getCurrentLocation() = 0;
115 ParseResult getCurrentLocation(llvm::SMLoc *loc) { in getCurrentLocation() function
116 *loc = getCurrentLocation(); in getCurrentLocation()
144 auto loc = getCurrentLocation(); in parseInteger()
156 auto loc = getCurrentLocation(); in parseOptionalInteger()
233 auto loc = getCurrentLocation(); in parseString()
244 auto loc = getCurrentLocation();
252 auto loc = getCurrentLocation(); in parseKeyword()
319 llvm::SMLoc loc = getCurrentLocation();
349 llvm::SMLoc loc = getCurrentLocation(); in parseType()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/include/mlir/IR/
H A DDialectImplementation.h114 virtual llvm::SMLoc getCurrentLocation() = 0;
115 ParseResult getCurrentLocation(llvm::SMLoc *loc) { in getCurrentLocation() function
116 *loc = getCurrentLocation(); in getCurrentLocation()
139 auto loc = getCurrentLocation(); in parseInteger()
151 auto loc = getCurrentLocation(); in parseOptionalInteger()
208 auto loc = getCurrentLocation();
216 auto loc = getCurrentLocation(); in parseKeyword()
283 llvm::SMLoc loc = getCurrentLocation();
312 llvm::SMLoc loc = getCurrentLocation(); in parseType()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/include/mlir/IR/
H A DDialectImplementation.h114 virtual llvm::SMLoc getCurrentLocation() = 0;
115 ParseResult getCurrentLocation(llvm::SMLoc *loc) { in getCurrentLocation() function
116 *loc = getCurrentLocation(); in getCurrentLocation()
139 auto loc = getCurrentLocation(); in parseInteger()
151 auto loc = getCurrentLocation(); in parseOptionalInteger()
211 auto loc = getCurrentLocation();
219 auto loc = getCurrentLocation(); in parseKeyword()
286 llvm::SMLoc loc = getCurrentLocation();
315 llvm::SMLoc loc = getCurrentLocation(); in parseType()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/include/mlir/IR/
H A DDialectImplementation.h114 virtual llvm::SMLoc getCurrentLocation() = 0;
115 ParseResult getCurrentLocation(llvm::SMLoc *loc) { in getCurrentLocation() function
116 *loc = getCurrentLocation(); in getCurrentLocation()
139 auto loc = getCurrentLocation(); in parseInteger()
151 auto loc = getCurrentLocation(); in parseOptionalInteger()
205 auto loc = getCurrentLocation();
213 auto loc = getCurrentLocation(); in parseKeyword()
280 llvm::SMLoc loc = getCurrentLocation();
309 llvm::SMLoc loc = getCurrentLocation(); in parseType()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/include/mlir/IR/
H A DDialectImplementation.h114 virtual llvm::SMLoc getCurrentLocation() = 0;
115 ParseResult getCurrentLocation(llvm::SMLoc *loc) { in getCurrentLocation() function
116 *loc = getCurrentLocation(); in getCurrentLocation()
139 auto loc = getCurrentLocation(); in parseInteger()
151 auto loc = getCurrentLocation(); in parseOptionalInteger()
211 auto loc = getCurrentLocation();
219 auto loc = getCurrentLocation(); in parseKeyword()
286 llvm::SMLoc loc = getCurrentLocation();
315 llvm::SMLoc loc = getCurrentLocation(); in parseType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/include/mlir/IR/
H A DDialectImplementation.h114 virtual llvm::SMLoc getCurrentLocation() = 0;
115 ParseResult getCurrentLocation(llvm::SMLoc *loc) { in getCurrentLocation() function
116 *loc = getCurrentLocation(); in getCurrentLocation()
139 auto loc = getCurrentLocation(); in parseInteger()
151 auto loc = getCurrentLocation(); in parseOptionalInteger()
211 auto loc = getCurrentLocation();
219 auto loc = getCurrentLocation(); in parseKeyword()
286 llvm::SMLoc loc = getCurrentLocation();
315 llvm::SMLoc loc = getCurrentLocation(); in parseType()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypeSyntax.cpp181 llvm::SMLoc loc = parser.getCurrentLocation(); in parseFunctionType()
220 llvm::SMLoc loc = parser.getCurrentLocation(); in parsePointerType()
241 llvm::SMLoc loc = parser.getCurrentLocation(); in parseVectorType()
242 if (parser.parseLess() || parser.getCurrentLocation(&dimPos) || in parseVectorType()
244 parser.getCurrentLocation(&typePos) || in parseVectorType()
277 llvm::SMLoc loc = parser.getCurrentLocation(); in parseArrayType()
278 if (parser.parseLess() || parser.getCurrentLocation(&sizePos) || in parseArrayType()
356 llvm::SMLoc kwLoc = parser.getCurrentLocation(); in parseStructType()
392 llvm::SMLoc subtypesLoc = parser.getCurrentLocation(); in parseStructType()
421 llvm::SMLoc keyLoc = parser.getCurrentLocation(); in dispatchParse()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypeSyntax.cpp181 llvm::SMLoc loc = parser.getCurrentLocation(); in parseFunctionType()
220 llvm::SMLoc loc = parser.getCurrentLocation(); in parsePointerType()
241 llvm::SMLoc loc = parser.getCurrentLocation(); in parseVectorType()
242 if (parser.parseLess() || parser.getCurrentLocation(&dimPos) || in parseVectorType()
244 parser.getCurrentLocation(&typePos) || in parseVectorType()
277 llvm::SMLoc loc = parser.getCurrentLocation(); in parseArrayType()
278 if (parser.parseLess() || parser.getCurrentLocation(&sizePos) || in parseArrayType()
356 llvm::SMLoc kwLoc = parser.getCurrentLocation(); in parseStructType()
392 llvm::SMLoc subtypesLoc = parser.getCurrentLocation(); in parseStructType()
421 llvm::SMLoc keyLoc = parser.getCurrentLocation(); in dispatchParse()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypeSyntax.cpp181 llvm::SMLoc loc = parser.getCurrentLocation(); in parseFunctionType()
220 llvm::SMLoc loc = parser.getCurrentLocation(); in parsePointerType()
241 llvm::SMLoc loc = parser.getCurrentLocation(); in parseVectorType()
242 if (parser.parseLess() || parser.getCurrentLocation(&dimPos) || in parseVectorType()
244 parser.getCurrentLocation(&typePos) || in parseVectorType()
277 llvm::SMLoc loc = parser.getCurrentLocation(); in parseArrayType()
278 if (parser.parseLess() || parser.getCurrentLocation(&sizePos) || in parseArrayType()
356 llvm::SMLoc kwLoc = parser.getCurrentLocation(); in parseStructType()
392 llvm::SMLoc subtypesLoc = parser.getCurrentLocation(); in parseStructType()
421 llvm::SMLoc keyLoc = parser.getCurrentLocation(); in dispatchParse()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypeSyntax.cpp181 llvm::SMLoc loc = parser.getCurrentLocation();
220 llvm::SMLoc loc = parser.getCurrentLocation();
241 llvm::SMLoc loc = parser.getCurrentLocation();
242 if (parser.parseLess() || parser.getCurrentLocation(&dimPos) ||
244 parser.getCurrentLocation(&typePos) ||
277 llvm::SMLoc loc = parser.getCurrentLocation();
278 if (parser.parseLess() || parser.getCurrentLocation(&sizePos) ||
356 llvm::SMLoc kwLoc = parser.getCurrentLocation();
392 llvm::SMLoc subtypesLoc = parser.getCurrentLocation();
421 llvm::SMLoc keyLoc = parser.getCurrentLocation();
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/model/
H A DHistory.java135 HistoryObject currentLocation = getCurrentLocation(); in isSameLocation()
230 private HistoryObject getCurrentLocation() { in getCurrentLocation() method in History
246 return getCurrentLocation().isURL(); in currentLocationIsUrl()
250 return getCurrentLocation().getUrl(); in getCurrentLocationAsUrl()
254 return getCurrentLocation().getPage(); in getCurrentLocationAsPage()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypeSyntax.cpp181 Location loc = parser.getEncodedSourceLoc(parser.getCurrentLocation()); in parseFunctionType()
220 Location loc = parser.getEncodedSourceLoc(parser.getCurrentLocation()); in parsePointerType()
241 Location loc = parser.getEncodedSourceLoc(parser.getCurrentLocation()); in parseVectorType()
242 if (parser.parseLess() || parser.getCurrentLocation(&dimPos) || in parseVectorType()
273 Location loc = parser.getEncodedSourceLoc(parser.getCurrentLocation()); in parseArrayType()
274 if (parser.parseLess() || parser.getCurrentLocation(&sizePos) || in parseArrayType()
330 Location loc = parser.getEncodedSourceLoc(parser.getCurrentLocation()); in parseStructType()
351 llvm::SMLoc kwLoc = parser.getCurrentLocation(); in parseStructType()
384 llvm::SMLoc subtypesLoc = parser.getCurrentLocation(); in parseStructType()
411 llvm::SMLoc keyLoc = parser.getCurrentLocation(); in dispatchParse()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypeSyntax.cpp181 Location loc = parser.getEncodedSourceLoc(parser.getCurrentLocation()); in parseFunctionType()
220 Location loc = parser.getEncodedSourceLoc(parser.getCurrentLocation()); in parsePointerType()
241 Location loc = parser.getEncodedSourceLoc(parser.getCurrentLocation()); in parseVectorType()
242 if (parser.parseLess() || parser.getCurrentLocation(&dimPos) || in parseVectorType()
273 Location loc = parser.getEncodedSourceLoc(parser.getCurrentLocation()); in parseArrayType()
274 if (parser.parseLess() || parser.getCurrentLocation(&sizePos) || in parseArrayType()
330 Location loc = parser.getEncodedSourceLoc(parser.getCurrentLocation()); in parseStructType()
351 llvm::SMLoc kwLoc = parser.getCurrentLocation(); in parseStructType()
384 llvm::SMLoc subtypesLoc = parser.getCurrentLocation(); in parseStructType()
411 llvm::SMLoc keyLoc = parser.getCurrentLocation(); in dispatchParse()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DSAX2StAXEventWriter.java124 eventFactory.setLocation(getCurrentLocation()); in startDocument()
151 eventFactory.setLocation(getCurrentLocation()); in endDocument()
178 eventFactory.setLocation(getCurrentLocation()); in startElement()
211 eventFactory.setLocation(getCurrentLocation()); in endElement()
244 eventFactory.setLocation(getCurrentLocation()); in comment()
267 eventFactory.setLocation(getCurrentLocation()); in characters()
314 eventFactory.setLocation(getCurrentLocation()); in endCDATA()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DSAX2StAXEventWriter.java124 eventFactory.setLocation(getCurrentLocation()); in startDocument()
151 eventFactory.setLocation(getCurrentLocation()); in endDocument()
178 eventFactory.setLocation(getCurrentLocation()); in startElement()
211 eventFactory.setLocation(getCurrentLocation()); in endElement()
244 eventFactory.setLocation(getCurrentLocation()); in comment()
267 eventFactory.setLocation(getCurrentLocation()); in characters()
314 eventFactory.setLocation(getCurrentLocation()); in endCDATA()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DSAX2StAXEventWriter.java94 eventFactory.setLocation(getCurrentLocation()); in startDocument()
113 eventFactory.setLocation(getCurrentLocation()); in endDocument()
135 eventFactory.setLocation(getCurrentLocation()); in startElement()
162 eventFactory.setLocation(getCurrentLocation()); in endElement()
190 eventFactory.setLocation(getCurrentLocation()); in comment()
206 eventFactory.setLocation(getCurrentLocation()); in characters()
243 eventFactory.setLocation(getCurrentLocation()); in endCDATA()

12345678910>>...22