Home
last modified time | relevance | path

Searched defs:BaseAlignment (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp3077 unsigned BaseAlignment = (Size != MemoryLocation::UnknownSize ? Size : 1); in parseMachineMemoryOperand() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp8986 CharUnits BaseAlignment = getBaseAlignment(Info, OffsetResult); in VisitBuiltinCallExpr() local
9023 CharUnits BaseAlignment = getBaseAlignment(Info, Result); in VisitBuiltinCallExpr() local
11539 CharUnits BaseAlignment = getBaseAlignment(Info, Ptr); in VisitBuiltinCallExpr() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp14206 CharUnits BaseAlignment, CharUnits Offset, in getDerivedToBaseAlignmentAndOffset()