Searched defs:getIntAlign (Results 1 - 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ | ||
H A D | CodeGenTypeCache.h | 72 CharUnits getIntAlign() const { function in struct:clang::CodeGen::CodeGenTypeCache |
/external/clang/include/clang/Basic/ | ||
H A D | TargetInfo.h | 271 /// For example, SignedInt -> getIntAlign(). 306 unsigned getIntAlign() const { return IntAlign; } function in class:clang::TargetInfo |
Completed in 63 milliseconds