Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/External/ppcg/
H A Dppcg_options.h58 int allow_gnu_extensions; member
H A Dppcg_options.c116 ISL_ARG_BOOL(struct ppcg_options, allow_gnu_extensions, 0,
H A Dprint.c238 if (!options || !options->allow_gnu_extensions) in ppcg_print_macro()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DPPCGCodeGeneration.cpp2614 Options->allow_gnu_extensions = false; in createPPCGOptions()