Home
last modified time | relevance | path

Searched refs:getKind (Results 1 – 25 of 379) sorted by relevance

12345678910>>...16

/minix/external/bsd/llvm/dist/clang/unittests/AST/
H A DCommentLexer.cpp102 ASSERT_EQ(tok::newline, Toks[0].getKind()); in TEST_F()
118 ASSERT_EQ(tok::newline, Toks[0].getKind()); in TEST_F()
119 ASSERT_EQ(tok::newline, Toks[1].getKind()); in TEST_F()
340 ASSERT_EQ(tok::text, Toks[0].getKind()); in TEST_F()
343 ASSERT_EQ(tok::text, Toks[1].getKind()); in TEST_F()
346 ASSERT_EQ(tok::text, Toks[2].getKind()); in TEST_F()
482 ASSERT_EQ(tok::text, Toks[0].getKind()); in TEST_F()
488 ASSERT_EQ(tok::newline, Toks[2].getKind()); in TEST_F()
543 ASSERT_EQ(tok::text, Toks[0].getKind()); in TEST_F()
551 ASSERT_EQ(tok::text, Toks[3].getKind()); in TEST_F()
[all …]
/minix/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DObjCRuntime.h77 switch (getKind()) { in isNonFragile()
113 switch (getKind()) { in isGNUFamily()
135 switch (getKind()) { in allowsARC()
152 switch (getKind()) { in hasNativeARC()
166 switch (getKind()) { in hasOptimizedSetter()
196 switch (getKind()) { in hasSubscripting()
221 switch (getKind()) { in allowsPointerArithmetic()
244 switch (getKind()) { in hasTerminate()
257 switch (getKind()) { in hasWeakClassImport()
270 switch (getKind()) { in hasUnwindExceptions()
[all …]
H A DTargetCXXABI.h113 Kind getKind() const { return TheKind; } in getKind() function
117 switch (getKind()) { in isItaniumFamily()
134 switch (getKind()) { in isMicrosoft()
214 switch (getKind()) { in canKeyFunctionBeInline()
261 switch (getKind()) { in getTailPaddingUseRules()
289 return left.getKind() == right.getKind();
/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DTemplateBase.h221 bool isNull() const { return getKind() == Null; } in isNull()
241 assert(getKind() == Type && "Unexpected kind"); in getAsType()
259 assert(getKind() == NullPtr && "Unexpected kind"); in getNullPtrType()
265 assert(getKind() == Template && "Unexpected kind"); in getAsTemplate()
272 assert((getKind() == Template || getKind() == TemplateExpansion) && in getAsTemplateOrTemplatePattern()
285 assert(getKind() == Integral && "Unexpected kind"); in getAsIntegral()
297 assert(getKind() == Integral && "Unexpected kind"); in getIntegralType()
318 assert(getKind() == Pack); in pack_begin()
325 assert(getKind() == Pack); in pack_end()
338 assert(getKind() == Pack); in pack_size()
[all …]
H A DVTableBuilder.h102 Kind getKind() const { in getKind() function
125 assert(getKind() == CK_RTTI && "Invalid component kind!"); in getRTTIDecl()
131 assert(getKind() == CK_FunctionPointer); in getFunctionDecl()
137 assert((getKind() == CK_CompleteDtorPointer || in getDestructorDecl()
144 assert(getKind() == CK_UnusedFunctionPointer); in getUnusedFunctionDecl()
174 assert((getKind() == CK_VCallOffset || getKind() == CK_VBaseOffset || in getOffset()
181 assert((getKind() == CK_RTTI || in getPointer()
182 getKind() == CK_FunctionPointer || in getPointer()
183 getKind() == CK_CompleteDtorPointer || in getPointer()
184 getKind() == CK_DeletingDtorPointer || in getPointer()
[all …]
H A DDependentDiagnostic.h58 unsigned getKind() const { in getKind() function
63 assert(getKind() == Access); in isAccessToMember()
68 assert(getKind() == Access); in getAccess()
73 assert(getKind() == Access); in getAccessLoc()
78 assert(getKind() == Access); in getAccessTarget()
83 assert(getKind() == Access); in getAccessNamingClass()
88 assert(getKind() == Access); in getAccessBaseObjectType()
/minix/external/bsd/llvm/dist/clang/include/clang/Driver/
H A DAction.h116 return A->getKind() == InputClass; in classof()
132 return A->getKind() == BindArchClass; in classof()
144 return (A->getKind() >= JobClassFirst && in classof()
145 A->getKind() <= JobClassLast); in classof()
175 return A->getKind() == AnalyzeJobClass; in classof()
185 return A->getKind() == MigrateJobClass; in classof()
195 return A->getKind() == CompileJobClass; in classof()
205 return A->getKind() == BackendJobClass; in classof()
215 return A->getKind() == AssembleJobClass; in classof()
225 return A->getKind() == LinkJobClass; in classof()
[all …]
H A DJob.h56 JobClass getKind() const { return Kind; } in getKind() function
138 return J->getKind() == CommandClass || in classof()
139 J->getKind() == FallbackCommandClass; in classof()
158 return J->getKind() == FallbackCommandClass; in classof()
198 return J->getKind() == JobListClass; in classof()
/minix/external/bsd/llvm/dist/clang/include/clang/Analysis/
H A DProgramPoint.h85 assert(getKind() == k); in Data1()
136 Kind getKind() const { in getKind() function
148 Kind K = getKind(); in isPurgeKind()
181 ID.AddInteger((unsigned) getKind()); in Profile()
257 unsigned k = Location.getKind(); in isKind()
275 return Location.getKind() == PreStmtKind; in isKind()
298 unsigned k = Location.getKind(); in isKind()
328 unsigned k = location.getKind(); in isKind()
343 return location.getKind() == PreLoadKind; in isKind()
357 return location.getKind() == PreStoreKind; in isKind()
[all …]
/minix/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DDAGISelMatcher.h106 if (getKind() != M->getKind()) return false; in isEqual()
125 switch (getKind()) { in isSimplePredicateNode()
149 getKind() == RecordNode || getKind() == RecordChild; in isSimplePredicateOrRecordNode()
173 if (getKind() < Other->getKind()) in isContradictory()
225 return N->getKind() == Scope; in classof()
251 return N->getKind() == RecordNode; in classof()
344 return N->getKind() == MoveChild; in classof()
387 return N->getKind() == CheckSame; in classof()
541 return N->getKind() == CheckType; in classof()
1063 return N->getKind() == EmitNode || N->getKind() == MorphNodeTo; in classof()
[all …]
/minix/external/bsd/llvm/dist/clang/lib/Analysis/
H A DPrintfFormatString.cpp308 switch (LM.getKind()) { in getArgType()
427 switch (CS.getKind()) { in getArgType()
520 switch (BT->getKind()) { in fixType()
665 switch (CS.getKind()) { in hasValidPlusPrefix()
689 switch (CS.getKind()) { in hasValidAlternativeForm()
714 switch (CS.getKind()) { in hasValidLeadingZeros()
744 switch (CS.getKind()) { in hasValidSpacePrefix()
768 switch (CS.getKind()) { in hasValidLeftJustified()
781 switch (CS.getKind()) { in hasValidThousandsGroupingPrefix()
802 switch (CS.getKind()) { in hasValidPrecision()
[all …]
H A DFormatString.cpp568 switch (getKind()) { in getStandardSpecifier()
613 switch (LM.getKind()) { in hasValidLengthModifier()
638 switch (CS.getKind()) { in hasValidLengthModifier()
656 switch (CS.getKind()) { in hasValidLengthModifier()
685 switch (CS.getKind()) { in hasValidLengthModifier()
709 switch (CS.getKind()) { in hasValidLengthModifier()
719 switch (CS.getKind()) { in hasValidLengthModifier()
732 switch (CS.getKind()) { in hasValidLengthModifier()
759 switch (LM.getKind()) { in hasStandardLengthModifier()
783 switch (CS.getKind()) { in hasStandardConversionSpecifier()
[all …]
/minix/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DDiagnosticInfo.h89 /* DiagnosticKind */ int getKind() const { return Kind; } in getKind() function
148 return DI->getKind() == DK_InlineAsm; in classof()
175 return DI->getKind() == DK_StackSize; in classof()
203 return DI->getKind() == DK_DebugMetadataVersion; in classof()
228 return DI->getKind() == DK_SampleProfile; in classof()
268 return DI->getKind() == DK_OptimizationRemark; in classof()
328 return DI->getKind() == DK_OptimizationRemark; in classof()
354 return DI->getKind() == DK_OptimizationRemarkMissed; in classof()
381 return DI->getKind() == DK_OptimizationRemarkAnalysis; in classof()
436 return DI->getKind() == DK_OptimizationFailure; in classof()
H A DInlineAsm.h255 static unsigned getKind(unsigned Flags) { in getKind() function
259 static bool isRegDefKind(unsigned Flag){ return getKind(Flag) == Kind_RegDef;} in isRegDefKind()
260 static bool isImmKind(unsigned Flag) { return getKind(Flag) == Kind_Imm; } in isImmKind()
261 static bool isMemKind(unsigned Flag) { return getKind(Flag) == Kind_Mem; } in isMemKind()
263 return getKind(Flag) == Kind_RegDefEarlyClobber; in isRegDefEarlyClobberKind()
266 return getKind(Flag) == Kind_Clobber; in isClobberKind()
/minix/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h170 Kind getKind() const { in getKind() function
176 return getKind() != Data; in isCtrl()
190 return getKind() == Order && Contents.OrdKind == Barrier; in isBarrier()
211 return getKind() == Order && Contents.OrdKind >= Weak; in isWeak()
217 return getKind() == Order && Contents.OrdKind == Artificial; in isArtificial()
223 return getKind() == Order && Contents.OrdKind == Cluster; in isCluster()
229 return getKind() == Data && Contents.Reg != 0; in isAssignedRegDep()
236 assert((getKind() == Data || getKind() == Anti || getKind() == Output) && in getReg()
247 assert((getKind() == Data || getKind() == Anti || getKind() == Output) && in setReg()
249 assert((getKind() != Anti || Reg != 0) && in setReg()
[all …]
/minix/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DInitialization.h334 EntityKind getKind() const { return Kind; } in getKind() function
368 return (getKind() == EK_Parameter || in isParameterKind()
369 getKind() == EK_Parameter_CF_Audited); in isParameterKind()
380 assert(getKind() == EK_Base && "Not a base specifier"); in getBaseSpecifier()
386 assert(getKind() == EK_Base && "Not a base specifier"); in isInheritedVirtualBase()
407 assert(getKind() == EK_ArrayElement || getKind() == EK_VectorElement || in getElementIndex()
408 getKind() == EK_ComplexElement); in getElementIndex()
414 assert(getKind() == EK_ArrayElement || getKind() == EK_VectorElement || in setElementIndex()
415 getKind() == EK_ComplexElement); in setElementIndex()
551 InitKind getKind() const { in getKind() function
[all …]
H A DAttributeList.h225 AttrKind = getKind(getName(), getScopeName(), syntaxUsed); in AttributeList()
248 AttrKind = getKind(getName(), getScopeName(), syntaxUsed); in AttributeList()
268 AttrKind = getKind(getName(), getScopeName(), syntaxUsed); in AttributeList()
287 AttrKind = getKind(getName(), getScopeName(), syntaxUsed); in AttributeList()
300 AttrKind = getKind(getName(), getScopeName(), syntaxUsed); in AttributeList()
314 AttrKind = getKind(getName(), getScopeName(), syntaxUsed); in AttributeList()
346 return getKind() == AT_Aligned && SyntaxUsed == AS_Keyword; in isAlignasAttribute()
364 Kind getKind() const { return Kind(AttrKind); } in getKind() function
420 assert(getKind() == AT_TypeTagForDatatype && in getMatchingCType()
426 assert(getKind() == AT_TypeTagForDatatype && in getLayoutCompatible()
[all …]
/minix/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h184 Kind getKind() const { return kind; } in getKind() function
212 Kind k = R->getKind(); in classof()
224 Kind k = R->getKind(); in classof()
270 Kind k = R->getKind(); in classof()
376 Kind k = R->getKind(); in classof()
435 return R->getKind() > END_MEMSPACES; in classof()
492 unsigned k = R->getKind(); in classof()
524 unsigned k = R->getKind(); in classof()
539 Kind k = R->getKind(); in classof()
857 unsigned k = R->getKind(); in classof()
[all …]
H A DCallEvent.h173 virtual Kind getKind() const = 0;
421 CA->getKind() <= CE_END_FUNCTION_CALLS; in classof()
457 return CA->getKind() == CE_Function; in classof()
516 return CA->getKind() == CE_Block; in classof()
592 return CA->getKind() == CE_CXXMember; in classof()
631 return CA->getKind() == CE_CXXMemberOperator; in classof()
680 return CA->getKind() == CE_CXXDestructor; in classof()
733 return CA->getKind() == CE_CXXConstructor; in classof()
774 return CE->getKind() == CE_CXXAllocator; in classof()
885 return CA->getKind() == CE_ObjCMessage; in classof()
[all …]
/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DTemplateBase.cpp103 switch (getKind()) { in isDependent()
144 switch (getKind()) { in isInstantiationDependent()
183 switch (getKind()) { in isPackExpansion()
206 switch (getKind()) { in containsUnexpandedParameterPack()
250 ID.AddInteger(getKind()); in Profile()
251 switch (getKind()) { in Profile()
302 if (getKind() != Other.getKind()) return false; in structurallyEquals()
304 switch (getKind()) { in structurallyEquals()
334 switch (getKind()) { in getPackExpansionPattern()
358 switch (getKind()) { in print()
[all …]
/minix/external/bsd/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp49 switch ((unsigned)Fixup.getKind()) { in getAArch64FixupKindMachOInfo()
61 if (Sym->getKind() == MCSymbolRefExpr::VK_GOT) in getAArch64FixupKindMachOInfo()
66 if (Sym->getKind() == MCSymbolRefExpr::VK_GOT) in getAArch64FixupKindMachOInfo()
76 switch (Sym->getKind()) { in getAArch64FixupKindMachOInfo()
92 switch (Sym->getKind()) { in getAArch64FixupKindMachOInfo()
119 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordRelocation()
128 unsigned Kind = Fixup.getKind(); in RecordRelocation()
196 if (Target.getSymA()->getKind() == MCSymbolRefExpr::VK_GOT && in RecordRelocation()
197 Target.getSymB()->getKind() == MCSymbolRefExpr::VK_None && in RecordRelocation()
211 } else if (Target.getSymA()->getKind() != MCSymbolRefExpr::VK_None || in RecordRelocation()
[all …]
H A DAArch64MCExpr.cpp34 switch (static_cast<uint32_t>(getKind())) { in getVariantKindName()
79 if (getKind() != VK_NONE) in PrintImpl()
99 MCValue::get(Res.getSymA(), Res.getSymB(), Res.getConstant(), getKind()); in EvaluateAsRelocatableImpl()
105 switch (Expr->getKind()) { in fixELFSymbolsInTLSFixupsImpl()
/minix/external/bsd/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp184 switch ((unsigned)Fixup.getKind()) { in fixupNeedsRelaxation()
321 unsigned Kind = Fixup.getKind(); in adjustFixupValue()
425 if (SRE->getKind() == MCSymbolRefExpr::VK_ARM_TLSCALL) in adjustFixupValue()
503 if (SRE->getKind() == MCSymbolRefExpr::VK_ARM_TLSCALL) in adjustFixupValue()
586 (unsigned)Fixup.getKind() != ARM::fixup_t2_ldst_pcrel_12 && in processFixupValue()
587 (unsigned)Fixup.getKind() != ARM::fixup_arm_adr_pcrel_12 && in processFixupValue()
589 (unsigned)Fixup.getKind() != ARM::fixup_t2_adr_pcrel_12 && in processFixupValue()
590 (unsigned)Fixup.getKind() != ARM::fixup_arm_thumb_cp) { in processFixupValue()
609 (unsigned)Fixup.getKind() == ARM::fixup_arm_blx || in processFixupValue()
611 (unsigned)Fixup.getKind() == ARM::fixup_arm_condbl)) in processFixupValue()
[all …]
H A DARMWinCOFFObjectWriter.cpp41 Target.isAbsolute() ? MCSymbolRefExpr::VK_None : Target.getSymA()->getKind(); in getRelocType()
43 switch (static_cast<unsigned>(Fixup.getKind())) { in getRelocType()
72 return static_cast<unsigned>(Fixup.getKind()) != ARM::fixup_t2_movt_hi16; in recordRelocation()
/minix/external/bsd/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp107 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordX86_64Relocation()
108 unsigned IsRIPRel = isFixupKindRIPRel(Fixup.getKind()); in RecordX86_64Relocation()
109 unsigned Log2Size = getFixupKindLog2Size(Fixup.getKind()); in RecordX86_64Relocation()
159 if (Target.getSymA()->getKind() != MCSymbolRefExpr::VK_None || in RecordX86_64Relocation()
160 Target.getSymB()->getKind() != MCSymbolRefExpr::VK_None) in RecordX86_64Relocation()
336 unsigned Kind = Fixup.getKind(); in RecordX86_64Relocation()
368 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordScatteredRelocation()
460 assert(Target.getSymA()->getKind() == MCSymbolRefExpr::VK_TLVP && in RecordTLVPRelocation()
464 unsigned Log2Size = getFixupKindLog2Size(Fixup.getKind()); in RecordTLVPRelocation()
509 unsigned Log2Size = getFixupKindLog2Size(Fixup.getKind()); in RecordX86Relocation()
[all …]

12345678910>>...16