Home
last modified time | relevance | path

Searched refs:CanBeFlattened (Results 1 – 1 of 1) sorted by relevance

/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h97 bool CanBeFlattened: 1; // isDirect() variable
123 bool CanBeFlattened = true) {
128 AI.setCanBeFlattened(CanBeFlattened);
368 return CanBeFlattened; in getCanBeFlattened()
373 CanBeFlattened = Flatten; in setCanBeFlattened()