Searched defs:getKind (Results 1 - 25 of 93) sorted by relevance

1234

/external/llvm/include/llvm/MC/
H A DMCSection.h48 SectionKind getKind() const { return Kind; } function in class:llvm::MCSection
H A DMCFixup.h88 MCFixupKind getKind() const { return MCFixupKind(Kind); } function in class:llvm::MCFixup
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/
H A DXMPPathSegment.java57 public int getKind() method in class:XMPPathSegment
/external/clang/lib/AST/
H A DTemplateName.cpp54 TemplateName::NameKind TemplateName::getKind() const { function in class:TemplateName
/external/clang/lib/Sema/
H A DAttributeList.cpp109 AttributeList::Kind AttributeList::getKind(const IdentifierInfo *Name, function in class:AttributeList
/external/llvm/lib/AsmParser/
H A DLLLexer.h56 lltok::Kind getKind() const { return CurKind; } function in class:llvm::LLLexer
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCExpr.h52 VariantKind getKind() const { return Kind; } function in class:llvm::ARMMCExpr
71 return E->getKind() == MCExpr::Target;
/external/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.h57 VariantKind getKind() const { return Kind; } function in class:llvm::NVPTXFloatMCExpr
78 return E->getKind() == MCExpr::Target;
/external/chromium_org/v8/test/mjsunit/
H A Darray-constructor-feedback.js68 function getKind(obj) { function
85 assertEquals(expected, getKind(obj), name_opt);
H A Darray-feedback.js68 function getKind(obj) { function
85 assertEquals(expected, getKind(obj), name_opt);
H A Dopt-elements-kind.js67 function getKind(obj) { function
108 assertEquals(expected, getKind(obj), name_opt);
H A Dosr-elements-kind.js67 function getKind(obj) { function
108 assertEquals(expected, getKind(obj), name_opt);
H A Dallocation-site-info.js63 function getKind(obj) { function
80 assertEquals(expected, getKind(obj), name_opt);
H A Delements-kind.js67 function getKind(obj) { function
108 assertEquals(expected, getKind(obj), name_opt);
/external/clang/include/clang/AST/
H A DAttr.h82 attr::Kind getKind() const { function in class:clang::Attr
118 return A->getKind() <= attr::LAST_INHERITABLE;
134 return A->getKind() <= attr::LAST_INHERITABLE_PARAM;
148 return (A->getKind() <= attr::LAST_MS_INHERITANCE &&
149 A->getKind() > attr::LAST_INHERITABLE_PARAM);
H A DDependentDiagnostic.h58 unsigned getKind() const { function in class:clang::DependentDiagnostic
63 assert(getKind() == Access);
68 assert(getKind() == Access);
73 assert(getKind() == Access);
78 assert(getKind() == Access);
83 assert(getKind() == Access);
88 assert(getKind() == Access);
/external/clang/include/clang/Analysis/Analyses/
H A DUninitializedValues.h70 Kind getKind() const { function in class:clang::UninitUse
/external/clang/include/clang/Basic/
H A DTargetCXXABI.h99 Kind getKind() const { return TheKind; } function in class:clang::TargetCXXABI
103 switch (getKind()) {
118 switch (getKind()) {
196 switch (getKind()) {
241 switch (getKind()) {
263 return left.getKind() == right.getKind();
H A DObjCRuntime.h71 Kind getKind() const { return TheKind; } function in class:clang::ObjCRuntime
77 switch (getKind()) {
96 if (getKind() == GNUstep && getVersion() >= VersionTuple(1, 6)) {
109 switch (getKind()) {
131 switch (getKind()) {
148 switch (getKind()) {
162 switch (getKind()) {
192 switch (getKind()) {
217 switch (getKind()) {
240 switch (getKind()) {
[all...]
/external/clang/include/clang/Driver/
H A DJob.h40 JobClass getKind() const { return Kind; } function in class:clang::driver::Job
80 return J->getKind() == CommandClass;
114 return J->getKind() == JobListClass;
/external/clang/include/clang/Sema/
H A DParsedTemplate.h67 KindType getKind() const { return Kind; } function in class:clang::ParsedTemplateArgument
/external/llvm/include/llvm/Object/
H A DMachO.h47 error_code getKind(uint16_t &Result) const;
255 inline error_code DiceRef::getKind(uint16_t &Result) const { function in class:llvm::object::DiceRef
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h78 DbgValueKind getKind() { return kind; } function in class:llvm::SDDbgValue
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCExpr.h68 VariantKind getKind() const { return Kind; } function in class:llvm::PPCMCExpr
91 return E->getKind() == MCExpr::Target;
/external/llvm/utils/TableGen/
H A DTGValueTypes.cpp33 TypeKind getKind() const { function in class:llvm::Type
49 return T->getKind() == TK_ExtendedIntegerType;
66 return T->getKind() == TK_ExtendedVectorType;

Completed in 413 milliseconds

1234