Searched refs:getKind (Results 1 - 25 of 688) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionXCOFF.cpp29 if (getKind().isText()) {
37 if (getKind().isReadOnly()) {
45 if (getKind().isReadOnlyWithRel()) {
56 if (getKind().isThreadData()) {
64 if (getKind().isData()) {
85 assert((getKind().isBSSExtern() || getKind().isBSSLocal()) &&
100 // eligible for .bss/.tbss csect, getKind().isThreadBSS() is used to cover
103 assert((getKind().isBSSLocal() || getKind()
[all...]
H A DMCValue.cpp49 if (B->getKind() != MCSymbolRefExpr::VK_None)
57 return A->getKind();
H A DMCObjectWriter.cpp25 if (A->getKind() != MCSymbolRefExpr::VK_None ||
26 B->getKind() != MCSymbolRefExpr::VK_None)
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DObjCRuntime.h77 Kind getKind() const { return TheKind; } function in class:clang::ObjCRuntime
83 switch (getKind()) {
103 if (getKind() == GNUstep) {
117 } else if ((getKind() == MacOSX) && isNonFragile() &&
128 switch (getKind()) {
151 switch (getKind()) {
171 switch (getKind()) {
202 switch (getKind()) {
244 switch (getKind()) {
268 switch (getKind()) {
[all...]
H A DTargetCXXABI.h59 static Kind getKind(StringRef Name) { return getABIMap().lookup(Name); } function in class:clang::TargetCXXABI
80 Kind getKind() const { return TheKind; } function in class:clang::TargetCXXABI
123 switch (getKind()) {
137 switch (getKind()) {
159 switch (getKind()) {
239 switch (getKind()) {
281 switch (getKind()) {
310 return left.getKind() == right.getKind();
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DValue.h56 Kind getKind() const { return ValKind; } function in class:clang::dataflow::Value
70 assert(getKind() != Kind::Record);
104 return Val->getKind() == Kind::TopBool ||
105 Val->getKind() == Kind::AtomicBool ||
106 Val->getKind() == Kind::FormulaBool;
125 return Val->getKind() == Kind::TopBool;
142 return Val->getKind() == Kind::AtomicBool;
157 return Val->getKind() == Kind::FormulaBool;
167 return Val->getKind() == Kind::Integer;
178 return Val->getKind()
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DNoInferenceModelRunner.h26 return R->getKind() == MLModelRunner::Kind::NoOp;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMWinCOFFObjectWriter.cpp50 Target.isAbsolute() ? MCSymbolRefExpr::VK_None : Target.getSymA()->getKind();
52 unsigned FixupKind = Fixup.getKind();
64 const MCFixupKindInfo &Info = MAB.getFixupKindInfo(Fixup.getKind());
96 return static_cast<unsigned>(Fixup.getKind()) != ARM::fixup_t2_movt_hi16;
H A DARMMCExpr.cpp46 if (Expr->getKind() != MCExpr::SymbolRef)
49 if (Expr->getKind() != MCExpr::SymbolRef)
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateBase.h295 ArgKind getKind() const { return (ArgKind)TypeOrValue.Kind; } function in class:clang::TemplateArgument
298 bool isNull() const { return getKind() == Null; }
320 assert(getKind() == Type && "Unexpected kind");
327 assert(getKind() == Declaration && "Unexpected kind");
332 assert(getKind() == Declaration && "Unexpected kind");
338 assert(getKind() == NullPtr && "Unexpected kind");
344 assert(getKind() == Template && "Unexpected kind");
351 assert((getKind() == Template || getKind() == TemplateExpansion) &&
364 assert(getKind()
[all...]
H A DAttr.h88 attr::Kind getKind() const { return static_cast<attr::Kind>(AttrKind); } function in class:clang::Attr
126 return A->getKind() >= attr::FirstTypeAttr &&
127 A->getKind() <= attr::LastTypeAttr;
139 return A->getKind() >= attr::FirstStmtAttr &&
140 A->getKind() <= attr::LastStmtAttr;
164 return A->getKind() >= attr::FirstInheritableAttr &&
165 A->getKind() <= attr::LastInheritableAttr;
179 return A->getKind() >= attr::FirstDeclOrStmtAttr &&
180 A->getKind() <= attr::LastDeclOrStmtAttr;
195 return A->getKind() >
[all...]
H A DDependentDiagnostic.h60 unsigned getKind() const { function in class:clang::DependentDiagnostic
65 assert(getKind() == Access);
70 assert(getKind() == Access);
75 assert(getKind() == Access);
80 assert(getKind() == Access);
85 assert(getKind() == Access);
90 assert(getKind() == Access);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiMCExpr.h33 VariantKind getKind() const { return Kind; } function in class:llvm::LanaiMCExpr
50 return E->getKind() == MCExpr::Target;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/
H A DXtensaMCExpr.cpp35 bool HasVariant = getKind() != VK_Xtensa_None;
37 OS << '%' << getVariantKindName(getKind()) << '(';
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A Dx86_64.cpp85 if (E.getKind() == x86_64::PCRel32GOTLoadRelaxable ||
86 E.getKind() == x86_64::PCRel32GOTLoadREXRelaxable) {
88 bool REXPrefix = E.getKind() == x86_64::PCRel32GOTLoadREXRelaxable;
123 printEdge(dbgs(), *B, E, getEdgeKindName(E.getKind()));
140 printEdge(dbgs(), *B, E, getEdgeKindName(E.getKind()));
152 printEdge(dbgs(), *B, E, getEdgeKindName(E.getKind()));
160 } else if (E.getKind() == x86_64::BranchPCRel32ToPtrJumpStubBypassable) {
183 printEdge(dbgs(), *B, E, getEdgeKindName(E.getKind()));
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCExpr.cpp21 switch (static_cast<uint32_t>(getKind())) {
46 MCValue::get(Res.getSymA(), Res.getSymB(), Res.getConstant(), getKind());
/freebsd-current/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h70 bool isMap() const { return getKind() == Type::Map; }
71 bool isArray() const { return getKind() == Type::Array; }
73 bool isString() const { return getKind() == Type::String; }
78 bool isEmpty() const { return !KindAndDoc || getKind() == Type::Empty; }
79 Type getKind() const { return KindAndDoc->Kind; } function in class:llvm::msgpack::DocNode
83 assert(getKind() == Type::Int);
88 assert(getKind() == Type::UInt);
93 assert(getKind() == Type::Boolean);
98 assert(getKind() == Type::Float);
103 assert(getKind()
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYMCExpr.cpp67 OS << getVariantKindName(getKind());
71 switch (Expr->getKind()) {
100 switch (getKind()) {
120 switch (getKind()) {
/freebsd-current/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocumentYAML.cpp38 switch (getKind()) {
111 if (getKind() == msgpack::Type::Nil)
117 if (N.getKind() == getKind())
121 if (N.getKind() == msgpack::Type::UInt && getKind() == msgpack::Type::Int)
123 if (N.getKind() == msgpack::Type::Int && getKind() == msgpack::Type::UInt)
126 switch (getKind()) {
148 static NodeKind getKind(cons function in struct:llvm::yaml::PolymorphicTraits
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DSuffixTreeNode.h51 NodeKind getKind() const { return Kind; } function in struct:llvm::SuffixTreeNode
107 return N->getKind() == NodeKind::ST_Internal;
154 return N->getKind() == NodeKind::ST_Leaf;
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DValue.cpp32 if (Val1.getKind() != Val2.getKind())
44 switch (Val.getKind()) {
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcher.h112 KindTy getKind() const { return Kind; } function in class:llvm::Matcher
122 if (getKind() != M->getKind())
131 switch (getKind()) {
158 return isSimplePredicateNode() || getKind() == RecordNode ||
159 getKind() == RecordChild;
183 if (getKind() < Other->getKind())
234 return N->getKind() == Scope;
259 return N->getKind()
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h145 const char *getClassName() const { return Action::getClassName(getKind()); }
147 ActionClass getKind() const { return Kind; } function in class:clang::driver::Action
244 return A->getKind() == InputClass;
261 return A->getKind() == BindArchClass;
396 static bool classof(const Action *A) { return A->getKind() == OffloadClass; }
408 return (A->getKind() >= JobClassFirst &&
409 A->getKind() <= JobClassLast);
420 return A->getKind() == PreprocessJobClass;
434 return A->getKind() == PrecompileJobClass;
445 return A->getKind()
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h90 SValKind getKind() const { return Kind; } function in class:clang::ento::SVal
96 ID.AddInteger(llvm::to_underlying(getKind()));
102 bool isUnknown() const { return getKind() == UnknownValKind; }
104 bool isUndef() const { return getKind() == UndefinedValKind; }
196 static bool classof(SVal V) { return V.getKind() == UndefinedValKind; }
217 static bool classof(SVal V) { return V.getKind() == UnknownValKind; }
256 return BEGIN_NonLoc <= V.getKind() && V.getKind() <= END_NonLoc;
273 return BEGIN_Loc <= V.getKind() && V.getKind() <
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h114 assert(getKind() == k && "not enough bits for the kind");
120 Kind getKind() const { return static_cast<Kind>(RawKind); } function in class:clang::ento::retaincountchecker::RefVal
152 return getKind() == Owned;
156 return getKind() == NotOwned;
160 return getKind() == ReturnedOwned;
164 return getKind() == ReturnedNotOwned;
184 return RefVal(getKind(), getObjKind(), getCount() - i,
189 return RefVal(getKind(), getObjKind(), getCount() + i,
199 return RefVal(getKind(), getObjKind(), getCount(), getAutoreleaseCount()+1,
205 return RefVal(getKind(), getObjKin
[all...]

Completed in 208 milliseconds

1234567891011>>