Home
last modified time | relevance | path

Searched defs:is_const (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/gnu/llvm/libcxx/include/__type_traits/
H A Dis_const.h24 struct _LIBCPP_TEMPLATE_VIS is_const : _BoolConstant<__is_const(_Tp)> { }; struct
/openbsd-src/gnu/gcc/gcc/
H A Dgenattr.c47 int is_const = GET_CODE (XEXP (attr, 2)) == CONST; in gen_attr() local
H A Dgenattrtab.c178 unsigned is_const : 1; /* Attribute value constant for each run. */ member
714 check_attr_test (rtx exp, int is_const, int lineno) in check_attr_test()
H A Dcse.c459 char is_const; member
3957 int is_const = 0; in fold_rtx() local
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20000815-1.c14 char is_const; member
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgenattr.c90 int is_const = GET_CODE (XEXP (attr, 2)) == CONST; local
H A Dgenattrtab.c179 unsigned is_const : 1; /* Attribute value constant for each run. */ member
918 check_attr_test (exp, is_const, lineno) in check_attr_test() argument
H A Dcse.c464 char is_const; member
3944 int is_const = 0; local
/openbsd-src/lib/libpcap/
H A Doptimize.c504 int is_const; member
/openbsd-src/gnu/gcc/gcc/config/v850/
H A Dv850.c2976 int is_const; in v850_select_section() local
/openbsd-src/gnu/usr.bin/gcc/gcc/config/v850/
H A Dv850.c3395 int is_const; local
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dgdbtypes.c1367 int is_const, is_volatile; in check_typedef() local
H A Dgdbtypes.h670 unsigned int is_const:1; member
/openbsd-src/gnu/usr.bin/perl/
H A Dop.c11670 bool is_const = CvANONCONST(cv); Perl_newANONATTRSUB() local
15393 bool is_const = cBOOL(CvCONST(old_cv)); Perl_report_redefined_cv() local
/openbsd-src/gnu/gcc/gcc/config/alpha/
H A Dalpha.c6482 bool is_const; member
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1162 CompilerType TypeSystemClang::GetCStringType(bool is_const) { in GetCStringType()