Searched refs:BS (Results 76 - 93 of 93) sorted by relevance

1234

/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1157 void appendBaseDtor(const CXXBaseSpecifier *BS, BumpVectorContext &C) {
1158 Elements.push_back(CFGBaseDtor(BS), C);
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp2475 for (const CXXBaseSpecifier &BS : CD->bases()) {
2478 SourceLocation TypeBeginLoc = BS.getBaseTypeLoc();
2480 << BS.getType() << SourceRange(TypeBeginLoc, BS.getEndLoc());
2483 if (!CheckEvaluationResult(CERK, Info, DiagLoc, BS.getType(), BaseValue,
7042 const CXXBaseSpecifier &BS = CXXRD->bases_begin()[I];
7043 CXXRecordDecl *BaseDecl = BS.getType()->getAsCXXRecordDecl();
7045 if (!visitRecord(Val.getStructBase(I), BS.getType(),
7309 const CXXBaseSpecifier &BS = CXXRD->bases_begin()[I];
7310 CXXRecordDecl *BaseDecl = BS
[all...]
H A DType.cpp2723 [](const CXXBaseSpecifier &BS) {
2724 if (const auto *RD = BS.getType()->getAsCXXRecordDecl())
H A DItaniumMangle.cpp6155 for (const CXXBaseSpecifier &BS : RD->bases()) {
6156 if (!isZeroInitialized(BS.getType(), V.getStructBase(I)))
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1140 for (const auto &BS : CalleeSample->getBodySamples())
1141 for (const auto &TS : BS.second.getCallTargets())
H A DAttributorAttributes.cpp804 bool isValidState() const override { return BS.isValidState(); }
807 bool isAtFixpoint() const override { return BS.isAtFixpoint(); }
811 BS.indicateOptimisticFixpoint();
817 BS.indicatePessimisticFixpoint();
824 BS = R.BS;
834 std::swap(BS, R.BS);
925 BooleanState BS; member in struct:AA::PointerInfo::State
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp854 void appendBaseDtor(CFGBlock *B, const CXXBaseSpecifier *BS) { argument
855 B->appendBaseDtor(BS, cfg->getBumpVectorContext());
5895 const CXXBaseSpecifier *BS = E.castAs<CFGBaseDtor>().getBaseSpecifier(); local
5896 OS << "~" << BS->getType()->getAsCXXRecordDecl()->getName() << "()";
/freebsd-current/contrib/byacc/test/btyacc/
H A Dok_syntax1.tab.c193 #define BS 267 macro
344 "\"\\177\\177\\\\\\n\"","STR2","BELL","BS","NL","LF","CR","TAB","VT","UMINUS",
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp795 TypeSetByHwMode::SetType &BS = B.get(M); local
800 for (MVT T : BS)
804 Changed |= berase_if(BS, std::bind(NoSize, AN, std::placeholders::_1));
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2940 for (const CXXBaseSpecifier &BS : Derived->bases())
2941 if (BS.getType()->getAsCXXRecordDecl()->getCanonicalDecl() ==
2943 DerivedToBasePath.push_back(&BS);
/freebsd-current/stand/common/
H A Dgfx_fb.c796 tpl = BS->RaiseTPL(TPL_NOTIFY);
845 BS->RestoreTPL(tpl);
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp1361 auto BS = Base.getNonReferenceType().getCanonicalType().split();
1362 BS.Quals = NormalizeQualifiers(OldMethod, BS.Quals);
1367 if (BS.Quals != DS.Quals)
1375 if (ParentType.getTypePtr() != BS.Ty)
1377 BS.Ty = DS.Ty;
1381 if (BS.Ty != DS.Ty)
H A DSemaExprCXX.cpp938 for (const CXXBaseSpecifier &BS : RD->bases()) {
939 CXXRecordDecl *BaseDecl = BS.getType()->getAsCXXRecordDecl();
943 if (BS.isVirtual())
952 bool PublicPath = ParentIsPublic && BS.getAccessSpecifier() == AS_public;
H A DSemaDeclCXX.cpp10267 CXXBaseSpecifier &BS = *RD->vbases_begin();
10268 assert(BS.isVirtual());
10269 Diag(BS.getBeginLoc(), diag::note_nontrivial_has_virtual) << RD << 1;
H A DSemaOpenMP.cpp6990 DeclGroupPtrTy DG, OMPDeclareSimdDeclAttr::BranchStateTy BS, Expr *Simdlen,
7230 Context, BS, SL.get(), const_cast<Expr **>(Uniforms.data()),
/freebsd-current/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp1079 BlockScope<Emitter> BS(this);
/freebsd-current/contrib/ncurses/
H A Dconfigure776 --with-xterm-kbs[=XXX] specify if xterm backspace sends BS or DEL
9476 want_xterm_kbs=BS
9480 echo "$as_me:9480: checking if xterm backspace sends BS or DEL" >&5
9481 echo $ECHO_N "checking if xterm backspace sends BS or DEL... $ECHO_C" >&6
9492 with_xterm_kbs=BS
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12065 DeclGroupPtrTy DG, OMPDeclareSimdDeclAttr::BranchStateTy BS,

Completed in 610 milliseconds

1234