/dports/lang/gcc9/gcc-9.4.0/gcc/c-family/ |
H A D | c-spellcheck.cc | 35 name_reserved_for_implementation_p (const char *str) in name_reserved_for_implementation_p() function 54 && name_reserved_for_implementation_p ((const char *)hashnode->ident.str)) in should_suggest_as_macro_p() 101 ASSERT_FALSE (name_reserved_for_implementation_p ("")); in test_name_reserved_for_implementation_p() 102 ASSERT_FALSE (name_reserved_for_implementation_p ("foo")); in test_name_reserved_for_implementation_p() 103 ASSERT_FALSE (name_reserved_for_implementation_p ("_")); in test_name_reserved_for_implementation_p() 104 ASSERT_FALSE (name_reserved_for_implementation_p ("_foo")); in test_name_reserved_for_implementation_p() 105 ASSERT_FALSE (name_reserved_for_implementation_p ("_42")); in test_name_reserved_for_implementation_p() 106 ASSERT_TRUE (name_reserved_for_implementation_p ("_Foo")); in test_name_reserved_for_implementation_p() 107 ASSERT_TRUE (name_reserved_for_implementation_p ("__")); in test_name_reserved_for_implementation_p() 108 ASSERT_TRUE (name_reserved_for_implementation_p ("__foo")); in test_name_reserved_for_implementation_p()
|
H A D | c-spellcheck.h | 25 extern bool name_reserved_for_implementation_p (const char *str);
|
/dports/devel/avr-gcc/gcc-10.2.0/gcc/c-family/ |
H A D | c-spellcheck.cc | 35 name_reserved_for_implementation_p (const char *str) in name_reserved_for_implementation_p() function 54 && name_reserved_for_implementation_p ((const char *)hashnode->ident.str)) in should_suggest_as_macro_p() 101 ASSERT_FALSE (name_reserved_for_implementation_p ("")); in test_name_reserved_for_implementation_p() 102 ASSERT_FALSE (name_reserved_for_implementation_p ("foo")); in test_name_reserved_for_implementation_p() 103 ASSERT_FALSE (name_reserved_for_implementation_p ("_")); in test_name_reserved_for_implementation_p() 104 ASSERT_FALSE (name_reserved_for_implementation_p ("_foo")); in test_name_reserved_for_implementation_p() 105 ASSERT_FALSE (name_reserved_for_implementation_p ("_42")); in test_name_reserved_for_implementation_p() 106 ASSERT_TRUE (name_reserved_for_implementation_p ("_Foo")); in test_name_reserved_for_implementation_p() 107 ASSERT_TRUE (name_reserved_for_implementation_p ("__")); in test_name_reserved_for_implementation_p() 108 ASSERT_TRUE (name_reserved_for_implementation_p ("__foo")); in test_name_reserved_for_implementation_p()
|
H A D | c-spellcheck.h | 25 extern bool name_reserved_for_implementation_p (const char *str);
|
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/c-family/ |
H A D | c-spellcheck.cc | 35 name_reserved_for_implementation_p (const char *str) in name_reserved_for_implementation_p() function 54 && name_reserved_for_implementation_p ((const char *)hashnode->ident.str)) in should_suggest_as_macro_p() 101 ASSERT_FALSE (name_reserved_for_implementation_p ("")); in test_name_reserved_for_implementation_p() 102 ASSERT_FALSE (name_reserved_for_implementation_p ("foo")); in test_name_reserved_for_implementation_p() 103 ASSERT_FALSE (name_reserved_for_implementation_p ("_")); in test_name_reserved_for_implementation_p() 104 ASSERT_FALSE (name_reserved_for_implementation_p ("_foo")); in test_name_reserved_for_implementation_p() 105 ASSERT_FALSE (name_reserved_for_implementation_p ("_42")); in test_name_reserved_for_implementation_p() 106 ASSERT_TRUE (name_reserved_for_implementation_p ("_Foo")); in test_name_reserved_for_implementation_p() 107 ASSERT_TRUE (name_reserved_for_implementation_p ("__")); in test_name_reserved_for_implementation_p() 108 ASSERT_TRUE (name_reserved_for_implementation_p ("__foo")); in test_name_reserved_for_implementation_p()
|
H A D | c-spellcheck.h | 25 extern bool name_reserved_for_implementation_p (const char *str);
|
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/c-family/ |
H A D | c-spellcheck.cc | 35 name_reserved_for_implementation_p (const char *str) in name_reserved_for_implementation_p() function 54 && name_reserved_for_implementation_p ((const char *)hashnode->ident.str)) in should_suggest_as_macro_p() 101 ASSERT_FALSE (name_reserved_for_implementation_p ("")); in test_name_reserved_for_implementation_p() 102 ASSERT_FALSE (name_reserved_for_implementation_p ("foo")); in test_name_reserved_for_implementation_p() 103 ASSERT_FALSE (name_reserved_for_implementation_p ("_")); in test_name_reserved_for_implementation_p() 104 ASSERT_FALSE (name_reserved_for_implementation_p ("_foo")); in test_name_reserved_for_implementation_p() 105 ASSERT_FALSE (name_reserved_for_implementation_p ("_42")); in test_name_reserved_for_implementation_p() 106 ASSERT_TRUE (name_reserved_for_implementation_p ("_Foo")); in test_name_reserved_for_implementation_p() 107 ASSERT_TRUE (name_reserved_for_implementation_p ("__")); in test_name_reserved_for_implementation_p() 108 ASSERT_TRUE (name_reserved_for_implementation_p ("__foo")); in test_name_reserved_for_implementation_p()
|
H A D | c-spellcheck.h | 25 extern bool name_reserved_for_implementation_p (const char *str);
|
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/c-family/ |
H A D | c-spellcheck.cc | 35 name_reserved_for_implementation_p (const char *str) in name_reserved_for_implementation_p() function 54 && name_reserved_for_implementation_p ((const char *)hashnode->ident.str)) in should_suggest_as_macro_p() 101 ASSERT_FALSE (name_reserved_for_implementation_p ("")); in test_name_reserved_for_implementation_p() 102 ASSERT_FALSE (name_reserved_for_implementation_p ("foo")); in test_name_reserved_for_implementation_p() 103 ASSERT_FALSE (name_reserved_for_implementation_p ("_")); in test_name_reserved_for_implementation_p() 104 ASSERT_FALSE (name_reserved_for_implementation_p ("_foo")); in test_name_reserved_for_implementation_p() 105 ASSERT_FALSE (name_reserved_for_implementation_p ("_42")); in test_name_reserved_for_implementation_p() 106 ASSERT_TRUE (name_reserved_for_implementation_p ("_Foo")); in test_name_reserved_for_implementation_p() 107 ASSERT_TRUE (name_reserved_for_implementation_p ("__")); in test_name_reserved_for_implementation_p() 108 ASSERT_TRUE (name_reserved_for_implementation_p ("__foo")); in test_name_reserved_for_implementation_p()
|
H A D | c-spellcheck.h | 25 extern bool name_reserved_for_implementation_p (const char *str);
|
/dports/lang/gcc11/gcc-11.2.0/gcc/c-family/ |
H A D | c-spellcheck.cc | 35 name_reserved_for_implementation_p (const char *str) 54 && name_reserved_for_implementation_p ((const char *)hashnode->ident.str)) 101 ASSERT_FALSE (name_reserved_for_implementation_p ("")); 102 ASSERT_FALSE (name_reserved_for_implementation_p ("foo")); 103 ASSERT_FALSE (name_reserved_for_implementation_p ("_")); 104 ASSERT_FALSE (name_reserved_for_implementation_p ("_foo")); 105 ASSERT_FALSE (name_reserved_for_implementation_p ("_42")); 106 ASSERT_TRUE (name_reserved_for_implementation_p ("_Foo")); 107 ASSERT_TRUE (name_reserved_for_implementation_p ("__")); 108 ASSERT_TRUE (name_reserved_for_implementation_p ("__foo"));
|
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/c-family/ |
H A D | c-spellcheck.cc | 35 name_reserved_for_implementation_p (const char *str) in name_reserved_for_implementation_p() function 54 && name_reserved_for_implementation_p ((const char *)hashnode->ident.str)) in should_suggest_as_macro_p() 101 ASSERT_FALSE (name_reserved_for_implementation_p ("")); in test_name_reserved_for_implementation_p() 102 ASSERT_FALSE (name_reserved_for_implementation_p ("foo")); in test_name_reserved_for_implementation_p() 103 ASSERT_FALSE (name_reserved_for_implementation_p ("_")); in test_name_reserved_for_implementation_p() 104 ASSERT_FALSE (name_reserved_for_implementation_p ("_foo")); in test_name_reserved_for_implementation_p() 105 ASSERT_FALSE (name_reserved_for_implementation_p ("_42")); in test_name_reserved_for_implementation_p() 106 ASSERT_TRUE (name_reserved_for_implementation_p ("_Foo")); in test_name_reserved_for_implementation_p() 107 ASSERT_TRUE (name_reserved_for_implementation_p ("__")); in test_name_reserved_for_implementation_p() 108 ASSERT_TRUE (name_reserved_for_implementation_p ("__foo")); in test_name_reserved_for_implementation_p()
|
/dports/lang/gcc10/gcc-10.3.0/gcc/c-family/ |
H A D | c-spellcheck.cc | 35 name_reserved_for_implementation_p (const char *str) in name_reserved_for_implementation_p() function 54 && name_reserved_for_implementation_p ((const char *)hashnode->ident.str)) in should_suggest_as_macro_p() 101 ASSERT_FALSE (name_reserved_for_implementation_p ("")); in test_name_reserved_for_implementation_p() 102 ASSERT_FALSE (name_reserved_for_implementation_p ("foo")); in test_name_reserved_for_implementation_p() 103 ASSERT_FALSE (name_reserved_for_implementation_p ("_")); in test_name_reserved_for_implementation_p() 104 ASSERT_FALSE (name_reserved_for_implementation_p ("_foo")); in test_name_reserved_for_implementation_p() 105 ASSERT_FALSE (name_reserved_for_implementation_p ("_42")); in test_name_reserved_for_implementation_p() 106 ASSERT_TRUE (name_reserved_for_implementation_p ("_Foo")); in test_name_reserved_for_implementation_p() 107 ASSERT_TRUE (name_reserved_for_implementation_p ("__")); in test_name_reserved_for_implementation_p() 108 ASSERT_TRUE (name_reserved_for_implementation_p ("__foo")); in test_name_reserved_for_implementation_p()
|
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/c-family/ |
H A D | c-spellcheck.cc | 35 name_reserved_for_implementation_p (const char *str) in name_reserved_for_implementation_p() function 54 && name_reserved_for_implementation_p ((const char *)hashnode->ident.str)) in should_suggest_as_macro_p() 101 ASSERT_FALSE (name_reserved_for_implementation_p ("")); in test_name_reserved_for_implementation_p() 102 ASSERT_FALSE (name_reserved_for_implementation_p ("foo")); in test_name_reserved_for_implementation_p() 103 ASSERT_FALSE (name_reserved_for_implementation_p ("_")); in test_name_reserved_for_implementation_p() 104 ASSERT_FALSE (name_reserved_for_implementation_p ("_foo")); in test_name_reserved_for_implementation_p() 105 ASSERT_FALSE (name_reserved_for_implementation_p ("_42")); in test_name_reserved_for_implementation_p() 106 ASSERT_TRUE (name_reserved_for_implementation_p ("_Foo")); in test_name_reserved_for_implementation_p() 107 ASSERT_TRUE (name_reserved_for_implementation_p ("__")); in test_name_reserved_for_implementation_p() 108 ASSERT_TRUE (name_reserved_for_implementation_p ("__foo")); in test_name_reserved_for_implementation_p()
|
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/c-family/ |
H A D | c-spellcheck.cc | 35 name_reserved_for_implementation_p (const char *str) in name_reserved_for_implementation_p() function 54 && name_reserved_for_implementation_p ((const char *)hashnode->ident.str)) in should_suggest_as_macro_p() 101 ASSERT_FALSE (name_reserved_for_implementation_p ("")); in test_name_reserved_for_implementation_p() 102 ASSERT_FALSE (name_reserved_for_implementation_p ("foo")); in test_name_reserved_for_implementation_p() 103 ASSERT_FALSE (name_reserved_for_implementation_p ("_")); in test_name_reserved_for_implementation_p() 104 ASSERT_FALSE (name_reserved_for_implementation_p ("_foo")); in test_name_reserved_for_implementation_p() 105 ASSERT_FALSE (name_reserved_for_implementation_p ("_42")); in test_name_reserved_for_implementation_p() 106 ASSERT_TRUE (name_reserved_for_implementation_p ("_Foo")); in test_name_reserved_for_implementation_p() 107 ASSERT_TRUE (name_reserved_for_implementation_p ("__")); in test_name_reserved_for_implementation_p() 108 ASSERT_TRUE (name_reserved_for_implementation_p ("__foo")); in test_name_reserved_for_implementation_p()
|
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/c-family/ |
H A D | c-spellcheck.cc | 35 name_reserved_for_implementation_p (const char *str) in name_reserved_for_implementation_p() function 53 if (name_reserved_for_implementation_p ((const char *)hashnode->ident.str) in should_suggest_as_macro_p() 101 ASSERT_FALSE (name_reserved_for_implementation_p ("")); in test_name_reserved_for_implementation_p() 102 ASSERT_FALSE (name_reserved_for_implementation_p ("foo")); in test_name_reserved_for_implementation_p() 103 ASSERT_FALSE (name_reserved_for_implementation_p ("_")); in test_name_reserved_for_implementation_p() 104 ASSERT_FALSE (name_reserved_for_implementation_p ("_foo")); in test_name_reserved_for_implementation_p() 105 ASSERT_FALSE (name_reserved_for_implementation_p ("_42")); in test_name_reserved_for_implementation_p() 106 ASSERT_TRUE (name_reserved_for_implementation_p ("_Foo")); in test_name_reserved_for_implementation_p() 107 ASSERT_TRUE (name_reserved_for_implementation_p ("__")); in test_name_reserved_for_implementation_p() 108 ASSERT_TRUE (name_reserved_for_implementation_p ("__foo")); in test_name_reserved_for_implementation_p()
|
H A D | c-spellcheck.h | 25 extern bool name_reserved_for_implementation_p (const char *str);
|
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/c-family/ |
H A D | c-spellcheck.cc | 35 name_reserved_for_implementation_p (const char *str) in name_reserved_for_implementation_p() function 53 if (name_reserved_for_implementation_p ((const char *)hashnode->ident.str) in should_suggest_as_macro_p() 101 ASSERT_FALSE (name_reserved_for_implementation_p ("")); in test_name_reserved_for_implementation_p() 102 ASSERT_FALSE (name_reserved_for_implementation_p ("foo")); in test_name_reserved_for_implementation_p() 103 ASSERT_FALSE (name_reserved_for_implementation_p ("_")); in test_name_reserved_for_implementation_p() 104 ASSERT_FALSE (name_reserved_for_implementation_p ("_foo")); in test_name_reserved_for_implementation_p() 105 ASSERT_FALSE (name_reserved_for_implementation_p ("_42")); in test_name_reserved_for_implementation_p() 106 ASSERT_TRUE (name_reserved_for_implementation_p ("_Foo")); in test_name_reserved_for_implementation_p() 107 ASSERT_TRUE (name_reserved_for_implementation_p ("__")); in test_name_reserved_for_implementation_p() 108 ASSERT_TRUE (name_reserved_for_implementation_p ("__foo")); in test_name_reserved_for_implementation_p()
|
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/c-family/ |
H A D | c-spellcheck.cc | 35 name_reserved_for_implementation_p (const char *str) in name_reserved_for_implementation_p() function 53 if (name_reserved_for_implementation_p ((const char *)hashnode->ident.str) in should_suggest_as_macro_p() 101 ASSERT_FALSE (name_reserved_for_implementation_p ("")); in test_name_reserved_for_implementation_p() 102 ASSERT_FALSE (name_reserved_for_implementation_p ("foo")); in test_name_reserved_for_implementation_p() 103 ASSERT_FALSE (name_reserved_for_implementation_p ("_")); in test_name_reserved_for_implementation_p() 104 ASSERT_FALSE (name_reserved_for_implementation_p ("_foo")); in test_name_reserved_for_implementation_p() 105 ASSERT_FALSE (name_reserved_for_implementation_p ("_42")); in test_name_reserved_for_implementation_p() 106 ASSERT_TRUE (name_reserved_for_implementation_p ("_Foo")); in test_name_reserved_for_implementation_p() 107 ASSERT_TRUE (name_reserved_for_implementation_p ("__")); in test_name_reserved_for_implementation_p() 108 ASSERT_TRUE (name_reserved_for_implementation_p ("__foo")); in test_name_reserved_for_implementation_p()
|
H A D | c-spellcheck.h | 25 extern bool name_reserved_for_implementation_p (const char *str);
|
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/c-family/ |
H A D | c-spellcheck.cc | 35 name_reserved_for_implementation_p (const char *str) in name_reserved_for_implementation_p() function 53 if (name_reserved_for_implementation_p ((const char *)hashnode->ident.str) in should_suggest_as_macro_p() 101 ASSERT_FALSE (name_reserved_for_implementation_p ("")); in test_name_reserved_for_implementation_p() 102 ASSERT_FALSE (name_reserved_for_implementation_p ("foo")); in test_name_reserved_for_implementation_p() 103 ASSERT_FALSE (name_reserved_for_implementation_p ("_")); in test_name_reserved_for_implementation_p() 104 ASSERT_FALSE (name_reserved_for_implementation_p ("_foo")); in test_name_reserved_for_implementation_p() 105 ASSERT_FALSE (name_reserved_for_implementation_p ("_42")); in test_name_reserved_for_implementation_p() 106 ASSERT_TRUE (name_reserved_for_implementation_p ("_Foo")); in test_name_reserved_for_implementation_p() 107 ASSERT_TRUE (name_reserved_for_implementation_p ("__")); in test_name_reserved_for_implementation_p() 108 ASSERT_TRUE (name_reserved_for_implementation_p ("__foo")); in test_name_reserved_for_implementation_p()
|
H A D | c-spellcheck.h | 25 extern bool name_reserved_for_implementation_p (const char *str);
|
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/c-family/ |
H A D | c-spellcheck.cc | 35 name_reserved_for_implementation_p (const char *str) in name_reserved_for_implementation_p() function 53 if (name_reserved_for_implementation_p ((const char *)hashnode->ident.str) in should_suggest_as_macro_p() 101 ASSERT_FALSE (name_reserved_for_implementation_p ("")); in test_name_reserved_for_implementation_p() 102 ASSERT_FALSE (name_reserved_for_implementation_p ("foo")); in test_name_reserved_for_implementation_p() 103 ASSERT_FALSE (name_reserved_for_implementation_p ("_")); in test_name_reserved_for_implementation_p() 104 ASSERT_FALSE (name_reserved_for_implementation_p ("_foo")); in test_name_reserved_for_implementation_p() 105 ASSERT_FALSE (name_reserved_for_implementation_p ("_42")); in test_name_reserved_for_implementation_p() 106 ASSERT_TRUE (name_reserved_for_implementation_p ("_Foo")); in test_name_reserved_for_implementation_p() 107 ASSERT_TRUE (name_reserved_for_implementation_p ("__")); in test_name_reserved_for_implementation_p() 108 ASSERT_TRUE (name_reserved_for_implementation_p ("__foo")); in test_name_reserved_for_implementation_p()
|
H A D | c-spellcheck.h | 25 extern bool name_reserved_for_implementation_p (const char *str);
|
/dports/lang/gcc8/gcc-8.5.0/gcc/c-family/ |
H A D | c-spellcheck.cc | 35 name_reserved_for_implementation_p (const char *str) in name_reserved_for_implementation_p() function 53 if (name_reserved_for_implementation_p ((const char *)hashnode->ident.str) in should_suggest_as_macro_p() 101 ASSERT_FALSE (name_reserved_for_implementation_p ("")); in test_name_reserved_for_implementation_p() 102 ASSERT_FALSE (name_reserved_for_implementation_p ("foo")); in test_name_reserved_for_implementation_p() 103 ASSERT_FALSE (name_reserved_for_implementation_p ("_")); in test_name_reserved_for_implementation_p() 104 ASSERT_FALSE (name_reserved_for_implementation_p ("_foo")); in test_name_reserved_for_implementation_p() 105 ASSERT_FALSE (name_reserved_for_implementation_p ("_42")); in test_name_reserved_for_implementation_p() 106 ASSERT_TRUE (name_reserved_for_implementation_p ("_Foo")); in test_name_reserved_for_implementation_p() 107 ASSERT_TRUE (name_reserved_for_implementation_p ("__")); in test_name_reserved_for_implementation_p() 108 ASSERT_TRUE (name_reserved_for_implementation_p ("__foo")); in test_name_reserved_for_implementation_p()
|