Searched defs:CharUnits (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCharUnits.h38 class CharUnits { class in namespace:clang
45 explicit CharUnits(QuantityType C) : Quantity(C) {} function in class:clang::CharUnits
50 CharUnits() : Quantity(0) {} function in class:clang::CharUnits
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h998 RegionRawOffset(const MemRegion* reg, CharUnits offset = CharUnits::Zero()) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.h1338 MakeAddrLValue(llvm::Value *V, QualType T, CharUnits Alignment = CharUnits()) argument
[all...]
H A DCGObjCMac.cpp818 RUN_SKIP(enum BLOCK_LAYOUT_OPCODE Opcode = BLOCK_LAYOUT_OPERATOR, CharUnits BytePos = CharUnits::Zero(), CharUnits Size = CharUnits::Zero()) argument
[all...]

Completed in 126 milliseconds