Home
last modified time | relevance | path

Searched defs:optnone (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/test/AST/
H A Dast-dump-fpfeatures.m13 - (float) sum: (float)x with: (float)y __attribute((optnone));
19 - (float) sum: (float)x with: (float)y __attribute((optnone)) {
/llvm-project/offload/test/offloading/
H A Dgeneric_multiple_parallel_regions.c7 __attribute__((optnone)) void optnone() {} in optnone() function
H A Dsmall_trip_count.c12 __attribute__((optnone)) void optnone() {} in optnone() function
H A Ddefault_thread_limit.c8 __attribute__((optnone)) int optnone() { return 1; } optnone() function
[all...]
/llvm-project/clang/test/SemaObjC/
H A Dmethod-attributes.m11 -(void) m3 __attribute__((optnone));