Home
last modified time | relevance | path

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

/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest-test-part.h68 TestPartResult(Type a_type, const char* a_file_name, int a_line_number, in TestPartResult()
/llvm-project/clang/test/CodeGen/
H A Dalias.c115 enum a_type { test13_a }; enum
/llvm-project/flang/test/Semantics/
H A Dallocate01.f9011 type :: a_type type
/llvm-project/polly/lib/External/isl/
H A Disl_ast_build_expr.c747 enum isl_dim_type a_type[2] = { isl_dim_param, isl_dim_in }; in check_parallel_or_opposite() enum