Searched defs:hasType (Results 1 - 15 of 15) sorted by relevance

/external/dng_sdk/source/
H A Ddng_info.cpp1776 bool hasType = true; local
1785 hasType = false;
1840 uint32 tagType = hasType ? stream.Get_uint16 ()
/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DSPIRVValue.h88 bool hasType()const { return !(Attrib & SPIRVEA_NOTYPE);} function in class:SPIRV::SPIRVValue
90 assert(hasType() && "value has no type");
101 assert((!hasType() || Type) && "Invalid type");
115 if (!hasType())
/external/llvm/include/llvm/Target/
H A DTargetRegisterInfo.h123 bool hasType(MVT vt) const { function in class:llvm::TargetRegisterClass
/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetRegisterInfo.h107 /// hasType - return true if this TargetRegisterClass has the ValueType vt.
109 bool hasType(EVT vt) const { function in class:llvm::TargetRegisterClass
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h694 /// varDecl(hasType(pointerType(pointee(ignoringParens(functionType())))))
2429 /// (matcher = cxxMemberCallExpr(on(hasType(cxxRecordDecl(hasName("Y"))))))
2581 /// Example matches x (matcher = expr(hasType(cxxRecordDecl(hasName("X")))))
2582 /// and z (matcher = varDecl(hasType(cxxRecordDecl(hasName("X")))))
2583 /// and U (matcher = typedefDecl(hasType(asString("int")))
2590 hasType, AST_POLYMORPHIC_SUPPORTED_TYPES(Expr, TypedefNameDecl, ValueDecl),
2602 /// X, while varDecl(hasType(cxxRecordDecl(hasName("X")))) matches the
2605 /// Example matches x (matcher = expr(hasType(cxxRecordDecl(hasName("X")))))
2606 /// and z (matcher = varDecl(hasType(cxxRecordDecl(hasName("X")))))
2613 AST_POLYMORPHIC_MATCHER_P_OVERLOAD(hasType,
2589 AST_POLYMORPHIC_MATCHER_P_OVERLOAD( hasType, AST_POLYMORPHIC_SUPPORTED_TYPES(Expr, TypedefNameDecl, ValueDecl), internal::Matcher<QualType>, InnerMatcher, 0) argument
[all...]
/external/llvm/lib/Linker/
H A DIRMover.cpp726 if (TypeMap.DstStructTypesSet.hasType(DST))
1330 bool IRMover::IdentifiedStructTypeSet::hasType(StructType *Ty) { function in class:IRMover::IdentifiedStructTypeSet
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/mockito/lib/
H A Dbyte-buddy-1.6.9.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/net. ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 2556 milliseconds