Home
last modified time | relevance | path

Searched defs:empty_id (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/clang/test/CodeGen/
H A Dparameter-passing.c23 static EmptyTy empty_id(EmptyTy a) { return a; } in empty_id() function
/aosp_15_r20/external/perfetto/src/traceconv/
H A Dpprof_builder.cc421 int64_t empty_id = ToStringTableId(StringId::Null()); in GProfileBuilder() local