Home
last modified time | relevance | path

Searched defs:c_empty (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/polly/lib/External/isl/
Disl_test_cpp-generic.cc31 isl_set *c_empty = isl_set_read_from_str(ctx.get(), "{ : false }"); in test_pointer() local
/external/pdfium/core/fxcrt/
Dbytestring_unittest.cpp127 const char* const c_empty = ""; in TEST() local
1318 const char* const c_empty = ""; in TEST() local
Dwidestring_unittest.cpp126 const wchar_t* const c_empty = L""; in TEST() local
1266 const wchar_t* const c_empty = L""; in TEST() local
/external/rust/crates/regex-automata/src/nfa/
Dcompiler.rs764 fn c_empty(&self) -> ThompsonRef { in c_empty() method