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

  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 307 (*FJ)->getBitWidthValue(Types.getContext()) != 0); FI = FJ++) {
308 NextContiguousFieldOffset += (*FJ)->getBitWidthValue(Types.getContext());
324 uint64_t LastFieldSize = LastFD->getBitWidthValue(Types.getContext());
368 uint64_t FieldSize = FD->getBitWidthValue(Types.getContext());
445 uint64_t FieldSize = Field->getBitWidthValue(Types.getContext());
771 if (FD->getBitWidthValue(Types.getContext()) == 0)
    [all...]
CGObjCRuntime.cpp 121 uint64_t BitFieldSize = Ivar->getBitWidthValue(CGF.getContext());
CGDebugInfo.cpp 850 SizeInBitsOverride = Field->getBitWidthValue(CGM.getContext());
    [all...]
CGExprConstant.cpp 176 uint64_t FieldSize = Field->getBitWidthValue(Context);
    [all...]
CGClass.cpp 770 LastField->getBitWidthValue(CGF.getContext()) :
    [all...]
TargetInfo.cpp     [all...]
CGObjCMac.cpp     [all...]
  /external/clang/tools/libclang/
CXType.cpp 305 return FD->getBitWidthValue(getCursorContext(C));
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
DeclCXX.cpp     [all...]
ASTContext.cpp     [all...]
RecordLayoutBuilder.cpp     [all...]
Decl.cpp     [all...]
ExprConstant.cpp     [all...]
  /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 833 Length = FR->getDecl()->getBitWidthValue(SVB.getContext());
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]

Completed in 1279 milliseconds