Home
last modified time | relevance | path

Searched refs:dec_a (Results 1 – 5 of 5) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_function.cpp35 const auto& dec_a = _.id_decorations(a->id()); in DoPointeesLogicallyMatch() local
38 if (std::find(dec_a.begin(), dec_a.end(), dec) == dec_a.end()) { in DoPointeesLogicallyMatch()
Dvalidation_state.cpp1115 const auto& dec_a = id_decorations(lhs->id()); in LogicallyMatch() local
1119 if (std::find(dec_a.begin(), dec_a.end(), dec) == dec_a.end()) { in LogicallyMatch()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_function.cpp35 const auto& dec_a = _.id_decorations(a->id()); in DoPointeesLogicallyMatch() local
38 if (std::find(dec_a.begin(), dec_a.end(), dec) == dec_a.end()) { in DoPointeesLogicallyMatch()
Dvalidation_state.cpp1113 const auto& dec_a = id_decorations(lhs->id()); in LogicallyMatch() local
1117 if (std::find(dec_a.begin(), dec_a.end(), dec) == dec_a.end()) { in LogicallyMatch()
/external/llvm-project/clang/test/Frontend/
Dfixed_point_unary.c209 void dec_a() { in dec_a() function