Home | Sort by relevance Sort by last modified time |
/external/clang/lib/CodeGen/ | |
CGDecl.cpp | 795 CharUnits allocaAlignment = alignment; 797 allocaAlignment = std::max(allocaAlignment, 799 Alloc->setAlignment(allocaAlignment.getQuantity()); [all...] |