Home
last modified time | relevance | path

Searched refs:VOLATILE (Results 1 – 25 of 25) sorted by relevance

/freebsd-12-stable/contrib/byacc/test/btyacc/
Dbtyacc_demo.output38 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 …]
Dbtyacc_demo.tab.h12 #define VOLATILE 265 macro
Dbtyacc_demo.tab.c228 #define VOLATILE 265 macro
/freebsd-12-stable/contrib/binutils/opcodes/
Dmep-desc.c1631 …{ 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-12-stable/contrib/gdb/include/
Dansidecl.h184 #define VOLATILE volatile macro
223 #define VOLATILE macro
/freebsd-12-stable/contrib/gcclibs/include/
Dansidecl.h189 #define VOLATILE volatile macro
228 #define VOLATILE macro
/freebsd-12-stable/contrib/binutils/include/
Dansidecl.h189 #define VOLATILE volatile macro
228 #define VOLATILE macro
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
DBTF.def26 HANDLE_BTF_KIND(9, VOLATILE)
/freebsd-12-stable/contrib/byacc/test/
Dbtyacc_demo.y54 %token EXTERN REGISTER STATIC CONST VOLATILE IF THEN ELSE CLCL
139 | VOLATILE [ $$ = bare_volatile(); ]
/freebsd-12-stable/stand/efi/include/arm64/
Defibind.h176 #define VOLATILE volatile macro
/freebsd-12-stable/stand/efi/include/i386/
Defibind.h181 #define VOLATILE volatile macro
/freebsd-12-stable/stand/efi/include/amd64/
Defibind.h185 #define VOLATILE volatile macro
/freebsd-12-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
Dst_parse.c730 (*rtdp)->t_type = VOLATILE; in tdefdecl()
876 case VOLATILE: in find_intrinsic()
1193 case VOLATILE: in resolve_typed_bitfields_cb()
Dctftools.h144 VOLATILE, enumerator
Ddwarf.c191 case VOLATILE: in tdesc_size()
227 case VOLATILE: in tdesc_bitsize()
249 case VOLATILE: in tdesc_basetype()
1547 die_through_create(dw, die, off, tdp, VOLATILE, "volatile"); in die_volatile_create()
Dtdata.c67 case VOLATILE: in tdesc_layouthash()
Dctf.c474 case VOLATILE: in write_type()
1194 tdp->t_type = VOLATILE; in resurrect_types()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPULibFunc.cpp423 P.PtrKind |= AMDGPULibFunc::VOLATILE; break; in getNextParam()
589 if (eatTerm(param, 'V')) res.PtrKind |= AMDGPULibFunc::VOLATILE; in parseItaniumParam()
831 if (p.PtrKind & AMDGPULibFunc::VOLATILE) os << 'V'; in operator ()()
DAMDGPULibFunc.h288 VOLATILE = 0x20 enumerator
/freebsd-12-stable/contrib/gcc/cp/
DChangeLog-19972006 * method.c (make_thunk): Change settings of READONLY/VOLATILE,
/freebsd-12-stable/contrib/gcc/
DFSFChangeLog2431 * function.c (purge_addressof_1): Force into mem if VOLATILE reference.
DChangeLog-200447103 * loop.c (insert_loop_mem): Preffer VOLATILE memory references to be
/freebsd-12-stable/contrib/binutils/libiberty/
DChangeLog1384 * cp-demangle.c (d_print_comp) [RESTRICT, VOLATILE, CONST]: Don't
/freebsd-12-stable/contrib/gcclibs/libiberty/
DChangeLog1186 * cp-demangle.c (d_print_comp) [RESTRICT, VOLATILE, CONST]: Don't
/freebsd-12-stable/contrib/binutils/gas/
DChangeLog-929511461 use CONST and VOLATILE from ansidecl.h.