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

  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 139 return getIntNType(std::min(FD->getBitWidthValue(Context),
229 Info.Size = FD->getBitWidthValue(Context);
298 if (Field->getBitWidthValue(Context) == 0)
383 if (Field->getBitWidthValue(Context) == 0) {
413 if (Field->getBitWidthValue(Context) != 0) {
416 Tail = StartBitOffset + Field->getBitWidthValue(Context);
422 if (Field != FieldEnd && Field->getBitWidthValue(Context) != 0 &&
424 Tail += Field->getBitWidthValue(Context);
    [all...]
CGObjCRuntime.cpp 122 uint64_t BitFieldSize = Ivar->getBitWidthValue(CGF.getContext());
SwiftCallingConv.cpp 172 auto width = bitfield->getBitWidthValue(ctx);
CGExprConstant.cpp 171 uint64_t FieldSize = Field->getBitWidthValue(Context);
    [all...]
TargetInfo.cpp     [all...]
CGCall.cpp     [all...]
CGClass.cpp     [all...]
CGDebugInfo.cpp     [all...]
CGObjCMac.cpp     [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp     [all...]
ASTImporter.cpp     [all...]
DeclCXX.cpp     [all...]
ASTContext.cpp     [all...]
Decl.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/tools/libclang/
CXType.cpp 314 return FD->getBitWidthValue(getCursorContext(C));
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 551 Node.getBitWidthValue(Finder->getASTContext()) == Width;
    [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 821 Length = FR->getDecl()->getBitWidthValue(SVB.getContext());
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp     [all...]

Completed in 329 milliseconds