Home
last modified time | relevance | path

Searched defs:TargetType (Results 1 – 20 of 20) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/
DExtension.cs42 internal abstract Type TargetType { get; } property in Google.Protobuf.Extension
80 internal override Type TargetType => typeof(TTarget); field in Google.Protobuf.Extension
106 internal override Type TargetType => typeof(TTarget); field in Google.Protobuf.RepeatedExtension
/external/ComputeLibrary/src/graph/backends/NEON/
DNEFunctionFactory.cpp53 static Target TargetType; member
56 Target NETargetInfo::TargetType = Target::NEON; member in arm_compute::graph::backends::NETargetInfo
/external/ComputeLibrary/src/graph/backends/GLES/
DGCFunctionsFactory.cpp45 static Target TargetType; member
48 Target GCTargetInfo::TargetType = Target::GC; member in arm_compute::graph::backends::GCTargetInfo
/external/ComputeLibrary/src/graph/backends/CL/
DCLFunctionsFactory.cpp48 static Target TargetType; member
51 Target CLTargetInfo::TargetType = Target::CL; member in arm_compute::graph::backends::CLTargetInfo
/external/vogar/src/vogar/
DVogar.java581 private enum TargetType { enum in Vogar
592 TargetType(File defaultDeviceDir) { in TargetType() method in Vogar.TargetType
/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp1845 static bool isIntTruncCastValid(Ice::Type SourceType, Ice::Type TargetType) { in isIntTruncCastValid()
1854 Ice::Type TargetType) { in isFloatTruncCastValid()
1861 static bool isIntExtCastValid(Ice::Type SourceType, Ice::Type TargetType) { in isIntExtCastValid()
1867 static bool isFloatExtCastValid(Ice::Type SourceType, Ice::Type TargetType) { in isFloatExtCastValid()
1874 Ice::Type TargetType) { in isFloatToIntCastValid()
1890 Ice::Type TargetType) { in isIntToFloatCastValid()
1906 static bool isBitcastValid(Ice::Type SourceType, Ice::Type TargetType) { in isBitcastValid()
1915 Ice::Type TargetType, in convertCastOpToIceOp()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DBasicValueFactory.h113 APSIntType TargetType = getAPSIntType(T); in Convert() local
/external/llvm/lib/Target/NVPTX/
DNVPTXInferAddressSpaces.cpp335 Type *TargetType = in cloneConstantExprWithNewAddressSpace() local
/external/clang/lib/StaticAnalyzer/Core/
DStore.cpp295 SVal StoreManager::evalDynamicCast(SVal Base, QualType TargetType, in evalDynamicCast()
/external/turbine/java/com/google/turbine/bytecode/
DClassFile.java575 public enum TargetType { enum in ClassFile.TypeAnnotationInfo
589 TargetType(int tag) { in TargetType() method in ClassFile.TypeAnnotationInfo.TargetType
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DInferAddressSpaces.cpp506 Type *TargetType = in cloneConstantExprWithNewAddressSpace() local
/external/deqp/modules/glshared/
DglsShaderLibraryCase.cpp611 enum TargetType enum in deqp::gls::BeforeDrawValidator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h426 TypeNode *TargetType = nullptr; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h762 Type *TargetType = nullptr; in getGEPCost() local
/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp1090 QualType TargetType = SemaRef.SubstType(NTTP->getType(), TemplateArgs, in TransformTemplateParmRefExpr() local
DSemaOverload.cpp10274 const QualType& TargetType; member in __anon8ca8931f0d11::AddressOfFunctionResolver
10294 const QualType &TargetType, bool Complain) in AddressOfFunctionResolver()
10681 QualType TargetType, in ResolveAddressOfOverloadedFunction()
DSemaTemplateDeduction.cpp4433 bool Complain, QualType TargetType) { in getMostSpecialized()
DSemaChecking.cpp8072 void checkObjCArrayLiteral(Sema &S, QualType TargetType, in checkObjCArrayLiteral()
8100 void checkObjCDictionaryLiteral(Sema &S, QualType TargetType, in checkObjCDictionaryLiteral()
DSemaDeclCXX.cpp3326 QualType TargetType = SemaRef.BuildReferenceType( in CastForMoving() local
/external/clang/lib/AST/
DExprConstant.cpp3371 const CXXRecordDecl *TargetType = TargetQT->getAsCXXRecordDecl(); in HandleBaseToDerivedCast() local