Home
last modified time | relevance | path

Searched refs:empty_id (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/CodeGen/
Dparameter-passing.c23 static EmptyTy empty_id(EmptyTy a) { return a; } in empty_id() function
44 empty_mul(empty_id((EmptyTy) {})); in f0()
/external/llvm-project/clang/test/CodeGen/
Dparameter-passing.c23 static EmptyTy empty_id(EmptyTy a) { return a; } in empty_id() function
44 empty_mul(empty_id((EmptyTy) {})); in f0()
/external/perfetto/tools/trace_to_text/
Dpprof_builder.cc432 int64_t empty_id = ToStringTableId(StringId::Null()); in GProfileBuilder() local
433 PERFETTO_CHECK(empty_id == 0); in GProfileBuilder()
/external/rust/crates/regex-automata/src/nfa/
Dcompiler.rs373 for &(empty_id, mut empty_next) in empties.iter() { in finish()
382 remap[empty_id] = remap[empty_next]; in finish()