| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| local-static.exp | 56 {"S::method() volatile" "S_M_V" {= \\{void \\(volatile S \\* const\\)\\} $hex <S::method\\(\\) volatile>} 59 {"S::method() const volatile" "S_M_CV" {= \\{void \\(const volatile S \\* const\\)\\} $hex <S::method\\(\\) const volatile>} 62 {"S::method() volatile const" "S_M_CV" {= \\{void \\(const volatile S \\* const\\)\\} $hex <S::method\\(\\) const volatile>} 67 {"S::method(void) volatile" "S_M_V" {= \\{void \\(volatile S \\* const\\)\\} $hex <S::method\\(\\) volatile>} [all...] |
| cpexprs.exp.tcl | 723 foreach cv {{} { const} { volatile} { const volatile}} {
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| local-static.exp | 56 {"S::method() volatile" "S_M_V" {= \\{void \\(volatile S \\* const\\)\\} $hex <S::method\\(\\) volatile>} 59 {"S::method() const volatile" "S_M_CV" {= \\{void \\(const volatile S \\* const\\)\\} $hex <S::method\\(\\) const volatile>} 62 {"S::method() volatile const" "S_M_CV" {= \\{void \\(const volatile S \\* const\\)\\} $hex <S::method\\(\\) const volatile>} 67 {"S::method(void) volatile" "S_M_V" {= \\{void \\(volatile S \\* const\\)\\} $hex <S::method\\(\\) volatile>} [all...] |
| cpexprs.exp.tcl | 723 foreach cv {{} { const} { volatile} { const volatile}} {
|
| /src/tests/usr.bin/c++/ |
| t_msan_check_mem.sh | 70 int *volatile p = (int *)malloc(sizeof(int)); 88 int *volatile p = (int *)malloc(sizeof(int)); 113 int *volatile p = (int *)malloc(sizeof(int)); 138 int *volatile p = (int *)malloc(sizeof(int));
|
| t_tsan_vptr_race.sh | 66 volatile bool done; 100 volatile bool done; 139 volatile bool done; 179 volatile bool done;
|
| /src/tests/usr.bin/cc/ |
| t_msan_check_mem.sh | 70 int *volatile p = (int *)malloc(sizeof(int)); 88 int *volatile p = (int *)malloc(sizeof(int)); 113 int *volatile p = (int *)malloc(sizeof(int)); 138 int *volatile p = (int *)malloc(sizeof(int));
|
| /src/external/apache2/llvm/autoconf/autoconf/m4/ |
| c_printf_a.m4 | 13 volatile double A, B;
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| volatile.exp | 17 # In the spirit of constvars.exp: added volatile, const-volatile stuff. 21 # volatile vars 22 # pointers to volatile vars 23 # const volatile vars 24 # pointers to const volatile vars 25 # const pointers to volatile vars 26 # volatile pointers to const vars 27 # const volatile pointers to const vars 28 # const volatile pointers to volatile var [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| volatile.exp | 17 # In the spirit of constvars.exp: added volatile, const-volatile stuff. 21 # volatile vars 22 # pointers to volatile vars 23 # const volatile vars 24 # pointers to const volatile vars 25 # const pointers to volatile vars 26 # volatile pointers to const vars 27 # const volatile pointers to const vars 28 # const volatile pointers to volatile var [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| powerpc-htm-regs.exp | 75 asm volatile ("tbegin."); // marker 76 asm volatile ("nop");
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/ |
| powerpc-htm-regs.exp | 75 asm volatile ("tbegin."); // marker 76 asm volatile ("nop");
|
| /src/external/apache2/llvm/dist/llvm/utils/vim/syntax/ |
| llvm.vim | 193 \ volatile
|
| /src/external/gpl3/gcc/dist/contrib/vim-gcc-dev/syntax/ |
| gimple.vim | 118 syn keyword gimpleStorageClass static register auto volatile extern const
|
| /src/external/gpl3/gcc.old/dist/contrib/vim-gcc-dev/syntax/ |
| gimple.vim | 118 syn keyword gimpleStorageClass static register auto volatile extern const
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/lib/ |
| gdb.exp | 4027 asm volatile ("vor v0,v0,v0"); 4029 asm volatile ("vor 0,0,0"); 4075 asm volatile ("pnop"); // marker 4076 asm volatile ("nop"); 4143 asm volatile ("lxvd2x v0,v0,%[addr]" : : [addr] "r" (a)); 4145 asm volatile ("lxvd2x 0,0,%[addr]" : : [addr] "r" (a)); 4193 asm volatile ("xbegin .L0"); 4194 asm volatile ("xend"); 4195 asm volatile (".L0: nop"); 4246 asm volatile ("vcvtne2ps2bf16 %xmm0, %xmm1, %xmm0") [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/ |
| gdb.exp | 3831 asm volatile ("vor v0,v0,v0"); 3833 asm volatile ("vor 0,0,0"); 3879 asm volatile ("pnop"); // marker 3880 asm volatile ("nop"); 3947 asm volatile ("lxvd2x v0,v0,%[addr]" : : [addr] "r" (a)); 3949 asm volatile ("lxvd2x 0,0,%[addr]" : : [addr] "r" (a)); 3997 asm volatile ("xbegin .L0"); 3998 asm volatile ("xend"); 3999 asm volatile (".L0: nop"); 4050 asm volatile ("vcvtne2ps2bf16 %xmm0, %xmm1, %xmm0") [all...] |
| /src/external/lgpl3/mpfr/lib/libmpfr/ |
| Makefile | 273 volatile.c \
|
| /src/crypto/external/bsd/openssl/dist/util/ |
| check-format.pl | 831 && !($1 =~ m/^(sizeof|if|else|while|do|for|switch|case|default|break|continue|goto|return|void|char|signed|unsigned|int|short|long|float|double|typedef|enum|struct|union|auto|extern|static|const|volatile|register)$/) # not keyword 949 if (m/^[\s(]*(char|signed|unsigned|int|short|long|float|double|enum|struct|union|auto|extern|static|const|volatile|register)(\W|$)/ # clear start of local decl
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/ |
| configure | 17497 volatile double d1, d2; 17498 volatile int i; 17533 volatile double d1, d2; 17534 volatile int i; 17620 volatile float_type tmpf; 17621 volatile double_type tmpd; 17622 volatile ld_type tmpld; 17623 volatile float f; 17624 volatile double d; 17625 volatile long double ld [all...] |
| /src/external/bsd/jemalloc/dist/ |
| configure | 5445 test(const int c, volatile int v) 6072 volatile double y1; 6304 test(const int c, volatile int v) 7786 __asm__ volatile("pause"); return 0; 7805 CPU_SPINWAIT='__asm__ volatile("pause")' 7826 __asm__ volatile("isb"); return 0; 7845 CPU_SPINWAIT='__asm__ volatile("isb")' 7919 asm volatile ("cpuid" 13060 volatile atomic_uint_least64_t *a = (volatile atomic_uint_least64_t *)p [all...] |
| /src/external/bsd/jemalloc.old/dist/ |
| configure | 5079 test(const int c, volatile int v) 5513 test(const int c, volatile int v) 6916 __asm__ volatile("pause"); return 0; 6935 CPU_SPINWAIT='__asm__ volatile("pause")' 7008 asm volatile ("cpuid" 11077 volatile atomic_uint_least64_t *a = (volatile atomic_uint_least64_t *)p; 11201 volatile int32_t *x32p = &x32; 11206 volatile int64_t *x64p = &x64;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/ |
| configure | 17312 volatile double d1, d2; 17313 volatile int i; 17348 volatile double d1, d2; 17349 volatile int i; 17435 volatile float_type tmpf; 17436 volatile double_type tmpd; 17437 volatile ld_type tmpld; 17438 volatile float f; 17439 volatile double d; 17440 volatile long double ld [all...] |
| /src/external/gpl3/gdb/dist/gdbserver/ |
| configure | 5152 test(const int c, volatile int v) 5779 volatile double y1; 5969 test(const int c, volatile int v) 6596 volatile double y1; 6801 test(const int c, volatile int v) 7428 volatile double y1;
|
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| configure | 5152 test(const int c, volatile int v) 5779 volatile double y1; 5969 test(const int c, volatile int v) 6596 volatile double y1; 6801 test(const int c, volatile int v) 7428 volatile double y1;
|