| /src/external/gpl3/gcc/dist/gcc/config/arm/ |
| arm-mve-builtins.cc | 840 add_attribute (const char *name, tree attrs) function in namespace:arm_mve 854 attrs = add_attribute ("pure", attrs); 856 attrs = add_attribute ("const", attrs); 860 attrs = add_attribute ("nothrow", attrs); 862 return add_attribute ("leaf", attrs);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| aarch64-sve-builtins.cc | 964 add_attribute (const char *name, tree attrs) function in namespace:aarch64_sve 978 attrs = add_attribute ("pure", attrs); 980 attrs = add_attribute ("const", attrs); 984 attrs = add_attribute ("nothrow", attrs); 986 return add_attribute ("leaf", attrs);
|
| /src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| aarch64-sve-builtins.cc | 1339 add_attribute (const char *name, tree attrs) function in namespace:aarch64_sve 1346 add_attribute (const char *ns, const char *name, tree value, tree attrs) function in namespace:aarch64_sve 1387 attrs = add_attribute ("arm", name, args, attrs); 1400 attrs = add_attribute ("arm", "streaming", NULL_TREE, attrs); 1402 attrs = add_attribute ("arm", "streaming_compatible", NULL_TREE, attrs); 1414 attrs = add_attribute ("pure", attrs); 1416 attrs = add_attribute ("const", attrs); 1420 attrs = add_attribute ("nothrow", attrs); 1422 return add_attribute ("leaf", attrs);
|
| /src/external/gpl3/gcc/dist/gcc/jit/ |
| jit-recording.cc | 4471 recording::function::add_attribute (gcc_jit_fn_attribute attribute) function in class:gcc::jit::recording::function
|
| /src/external/gpl3/gcc/dist/gcc/config/riscv/ |
| riscv-vector-builtins.cc | 2955 add_attribute (const char *name, tree attrs) function in namespace:riscv_vector 3689 attrs = add_attribute ("pure", attrs); 3691 attrs = add_attribute ("const", attrs); 3695 attrs = add_attribute ("nothrow", attrs); 3697 return add_attribute ("leaf", attrs);
|