Searched refs:getKind (Results 251 - 275 of 549) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp106 if (!FD || FD->getKind() != Decl::Function)
462 if (!FD || FD->getKind() != Decl::Function)
H A DMallocSizeofChecker.cpp128 if (E->getKind() != UETT_SizeOf)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexingContext.cpp225 if (BaseND->getKind() == ND->getKind())
H A DIndexTypeSourceInfo.cpp246 switch (NNS.getNestedNameSpecifier()->getKind()) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp1724 return Caller.getFnAttribute(AttrClass::getKind()) ==
1725 Callee.getFnAttribute(AttrClass::getKind());
1735 if (AttrClass::isSet(Caller, AttrClass::getKind()) &&
1736 !AttrClass::isSet(Callee, AttrClass::getKind()))
1737 AttrClass::set(Caller, AttrClass::getKind(), false);
1747 if (!AttrClass::isSet(Caller, AttrClass::getKind()) &&
1748 AttrClass::isSet(Callee, AttrClass::getKind()))
1749 AttrClass::set(Caller, AttrClass::getKind(), true);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DDomTreeUpdater.cpp29 const auto Kind = Update.getKind();
463 if (U.getKind() == DominatorTree::Insert)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h1164 if (Update.getKind() == UpdateKind::Insert)
1184 BUI.FutureSuccessors[U.getFrom()].push_back({U.getTo(), U.getKind()});
1185 BUI.FuturePredecessors[U.getTo()].push_back({U.getFrom(), U.getKind()});
1239 FS.back().getInt() == CurrentUpdate.getKind());
1245 FP.back().getInt() == CurrentUpdate.getKind());
1249 if (CurrentUpdate.getKind() == UpdateKind::Insert)
1615 BUI.FutureSuccessors[U.getFrom()].push_back({U.getTo(), U.getKind()});
1616 BUI.FuturePredecessors[U.getTo()].push_back({U.getFrom(), U.getKind()});
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp169 if (M->getKind() == Kind)
281 Matcher *M2 = FindNodeWithKind(ScanMatcher, Optn->getKind());
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp883 Decl::Kind DK = D->getKind();
950 static Decl::Kind getKind(const Decl *D) { return D->getKind(); } function
951 static Decl::Kind getKind(const DeclContext *DC) { return DC->getDeclKind(); } function
979 if (getKind(D) == Decl::CXXMethod) {
1020 switch (D->getKind()) {
1029 if (D->getKind() >= Decl::first##NAME && \
1030 D->getKind() <= Decl::last##NAME) \
H A DTemplateName.cpp80 TemplateName::NameKind TemplateName::getKind() const { function in class:TemplateName
H A DASTTypeTraits.cpp83 switch (D.getKind()) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DContinuationRecordBuilder.cpp83 CVMR.Kind = static_cast<TypeLeafKind>(Record.getKind());
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclFriend.h182 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
H A DNestedNameSpecifier.h170 SpecifierKind getKind() const;
H A DCommentLexer.h89 tok::TokenKind getKind() const LLVM_READONLY { return Kind; }
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DIssueHash.cpp94 switch (ND->getKind()) {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.h75 LocationKind getKind() const { return Kind; } function in class:__ubsan::Location
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.cpp40 switch (Tok.getKind()) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h281 InductionKind getKind() const { return IK; } function in class:llvm::InductionDescriptor
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h214 DIContextKind getKind() const { return Kind; }
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h119 return DICtx->getKind() == CK_DWARF;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h302 MCLOHType getKind() const { return Kind; } function in class:llvm::final::MILOHDirective
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp258 if (Sec.getKind().isExecuteOnly() && !TextSection->hasInstructions()) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp120 InputKind IK = CI.getFrontendOpts().Inputs[0].getKind();
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenCLRuntime.cpp40 switch (cast<BuiltinType>(T)->getKind()) {

Completed in 346 milliseconds

<<11121314151617181920>>