HomeSort by relevance Sort by last modified time
    Searched refs:IsInterface (Results 26 - 50 of 97) sorted by null

12 3 4

  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/go/darwin-x86/src/go/types/
conversions.go 57 if IsInterface(T) || constArg && !isConstType(T) {
predicates.go 74 // IsInterface reports whether typ is an interface type.
75 func IsInterface(typ Type) bool {
  /prebuilts/go/linux-x86/src/go/types/
conversions.go 57 if IsInterface(T) || constArg && !isConstType(T) {
predicates.go 74 // IsInterface reports whether typ is an interface type.
75 func IsInterface(typ Type) bool {
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
decompose.go 86 case t.IsInterface():
122 case v.Type.IsInterface():
rewritedec.go 219 // cond: t.IsInterface()
225 if !(t.IsInterface()) {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
decompose.go 86 case t.IsInterface():
122 case v.Type.IsInterface():
rewritedec.go 219 // cond: t.IsInterface()
225 if !(t.IsInterface()) {
  /art/runtime/
art_method.cc 70 DCHECK(declaring_class->IsInterface());
165 } else if (GetDeclaringClass()->IsInterface()) {
415 return GetDeclaringClass()->IsInterface();
    [all...]
class_linker.cc     [all...]
cha.cc 441 if (klass->IsInterface()) {
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
closure.go 553 if !basetype.IsInterface() && basetype.Sym == nil {
637 if rcvrtype.IsPtr() || rcvrtype.IsInterface() {
677 if n.Left.Type.IsInterface() {
dcl.go 714 if t.IsInterface() {
938 if t == nil || !t.IsInterface() {
946 if n.Left == nil && f.Type.IsInterface() {
1222 case t.IsInterface():
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
closure.go 553 if !basetype.IsInterface() && basetype.Sym == nil {
637 if rcvrtype.IsPtr() || rcvrtype.IsInterface() {
677 if n.Left.Type.IsInterface() {
dcl.go 714 if t.IsInterface() {
938 if t == nil || !t.IsInterface() {
946 if n.Left == nil && f.Type.IsInterface() {
1222 case t.IsInterface():
  /art/compiler/optimizing/
reference_type_propagation.cc 770 bool a_is_interface = a_type_handle->IsInterface();
771 bool b_is_interface = b_type_handle->IsInterface();
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 508 } else if (!method_reference_class->IsInterface()) {
690 } else if (!method_reference_class->IsInterface())
    [all...]
  /art/runtime/native/
java_lang_Class.cc 340 if (h_clazz->IsInterface()) {
678 if (UNLIKELY(klass->GetPrimitiveType() != 0 || klass->IsInterface() || klass->IsArrayClass() ||
    [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp     [all...]
  /art/runtime/mirror/
class.h 255 ALWAYS_INLINE bool IsInterface() REQUIRES_SHARED(Locks::mutator_lock_) {
522 return !IsPrimitive() && !IsInterface() && !IsAbstract() && !IsArrayClass();
528 return (!IsPrimitive() && !IsInterface() && !IsAbstract()) ||
    [all...]
  /art/test/912-classes/
classes.cc 78 jvmtiError result = jvmti_env->IsInterface(klass, &is_interface);

Completed in 878 milliseconds

12 3 4