Lines Matching refs:strcmp

112         return !strcmp(name, CLASS_SECTION) ||  in IsSupportedSection()
113 !strcmp(name, CLONE_SECTION) || in IsSupportedSection()
114 !strcmp(name, CONSTRUCTOR_SECTION) || in IsSupportedSection()
115 !strcmp(name, CONSTRUCTOR_CODE_SECTION) || in IsSupportedSection()
116 !strcmp(name, CONSTRUCTOR_PARAMS_SECTION) || in IsSupportedSection()
117 !strcmp(name, COORD_TRANSFORM_SECTION) || in IsSupportedSection()
118 !strcmp(name, CPP_SECTION) || in IsSupportedSection()
119 !strcmp(name, CPP_END_SECTION) || in IsSupportedSection()
120 !strcmp(name, EMIT_CODE_SECTION) || in IsSupportedSection()
121 !strcmp(name, FIELDS_SECTION) || in IsSupportedSection()
122 !strcmp(name, HEADER_SECTION) || in IsSupportedSection()
123 !strcmp(name, HEADER_END_SECTION) || in IsSupportedSection()
124 !strcmp(name, INITIALIZERS_SECTION) || in IsSupportedSection()
125 !strcmp(name, MAKE_SECTION) || in IsSupportedSection()
126 !strcmp(name, OPTIMIZATION_FLAGS_SECTION) || in IsSupportedSection()
127 !strcmp(name, SAMPLER_PARAMS_SECTION) || in IsSupportedSection()
128 !strcmp(name, SET_DATA_SECTION) || in IsSupportedSection()
129 !strcmp(name, TEST_CODE_SECTION); in IsSupportedSection()
133 return !strcmp(name, COORD_TRANSFORM_SECTION) || in SectionAcceptsArgument()
134 !strcmp(name, SAMPLER_PARAMS_SECTION) || in SectionAcceptsArgument()
135 !strcmp(name, SET_DATA_SECTION) || in SectionAcceptsArgument()
136 !strcmp(name, TEST_CODE_SECTION); in SectionAcceptsArgument()
140 return !strcmp(name, SAMPLER_PARAMS_SECTION) || in SectionRequiresArgument()
141 !strcmp(name, SET_DATA_SECTION) || in SectionRequiresArgument()
142 !strcmp(name, TEST_CODE_SECTION); in SectionRequiresArgument()
146 return !strcmp(name, COORD_TRANSFORM_SECTION) || in SectionPermitsDuplicates()
147 !strcmp(name, SAMPLER_PARAMS_SECTION); in SectionPermitsDuplicates()