Searched refs:getKind (Results 51 - 60 of 60) sorted by relevance

123

/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp456 slangAssert((Val.getKind() == clang::APValue::Int) &&
498 switch (Val.getKind()) {
548 slangAssert((Val.getKind() == clang::APValue::Vector) &&
1014 switch (Val.getKind()) {
H A Dslang_backend.cpp508 if ((I->getKind() >= clang::Decl::firstFunction) &&
509 (I->getKind() <= clang::Decl::lastFunction)) {
H A Dslang.cpp464 if (RSE->getKind() != RSExportable::EX_TYPE)
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp348 switch (frag_iter->getKind()) {
460 if (frag->getKind() != Fragment::Region) {
/frameworks/rs/api/
H A DGenerateDocumentation.cpp344 switch (spec->getKind()) {
H A DSpecification.h304 TypeKind getKind() const { return mKind; } function in class:TypeSpecification
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/store/
H A DSetterStore.java222 TypeKind kind = typeMirror.getKind();
290 if (type.getKind() == TypeKind.ARRAY) {
/frameworks/rs/driver/
H A DrsdAllocation.cpp451 drv->glFormat = rsdKindToGLFormat(alloc->mHal.state.type->getElement()->getComponent().getKind());
645 } else if (alloc->getType()->getElement()->getKind() != RS_KIND_PIXEL_RGBA) {
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectWriter.cpp655 switch (fragIter->getKind()) {
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp812 info->outSymbol()->fragRef()->frag()->getKind()

Completed in 291 milliseconds

123