Searched defs:getType (Results 376 - 400 of 514) sorted by relevance

<<11121314151617181920>>

/external/llvm/include/llvm/Support/
H A DYAMLParser.h146 unsigned int getType() const { return TypeID; } function in class:llvm::yaml::Node
183 static inline bool classof(const Node *N) { return N->getType() == NK_Null; }
216 return N->getType() == NK_Scalar;
262 return N->getType() == NK_KeyValue;
371 return N->getType() == NK_Mapping;
429 return N->getType() == NK_Sequence;
454 static inline bool classof(const Node *N) { return N->getType() == NK_Alias; }
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.h229 Type getType() const { return Ty; } function in class:llvm::DIEValue
287 static bool classof(const DIEValue *I) { return I->getType() == isInteger; }
316 static bool classof(const DIEValue *E) { return E->getType() == isExpr; }
345 static bool classof(const DIEValue *L) { return L->getType() == isLabel; }
372 static bool classof(const DIEValue *D) { return D->getType() == isDelta; }
402 static bool classof(const DIEValue *D) { return D->getType() == isString; }
437 static bool classof(const DIEValue *E) { return E->getType() == isEntry; }
464 return E->getType() == isTypeSignature;
508 static bool classof(const DIEValue *E) { return E->getType() == isLoc; }
548 static bool classof(const DIEValue *E) { return E->getType()
[all...]
/external/llvm/lib/Transforms/Instrumentation/
H A DDebugIR.cpp367 MDNode *getType(const Type *T) { function in class:__anon26253::DIUpdater
377 MDNode *N = getType(T);
402 if (!(N = getType(PointeeTy)))
439 Type *T(i->getType());
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowIntent.java102 public String getType() { method in class:ShadowIntent
488 if (getType() != other.getType()) {
489 if (getType() != null) {
490 if (!getType().equals(other.getType())) {
494 if (!other.getType().equals(getType())) {
/external/skia/include/utils/
H A DSkMatrix44.h172 inline TypeMask getType() const { function in class:SkMatrix44
184 return kIdentity_Mask == this->getType();
191 return !(this->getType() & ~kTranslate_Mask);
198 return !(this->getType() & ~(kScale_Mask | kTranslate_Mask));
/external/skia/include/views/
H A DSkView.h145 const char* getType() const { return fType; } function in class:SkView::Click
/external/skia/src/animator/
H A DSkDisplayable.cpp71 SkDisplayTypes type = getType();
103 elementType = dispArray->values.getType();
146 SkDisplayTypes type = getType();
193 elementType = dispArray->values.getType();
242 SkDisplayTypes type = getType();
284 SkDisplayTypes type = getType();
406 temp.fType = values->getType();
410 executeFunction(target, info->functionIndex(), typedValues, info->getType(), value);
472 SkDisplayTypes SkDisplayable::getType() const { function in class:SkDisplayable
514 scriptValue.fType = displayable->getType();
[all...]
H A DSkDrawExtraPathEffect.cpp120 if (fDraw->addMatrix->getType() == SkType_Matrix)
265 if (fDraw->matrix->getType() == SkType_Matrix)
480 virtual SkDisplayTypes getType(const char name[], size_t len ) { function in class:SkExtraPathEffects
/external/skia/src/xml/
H A DSkDOM.cpp108 SkDOM::Type SkDOM::getType(const Node* node) const function in class:SkDOM
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dtree.py239 def getType(self): member in class:Tree
453 def getType(self, t): member in class:TreeAdaptor
719 if child.getType() == treeType:
897 if t.getType() == ttype:
1133 def getType(self, t): member in class:BaseTreeAdaptor
1134 return t.getType()
1253 def getType(self): member in class:CommonTree
1257 return self.token.getType()
1259 type = property(getType)
1370 if self.getType()
1425 def getType(self): member in class:CommonErrorNode
1566 def getType(self, t): member in class:CommonTreeAdaptor
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dgregocal.cpp1261 GregorianCalendar::getType() const { function in class:GregorianCalendar
H A Dtzfmt.cpp190 FieldType getType() const;
282 GMTOffsetField::getType() const { function in class:GMTOffsetField
768 if (obj.getType() == Formattable::kObject) {
1508 GMTOffsetField::FieldType type = item->getType();
1759 GMTOffsetField::FieldType fieldType = field->getType();
2525 GMTOffsetField::FieldType type = item->getType();
/external/chromium_org/third_party/skia/include/core/
H A DSkMatrix.h32 /** Enum of bit fields for the mask return by getType().
49 TypeMask getType() const { function in class:SkMatrix
60 return this->getType() == 0;
64 return !(this->getType() & ~(kScale_Mask | kTranslate_Mask));
513 return GetMapXYProc(this->getType());
525 return GetMapPtsProc(this->getType());
/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkDrawCommand.h70 DrawType getType() { return fDrawType; }; function in class:SkDrawCommand
/external/clang/include/clang/AST/
H A DTypeLoc.h91 if (getType().hasLocalQualifiers()) return Qualified;
92 return (TypeLocClass) getType()->getTypeClass();
107 QualType getType() const { function in class:clang::TypeLoc
140 return getFullDataSizeForType(getType());
166 assert(getType() == Other.getType());
175 assert(getType() == Other.getType());
223 return !TL.getType().hasLocalQualifiers();
274 return TL.getType()
[all...]
/external/clang/include/clang/Serialization/
H A DASTWriter.h139 QualType getType() const { function in class:clang::ASTWriter::DeclOrType
309 QualType getType() const { return QualType::getFromOpaquePtr(Type); } function in class:clang::ASTWriter::DeclUpdate
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h68 virtual QualType getType() const = 0;
144 QualType getType() const override;
173 QualType getType() const override;
211 QualType getType() const override;
244 QualType getType() const override;
283 QualType getType() const override;
320 QualType getType() const override { return ToTy; }
356 QualType getType() const override { return T; }
393 Profile(ID, LHS, getOpcode(), RHS, getType());
428 Profile(ID, LHS, getOpcode(), RHS, getType());
541 QualType getType(const SymExpr *SE) const { function in class:clang::ento::SymbolManager
[all...]
/external/clang/lib/CodeGen/
H A DCGValue.h204 QualType getType() const { return Type; } function in class:clang::CodeGen::LValue
/external/deqp/framework/egl/
H A DegluGLContextFactory.cpp137 virtual glu::ContextType getType (void) const { return m_renderConfig.type; } function in class:eglu::__anon19726::RenderContext
/external/deqp/framework/opengl/
H A DgluVarType.hpp130 const VarType& getType (void) const { return m_type; } function in class:glu::StructMember
/external/deqp/framework/platform/X11/
H A DtcuX11GlxPlatform.cpp169 virtual ContextType getType (void) const;
657 ContextType GlxRenderContext::getType (void) const function in class:tcu::x11::glx::GlxRenderContext
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.ssl_1.0.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/icu4c/source/i18n/
H A Dgregocal.cpp1261 GregorianCalendar::getType() const { function in class:GregorianCalendar
H A Dtzfmt.cpp190 FieldType getType() const;
282 GMTOffsetField::getType() const { function in class:GMTOffsetField
768 if (obj.getType() == Formattable::kObject) {
1508 GMTOffsetField::FieldType type = item->getType();
1759 GMTOffsetField::FieldType fieldType = field->getType();
2525 GMTOffsetField::FieldType type = item->getType();

Completed in 676 milliseconds

<<11121314151617181920>>