Searched refs:getKind (Results 451 - 475 of 549) sorted by relevance

<<11121314151617181920>>

/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp747 return D->getKind() == Decl::TranslationUnit;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp460 if (UE->getKind() != UETT_SizeOf || UE->isArgumentType())
H A DUninitializedValues.cpp555 if (Use.getKind() == UninitUse::Always)
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp177 switch (D->getKind()) {
H A DCodeGenTypes.cpp409 switch (cast<BuiltinType>(Ty)->getKind()) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp506 Action::ActionClass AC = JA.getKind();
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp355 switch (Tok.getKind()) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp71 getBinOpPrecedence(NextToken.getKind(),
H A DSemaStmtAsm.cpp712 if (DRE->getDecl()->getKind() == Decl::EnumConstant)
H A DSemaCodeComplete.cpp205 switch (CompletionContext.getKind()) {
802 switch (cast<BuiltinType>(T)->getKind()) {
963 !(CompletionContext.getKind() == CodeCompletionContext::CCC_Statement ||
964 CompletionContext.getKind() ==
966 CompletionContext.getKind() ==
1497 switch (cast<BuiltinType>(T)->getKind()) {
3750 switch (D->getKind()) {
4299 if (Argument.getKind() != TemplateArgument::Type)
5037 // switch (TagD.getKind()) {
5082 CandidateSet.getKind());
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp743 if (Call.getKind() == CE_ObjCMessage)
H A DStdLibraryFunctionsChecker.cpp109 ValueRangeKindTy getKind() const { return Kind; } function in class:__anon3421::StdLibraryFunctionsChecker::ValueRange
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp80 unsigned DeclKind = D->getKind();
H A DExprEngineCXX.cpp122 switch (CC->getKind()) {
H A DHTMLDiagnostics.cpp787 switch (P.getKind()) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp721 if (Dep.getKind() != SDep::Kind::Data || !Dep.getReg() ||
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DComment.h1083 DeclKind getKind() const LLVM_READONLY {
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h537 AttributeCommonInfo::Kind getKind() const { return getParsedKind(); }
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp1260 if (MipsExpr && MipsExpr->getKind() == MipsMCExpr::MEK_DTPREL) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1506 AsmToken::TokenKind TK = getLexer().getKind();
1584 if (getLexer().getKind() == AsmToken::Identifier) {
2020 switch (getLexer().getKind()) {
2239 switch (Buf[0].getKind()) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp4649 switch(getLexer().getKind()) {
5175 if (getLexer().getKind() != AsmToken::Identifier)
5196 if (getLexer().getKind() != AsmToken::Identifier)
5434 return getLexer().getKind();
5749 if (getLexer().getKind() == AsmToken::Identifier &&
6530 if (getLexer().getKind() == AsmToken::Identifier) {
6590 if (getLexer().getKind() == AsmToken::Identifier) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp718 Kind getKind() const { function in struct:__anon2723::DynAlloc
1019 TAL[0].getKind() == TemplateArgument::Type)
2287 switch (Val.getKind()) {
3819 switch (Subobj.getKind()) {
3950 switch (Subobj.getKind()) {
6063 if (DeallocKind != (*Alloc)->getKind()) {
6065 << DeallocKind << (*Alloc)->getKind() << AllocType;
6198 switch (Val.getKind()) {
10125 switch (BT->getKind()) {
10317 if (V.getKind()
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6587 TL.getTypePtr()->getArg(i).getKind()));
6632 TL.getTypePtr()->getArg(i).getKind()));
6667 TL.getTypePtr()->getArg(I).getKind()));
7042 if (Arg.getKind() == TemplateArgument::Expression) {
7046 return TemplateArgumentLoc(Arg, readTemplateArgumentLocInfo(Arg.getKind()));
7101 DC, [&](Decl::Kind K) { return K == D->getKind(); }, Decls);
7416 assert(D->getKind() == K && "wrong kind for lexical decl");
9641 assert(FirstDecl->getKind() == SecondDecl->getKind() &&
9663 switch (FirstDecl->getKind()) {
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp1227 if (YcArg && JA.getKind() >= Action::PrecompileJobClass &&
1228 JA.getKind() <= Action::AssembleJobClass) {
2220 if (O.getKind() == Option::InputClass)
3370 Runtime.getKind() == ObjCRuntime::FragileMacOSX && Runtime.isNeXTFamily())
6129 if ((runtime.getKind() == ObjCRuntime::GNUstep) &&
6643 while (SourceAction->getKind() != Action::InputClass) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2861 switch (ID.getKind()) {
4155 switch (II.getKind()) {
4519 if (Induction.second.getKind() != InductionDescriptor::IK_PtrInduction)
4568 if (Induction.second.getKind() == InductionDescriptor::IK_PtrInduction)
6813 if (II.getKind() == InductionDescriptor::IK_IntInduction ||
6814 II.getKind() == InductionDescriptor::IK_FpInduction)

Completed in 428 milliseconds

<<11121314151617181920>>