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

<<11121314151617181920>>

/freebsd-12-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 DCStringSyntaxChecker.cpp48 if (UE->getKind() == UETT_SizeOf && !UE->isArgumentType())
H A DMallocSizeofChecker.cpp128 if (E->getKind() != UETT_SizeOf)
/freebsd-12-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-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DDomTreeUpdater.cpp29 const auto Kind = Update.getKind();
463 if (U.getKind() == DominatorTree::Insert)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFObjectWriter.cpp115 Target.getSymA()->getKind() == MCSymbolRefExpr::VK_None) &&
119 Target.getSymB()->getKind() == MCSymbolRefExpr::VK_None) &&
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Packetizer.cpp198 if (Dep.getKind() == SDep::Anti)
200 if (Dep.getKind() == SDep::Output)
/freebsd-12-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
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp169 if (M->getKind() == Kind)
281 Matcher *M2 = FindNodeWithKind(ScanMatcher, Optn->getKind());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DContinuationRecordBuilder.cpp83 CVMR.Kind = static_cast<TypeLeafKind>(Record.getKind());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DRemarkStreamer.cpp86 R.RemarkType = toRemarkType(static_cast<DiagnosticKind>(Diag.getKind()));
H A DValue.cpp894 switch (Entry->getKind()) {
915 if (pImpl->ValueHandles[V]->getKind() == Assert)
946 switch (Entry->getKind()) {
967 switch (Entry->getKind()) {
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h281 InductionKind getKind() const { return IK; } function in class:llvm::InductionDescriptor
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h214 DIContextKind getKind() const { return Kind; }
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h119 return DICtx->getKind() == CK_DWARF;
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXX.cpp279 assert((Qual->getKind() == NestedNameSpecifier::TypeSpec) &&
H A DCGOpenCLRuntime.cpp40 switch (cast<BuiltinType>(T)->getKind()) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.cpp40 switch (Tok.getKind()) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp120 InputKind IK = CI.getFrontendOpts().Inputs[0].getKind();
H A DPrintPreprocessedOutput.cpp799 if (Tok.getKind() == tok::comment || Tok.getKind() == tok::unknown)
807 if (Tok.getKind() == tok::comment || Tok.getKind() == tok::unknown)
/freebsd-12-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp246 switch (NNS.getNestedNameSpecifier()->getKind()) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DMacroArgs.cpp231 if (tok::isStringLiteral(Tok.getKind()) || // "foo", u8R"x(foo)x"_bar, etc.
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DIssueHash.cpp94 switch (ND->getKind()) {
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.h75 LocationKind getKind() const { return Kind; } function in class:__ubsan::Location

Completed in 369 milliseconds

<<11121314151617181920>>