| /freebsd-11-stable/contrib/byacc/test/btyacc/ |
| HD | btyacc_demo.output | 38 23 | VOLATILE 131 VOLATILE reduce 8 145 VOLATILE shift 9 182 cv_qual : VOLATILE . (23) 218 VOLATILE reduce 8 312 VOLATILE shift 9 336 VOLATILE reduce 4 350 VOLATILE shift 9 475 VOLATILE shift 9 585 VOLATILE reduce 8 [all …]
|
| HD | btyacc_demo.tab.h | 12 #define VOLATILE 265 macro
|
| HD | btyacc_demo.tab.c | 228 #define VOLATILE 265 macro
|
| /freebsd-11-stable/contrib/binutils/opcodes/ |
| HD | mep-desc.c | 1631 …{ 0|A(VOLATILE), { { { (1<<MACH_BASE), 0 } }, { { 1, "\xe0" } }, { { 0, 0 } }, { { CONFIG_NONE, 0 … 1651 …{ 0|A(VOLATILE), { { { (1<<MACH_BASE), 0 } }, { { 1, "\xe0" } }, { { 2, 0 } }, { { CONFIG_NONE, 0 … 1656 …{ 0|A(VOLATILE), { { { (1<<MACH_BASE), 0 } }, { { 1, "\xe0" } }, { { 0, 0 } }, { { CONFIG_NONE, 0 … 1661 …{ 0|A(VOLATILE), { { { (1<<MACH_BASE), 0 } }, { { 1, "\xe0" } }, { { 0, 0 } }, { { CONFIG_NONE, 0 … 1671 …{ 0|A(VOLATILE), { { { (1<<MACH_BASE), 0 } }, { { 1, "\xe0" } }, { { 0, 0 } }, { { CONFIG_NONE, 0 … 1676 …{ 0|A(VOLATILE), { { { (1<<MACH_BASE), 0 } }, { { 1, "\xe0" } }, { { 0, 0 } }, { { CONFIG_NONE, 0 … 1681 …{ 0|A(VOLATILE)|A(MAY_TRAP), { { { (1<<MACH_BASE), 0 } }, { { 1, "\xe0" } }, { { 0, 0 } }, { { CON… 1686 …{ 0|A(VOLATILE)|A(MAY_TRAP)|A(UNCOND_CTI), { { { (1<<MACH_BASE), 0 } }, { { 1, "\xe0" } }, { { 0, … 1691 …{ 0|A(VOLATILE), { { { (1<<MACH_BASE), 0 } }, { { 1, "\xe0" } }, { { 0, 0 } }, { { CONFIG_NONE, 0 … 1696 …{ 0|A(VOLATILE), { { { (1<<MACH_BASE), 0 } }, { { 1, "\xe0" } }, { { 0, 0 } }, { { CONFIG_NONE, 0 … [all …]
|
| /freebsd-11-stable/contrib/gdb/include/ |
| HD | ansidecl.h | 184 #define VOLATILE volatile macro 223 #define VOLATILE macro
|
| /freebsd-11-stable/contrib/binutils/include/ |
| HD | ansidecl.h | 189 #define VOLATILE volatile macro 228 #define VOLATILE macro
|
| /freebsd-11-stable/contrib/gcclibs/include/ |
| HD | ansidecl.h | 189 #define VOLATILE volatile macro 228 #define VOLATILE macro
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/ |
| HD | BTF.def | 26 HANDLE_BTF_KIND(9, VOLATILE)
|
| /freebsd-11-stable/contrib/byacc/test/ |
| HD | btyacc_demo.y | 54 %token EXTERN REGISTER STATIC CONST VOLATILE IF THEN ELSE CLCL 139 | VOLATILE [ $$ = bare_volatile(); ]
|
| /freebsd-11-stable/stand/efi/include/arm64/ |
| HD | efibind.h | 176 #define VOLATILE volatile macro
|
| /freebsd-11-stable/stand/efi/include/i386/ |
| HD | efibind.h | 181 #define VOLATILE volatile macro
|
| /freebsd-11-stable/stand/efi/include/amd64/ |
| HD | efibind.h | 185 #define VOLATILE volatile macro
|
| /freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| HD | st_parse.c | 726 (*rtdp)->t_type = VOLATILE; in tdefdecl() 872 case VOLATILE: in find_intrinsic() 1189 case VOLATILE: in resolve_typed_bitfields_cb()
|
| HD | ctftools.h | 144 VOLATILE, enumerator
|
| HD | dwarf.c | 191 case VOLATILE: in tdesc_size() 227 case VOLATILE: in tdesc_bitsize() 249 case VOLATILE: in tdesc_basetype() 1585 die_through_create(dw, die, off, tdp, VOLATILE, "volatile"); in die_volatile_create()
|
| HD | tdata.c | 67 case VOLATILE: in tdesc_layouthash()
|
| HD | ctf.c | 478 case VOLATILE: in write_type() 1206 tdp->t_type = VOLATILE; in resurrect_types()
|
| /freebsd-11-stable/usr.bin/xlint/lint1/ |
| HD | scan.l | 240 { "volatile", T_QUAL, 0, 0, VOLATILE, 1, 0, 0 }, 241 { "__volatile__", T_QUAL, 0, 0, VOLATILE, 0, 0, 0 }, 242 { "__volatile", T_QUAL, 0, 0, VOLATILE, 0, 0, 0 },
|
| HD | lint1.h | 86 CONST, VOLATILE enumerator
|
| HD | decl.c | 468 if (q != VOLATILE) in addqual()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| HD | AMDGPULibFunc.cpp | 419 P.PtrKind |= AMDGPULibFunc::VOLATILE; break; in getNextParam() 587 if (eatTerm(param, 'V')) res.PtrKind |= AMDGPULibFunc::VOLATILE; in parseItaniumParam() 829 if (p.PtrKind & AMDGPULibFunc::VOLATILE) os << 'V'; in operator ()()
|
| HD | AMDGPULibFunc.h | 287 VOLATILE = 0x20 enumerator
|
| /freebsd-11-stable/contrib/gcc/cp/ |
| HD | ChangeLog-1997 | 2006 * method.c (make_thunk): Change settings of READONLY/VOLATILE,
|
| /freebsd-11-stable/contrib/gcc/ |
| HD | FSFChangeLog | 2431 * function.c (purge_addressof_1): Force into mem if VOLATILE reference.
|
| /freebsd-11-stable/contrib/gcclibs/libiberty/ |
| HD | ChangeLog | 1186 * cp-demangle.c (d_print_comp) [RESTRICT, VOLATILE, CONST]: Don't
|