Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dconst-correctness-pointer-as-values.cpp15 using doubleArray = double[15]; in potential_const_pointer() typedef
/llvm-project/mlir/test/CAPI/
H A Dir.c1243 MlirAttribute doubleArray = mlirDenseF64ArrayGet(ctx, 2, doubles); in printBuiltinAttributes() local