Home
last modified time | relevance | path

Searched refs:non_empty (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/
H A Dhomogeneous-aggregates.cpp278 struct non_empty { double d; }; argument
283 non_empty e;
/llvm-project/mlir/test/mlir-tblgen/
H A Dop-attribute.td418 DefaultValuedAttr<DictionaryAttr, "getDefaultDictAttrs($_builder)">:$non_empty
429 …tate &odsState, ::mlir::DictionaryAttr empty = nullptr, ::mlir::DictionaryAttr non_empty = nullptr)
/llvm-project/polly/lib/External/isl/
H A Disl_map.c4490 isl_bool non_empty; in drop_irrelevant_constraints() local
4492 non_empty = isl_basic_map_plain_is_non_empty(bmap); in drop_irrelevant_constraints()
4493 if (non_empty < 0) in drop_irrelevant_constraints()
4495 if (!non_empty) in drop_irrelevant_constraints()
9383 isl_bool empty, non_empty; in isl_basic_map_is_empty() local
9402 non_empty = isl_basic_map_plain_is_non_empty(bmap); in isl_basic_map_is_empty()
9403 if (non_empty < 0) in isl_basic_map_is_empty()
9405 if (non_empty) in isl_basic_map_is_empty()