Searched refs:empty_region (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/mlir/test/Dialect/SPIRV/ |
D | control-flow-ops.mlir | 310 // CHECK-LABEL: @empty_region 311 func @empty_region() -> () { 721 // CHECK-LABEL: @empty_region 722 func @empty_region() -> () {
|
/external/icu/icu4c/source/test/intltest/ |
D | loctest.cpp | 6026 static const char empty_region[] = "_AQ"; in TestUndCAPI() local 6061 reslen = uloc_getName(empty_region, tmp, sizeof tmp, status); in TestUndCAPI() 6062 status.errIfFailureAndReset("\"%s\"", empty_region); in TestUndCAPI() 6064 assertEquals("uloc_getName()", empty_region, tmp); in TestUndCAPI() 6076 assertEquals("uloc_getName()", empty_region, tmp); in TestUndCAPI() 6105 reslen = uloc_getBaseName(empty_region, tmp, sizeof tmp, status); in TestUndCAPI() 6106 status.errIfFailureAndReset("\"%s\"", empty_region); in TestUndCAPI() 6108 assertEquals("uloc_getBaseName()", empty_region, tmp); in TestUndCAPI() 6120 assertEquals("uloc_getBaseName()", empty_region, tmp); in TestUndCAPI() 6149 reslen = uloc_getParent(empty_region, tmp, sizeof tmp, status); in TestUndCAPI() [all …]
|