Lines Matching refs:strcmp

71         return !strcmp(name, kClassSection) ||  in IsSupportedSection()
72 !strcmp(name, kCloneSection) || in IsSupportedSection()
73 !strcmp(name, kConstructorSection) || in IsSupportedSection()
74 !strcmp(name, kConstructorCodeSection) || in IsSupportedSection()
75 !strcmp(name, kConstructorParamsSection) || in IsSupportedSection()
76 !strcmp(name, kCppSection) || in IsSupportedSection()
77 !strcmp(name, kCppEndSection) || in IsSupportedSection()
78 !strcmp(name, kDumpInfoSection) || in IsSupportedSection()
79 !strcmp(name, kEmitCodeSection) || in IsSupportedSection()
80 !strcmp(name, kFieldsSection) || in IsSupportedSection()
81 !strcmp(name, kHeaderSection) || in IsSupportedSection()
82 !strcmp(name, kHeaderEndSection) || in IsSupportedSection()
83 !strcmp(name, kInitializersSection) || in IsSupportedSection()
84 !strcmp(name, kMakeSection) || in IsSupportedSection()
85 !strcmp(name, kOptimizationFlagsSection) || in IsSupportedSection()
86 !strcmp(name, kSamplerParamsSection) || in IsSupportedSection()
87 !strcmp(name, kSetDataSection) || in IsSupportedSection()
88 !strcmp(name, kTestCodeSection); in IsSupportedSection()
92 return !strcmp(name, kSamplerParamsSection) || in SectionAcceptsArgument()
93 !strcmp(name, kSetDataSection) || in SectionAcceptsArgument()
94 !strcmp(name, kTestCodeSection); in SectionAcceptsArgument()
98 return !strcmp(name, kSamplerParamsSection) || in SectionRequiresArgument()
99 !strcmp(name, kSetDataSection) || in SectionRequiresArgument()
100 !strcmp(name, kTestCodeSection); in SectionRequiresArgument()
104 return !strcmp(name, kSamplerParamsSection); in SectionPermitsDuplicates()