Home
last modified time | relevance | path

Searched defs:SType (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/
H A Dhybrid_end2end_test.cc445 typedef EchoTestService::WithAsyncMethod_Echo<TestServiceImpl> SType; in TEST_F() typedef
456 typedef EchoTestService::WithRawMethod_Echo<TestServiceImpl> SType; in TEST_F() typedef
467 typedef EchoTestService::WithRawMethod_RequestStream<TestServiceImpl> SType; in TEST_F() typedef
480 SType; in TEST_F() typedef
496 SType; in TEST_F() typedef
513 SType; in TEST_F() typedef
529 SType; in TEST_F() typedef
546 SType; in TEST_F() typedef
585 SType; in TEST_F() typedef
623 SType; in TEST_F() typedef
[all …]
H A Draw_end2end_test.cc171 typedef grpc::testing::EchoTestService::AsyncService SType; in TEST_F() typedef
196 SType; in TEST_F() typedef
224 SType; in TEST_F() typedef
270 SType; in TEST_F() typedef
312 SType; in TEST_F() typedef
355 SType; in TEST_F() typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.cpp335 static bool isOpenCLBuiltinType(const StructType *SType) { in isOpenCLBuiltinType()
340 static bool isSPIRVBuiltinType(const StructType *SType) { in isSPIRVBuiltinType()
353 if (auto SType = dyn_cast<StructType>(getTypedPtrEltType(Ty))) in isSpecialOpaqueType() local
H A DSPIRVGlobalRegistry.cpp576 auto SType = cast<StructType>(Ty); in getOrCreateSpecialType() local
671 if (auto SType = dyn_cast<StructType>(Ty)) { in createSPIRVType() local
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp828 llvm::StructType *SType = llvm::StructType::get(AType->getContext(), in EmitArrayInitialization() local
909 llvm::StructType *SType = llvm::StructType::get(AType->getContext(), in EmitDesignatedInitUpdater() local
1457 llvm::StructType *SType = llvm::StructType::get(VMContext, Types, true); in EmitConstantValue() local
/aosp_15_r20/external/zucchini/aosp/include/components/zucchini/
H A Dsuffix_array.h86 enum SLType : bool { SType, LType }; enumerator
/aosp_15_r20/external/zucchini/
H A Dsuffix_array.h86 enum SLType : bool { SType, LType }; enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/M68k/GISel/
H A DM68kCallLowering.cpp59 LLT SType = LLT::scalar(DL.getPointerSizeInBits(0)); in getStackAddress() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86CallLowering.cpp96 LLT SType = LLT::scalar(DL.getPointerSizeInBits(0)); in getStackAddress() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86CallLowering.cpp110 LLT SType = LLT::scalar(DL.getPointerSizeInBits(0)); in getStackAddress() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/TableGen/
H A DTGParser.cpp1041 StringRecTy *SType = dyn_cast<StringRecTy>(LHSt->getType()); in ParseOperation() local
1149 StringRecTy *SType = dyn_cast<StringRecTy>(ExprType->getType()); in ParseOperation() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1100 auto *SType = dyn_cast<IntegerType>(S->getType()); in isKnownLessThan() local
3455 if (auto *SType = dyn_cast<IntegerType>(S->getType())) { in tryDelinearizeFixedSize() local
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
Dtdikrnl.h822 Irp, DevObj, FileObj, CompRoutine, Contxt, SType, MdlAddr) \ argument
/aosp_15_r20/external/llvm/lib/TableGen/
H A DTGParser.cpp825 StringRecTy *SType = dyn_cast<StringRecTy>(LHSt->getType()); in ParseOperation() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmFloatControlsTests.cpp3320 typedef typename TYPE::StorageType SType; in isZeroOrOtherValue() typedef
3492 typedef typename TYPE::StorageType SType; in compareBytes() typedef
H A DvktSpvAsmFloatControls2Tests.cpp2105 typedef typename TYPE::StorageType SType; in compareBytes() typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DTGParser.cpp997 StringRecTy *SType = dyn_cast<StringRecTy>(LHSt->getType()); in ParseOperation() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1013 auto *SType = dyn_cast<IntegerType>(S->getType()); in isKnownLessThan() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp321 Type *SType = SVT.getTypeForEVT(*DAG.getContext()); in ExpandConstantFP() local
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp271 Type *SType = SVT.getTypeForEVT(*DAG.getContext()); in ExpandConstantFP() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp320 Type *SType = SVT.getTypeForEVT(*DAG.getContext()); in ExpandConstantFP() local
/aosp_15_r20/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2167 unsigned SType = 0; in lowerATOMIC_FENCE() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2563 unsigned SType = 0; in lowerATOMIC_FENCE() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2573 unsigned SType = 0; in lowerATOMIC_FENCE() local