HomeSort by relevance Sort by last modified time
    Searched refs:getBitWidthValue (Results 1 - 20 of 20) sorted by null

  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 313 (*FJ)->getBitWidthValue(Types.getContext()) != 0); FI = FJ++) {
314 NextContiguousFieldOffset += (*FJ)->getBitWidthValue(Types.getContext());
330 uint64_t LastFieldSize = LastFD->getBitWidthValue(Types.getContext());
374 uint64_t FieldSize = FD->getBitWidthValue(Types.getContext());
451 uint64_t FieldSize = Field->getBitWidthValue(Types.getContext());
787 if (FD->getBitWidthValue(Types.getContext()) == 0)
    [all...]
CGObjCRuntime.cpp 121 uint64_t BitFieldSize = Ivar->getBitWidthValue(CGF.getContext());
CGDebugInfo.cpp 828 SizeInBitsOverride = Field->getBitWidthValue(CGM.getContext());
    [all...]
CGExprConstant.cpp 176 uint64_t FieldSize = Field->getBitWidthValue(Context);
    [all...]
CGClass.cpp 780 LastField->getBitWidthValue(CGF.getContext()) :
    [all...]
CGObjCMac.cpp     [all...]
TargetInfo.cpp     [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp     [all...]
ASTContext.cpp     [all...]
ASTImporter.cpp     [all...]
DeclCXX.cpp     [all...]
Decl.cpp     [all...]
  /external/clang/tools/libclang/
CXType.cpp 294 return FD->getBitWidthValue(getCursorContext(C));
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaChecking.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/include/clang/AST/
Decl.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 771 Length = FR->getDecl()->getBitWidthValue(SVB.getContext());
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]

Completed in 508 milliseconds