Searched defs:inSection (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Support/
H A DSpecialCaseList.cpp160 bool SpecialCaseList::inSection(const StringRef Section, const StringRef Query, function in class:llvm::SpecialCaseList
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
H A Dxmlconfig.c492 GLboolean inSection; member in struct:OptInfoData
626 if (data->inSection)
630 data->inSection = GL_TRUE;
633 if (!data->inSection && !data->inOption)
641 if (!data->inSection)
672 data->inSection = GL_FALSE;
720 userData.inSection = GL_FALSE;
/external/mesa3d/src/mesa/drivers/dri/common/
H A Dxmlconfig.c492 GLboolean inSection; member in struct:OptInfoData
626 if (data->inSection)
630 data->inSection = GL_TRUE;
633 if (!data->inSection && !data->inOption)
641 if (!data->inSection)
672 data->inSection = GL_FALSE;
720 userData.inSection = GL_FALSE;

Completed in 1434 milliseconds