Searched defs:is_const (Results 1 – 16 of 16) sorted by relevance
24 struct _LIBCPP_TEMPLATE_VIS is_const : _BoolConstant<__is_const(_Tp)> { }; struct
47 int is_const = GET_CODE (XEXP (attr, 2)) == CONST; in gen_attr() local
178 unsigned is_const : 1; /* Attribute value constant for each run. */ member714 check_attr_test (rtx exp, int is_const, int lineno) in check_attr_test()
459 char is_const; member3957 int is_const = 0; in fold_rtx() local
14 char is_const; member
90 int is_const = GET_CODE (XEXP (attr, 2)) == CONST; local
179 unsigned is_const : 1; /* Attribute value constant for each run. */ member918 check_attr_test (exp, is_const, lineno) in check_attr_test() argument
464 char is_const; member3944 int is_const = 0; local
504 int is_const; member
2976 int is_const; in v850_select_section() local
3395 int is_const; local
1367 int is_const, is_volatile; in check_typedef() local
670 unsigned int is_const:1; member
11670 bool is_const = CvANONCONST(cv); Perl_newANONATTRSUB() local 15393 bool is_const = cBOOL(CvCONST(old_cv)); Perl_report_redefined_cv() local
6482 bool is_const; member
1162 CompilerType TypeSystemClang::GetCStringType(bool is_const) { in GetCStringType()