Home
last modified time | relevance | path

Searched refs:SType (Results 1 – 25 of 25) sorted by relevance

/external/grpc-grpc/test/cpp/end2end/
Dhybrid_end2end_test.cc417 typedef EchoTestService::WithAsyncMethod_Echo<TestServiceImpl> SType; in TEST_F() typedef
418 SType service; in TEST_F()
421 std::thread echo_handler_thread(HandleEcho<SType>, &service, cqs_[0].get(), in TEST_F()
428 typedef EchoTestService::WithRawMethod_Echo<TestServiceImpl> SType; in TEST_F() typedef
429 SType service; in TEST_F()
432 std::thread echo_handler_thread(HandleRawEcho<SType>, &service, cqs_[0].get(), in TEST_F()
439 typedef EchoTestService::WithRawMethod_RequestStream<TestServiceImpl> SType; in TEST_F() typedef
440 SType service; in TEST_F()
443 std::thread request_stream_handler_thread(HandleRawClientStreaming<SType>, in TEST_F()
452 SType; in TEST_F() typedef
[all …]
Draw_end2end_test.cc170 typedef grpc::testing::EchoTestService::AsyncService SType; in TEST_F() typedef
172 auto service = BuildAndStartServer<SType>(); in TEST_F()
195 SType; in TEST_F() typedef
197 auto service = BuildAndStartServer<SType>(); in TEST_F()
223 SType; in TEST_F() typedef
225 auto service = BuildAndStartServer<SType>(); in TEST_F()
269 SType; in TEST_F() typedef
271 auto service = BuildAndStartServer<SType>(); in TEST_F()
311 SType; in TEST_F() typedef
313 auto service = BuildAndStartServer<SType>(); in TEST_F()
[all …]
/external/llvm/test/Feature/
Dconstexpr.ll51 %SType = type { i32 , {float, {i8} }, i64 } ;; struct containing struct
54 @S1 = global %SType* null ;; Global initialized to NULL
55 @S2c = constant %SType { i32 1, {float,{i8}} {float 2.0, {i8} {i8 3}}, i64 4}
59 @S1ptr = global %SType** @S1 ;; Ref. to global S1
60 @S2 = global %SType* @S2c ;; Ref. to constant S2
64 @S1fld1a = global float* getelementptr (%SType, %SType* @S2c, i64 0, i32 1, i32 0)
66 @S1fld1b = global float* getelementptr (%SType, %SType* @S2c, i64 0, i32 1, i32 0)
71 @S2fld3 = global i8* getelementptr (%SType, %SType* @S2c, i64 0, i32 1, i32 1, i32 0)
/external/llvm/test/Integer/
Dconstexpr_bt.ll53 %SType = type { i33 , {float, {i8} }, i64 } ;; struct containing struct
56 @S1 = global %SType* null ;; Global initialized to NULL
57 @S2c = constant %SType { i33 1, {float,{i8}} {float 2.0, {i8} {i8 3}}, i64 4}
61 @S1ptr = global %SType** @S1 ;; Ref. to global S1
62 @S2 = global %SType* @S2c ;; Ref. to constant S2
66 @S1fld1a = global float* getelementptr (%SType, %SType* @S2c, i64 0, i32 1, i32 0)
68 @S1fld1b = global float* getelementptr (%SType, %SType* @S2c, i64 0, i32 1, i32 0)
73 @S2fld3 = global i8* getelementptr (%SType, %SType* @S2c, i64 0, i32 1, i32 1, i32 0)
/external/llvm-project/llvm/test/Integer/
Dconstexpr_bt.ll53 %SType = type { i33 , {float, {i8} }, i64 } ;; struct containing struct
56 @S1 = global %SType* null ;; Global initialized to NULL
57 @S2c = constant %SType { i33 1, {float,{i8}} {float 2.0, {i8} {i8 3}}, i64 4}
61 @S1ptr = global %SType** @S1 ;; Ref. to global S1
62 @S2 = global %SType* @S2c ;; Ref. to constant S2
66 @S1fld1a = global float* getelementptr (%SType, %SType* @S2c, i64 0, i32 1, i32 0)
68 @S1fld1b = global float* getelementptr (%SType, %SType* @S2c, i64 0, i32 1, i32 0)
73 @S2fld3 = global i8* getelementptr (%SType, %SType* @S2c, i64 0, i32 1, i32 1, i32 0)
/external/llvm-project/llvm/test/Feature/
Dconstexpr.ll51 %SType = type { i32 , {float, {i8} }, i64 } ;; struct containing struct
54 @S1 = global %SType* null ;; Global initialized to NULL
55 @S2c = constant %SType { i32 1, {float,{i8}} {float 2.0, {i8} {i8 3}}, i64 4}
59 @S1ptr = global %SType** @S1 ;; Ref. to global S1
60 @S2 = global %SType* @S2c ;; Ref. to constant S2
64 @S1fld1a = global float* getelementptr (%SType, %SType* @S2c, i64 0, i32 1, i32 0)
66 @S1fld1b = global float* getelementptr (%SType, %SType* @S2c, i64 0, i32 1, i32 0)
71 @S2fld3 = global i8* getelementptr (%SType, %SType* @S2c, i64 0, i32 1, i32 1, i32 0)
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-use-auto-new-remove-stars.cpp41 struct SType {} *stype = new SType; in auto_new() struct
Dmodernize-use-auto-new.cpp46 struct SType {} *stype = new SType; in auto_new() struct
/external/clang/lib/CodeGen/
DCGExprConstant.cpp828 llvm::StructType *SType = llvm::StructType::get(AType->getContext(), in EmitArrayInitialization() local
830 return llvm::ConstantStruct::get(SType, Elts); in EmitArrayInitialization()
909 llvm::StructType *SType = llvm::StructType::get(AType->getContext(), in EmitDesignatedInitUpdater() local
911 return llvm::ConstantStruct::get(SType, Elts); in EmitDesignatedInitUpdater()
1457 llvm::StructType *SType = llvm::StructType::get(VMContext, Types, true); in EmitConstantValue() local
1458 return llvm::ConstantStruct::get(SType, Elts); in EmitConstantValue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86CallLowering.cpp110 LLT SType = LLT::scalar(DL.getPointerSizeInBits(0)); in getStackAddress() local
114 Register OffsetReg = MRI.createGenericVirtualRegister(SType); in getStackAddress()
/external/llvm-project/llvm/lib/Target/X86/
DX86CallLowering.cpp109 LLT SType = LLT::scalar(DL.getPointerSizeInBits(0)); in getStackAddress() local
113 auto OffsetReg = MIRBuilder.buildConstant(SType, Offset); in getStackAddress()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFloatControlsTests.cpp2480 typedef typename TYPE::StorageType SType; in isZeroOrOtherValue() typedef
2481 typename RawConvert<FLOAT_TYPE, SType>::Value value; in isZeroOrOtherValue()
2653 typedef typename TYPE::StorageType SType; in compareBytes() typedef
2654 SType expectedInt = fValueId[0].bits(); in compareBytes()
2736 typename RawConvert<FLOAT_TYPE, SType>::Value value; in compareBytes()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp1013 auto *SType = dyn_cast<IntegerType>(S->getType()); in isKnownLessThan() local
1015 if (!SType || !SizeType) in isKnownLessThan()
1018 (SType->getBitWidth() >= SizeType->getBitWidth()) ? SType : SizeType; in isKnownLessThan()
/external/llvm-project/llvm/lib/Analysis/
DDependenceAnalysis.cpp1015 auto *SType = dyn_cast<IntegerType>(S->getType()); in isKnownLessThan() local
1017 if (!SType || !SizeType) in isKnownLessThan()
1020 (SType->getBitWidth() >= SizeType->getBitWidth()) ? SType : SizeType; in isKnownLessThan()
/external/llvm/lib/TableGen/
DTGParser.cpp825 StringRecTy *SType = dyn_cast<StringRecTy>(LHSt->getType()); in ParseOperation() local
826 if (!LType && !SType) { in ParseOperation()
/external/llvm-project/clang/lib/CodeGen/
DCGExprConstant.cpp984 llvm::StructType *SType = in EmitArrayConstant() local
986 return llvm::ConstantStruct::get(SType, Elements); in EmitArrayConstant()
/external/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp3747 static void printRelocHeaderFields(formatted_raw_ostream &OS, unsigned SType) { in printRelocHeaderFields() argument
3748 bool IsRela = SType == ELF::SHT_RELA || SType == ELF::SHT_ANDROID_RELA; in printRelocHeaderFields()
3749 bool IsRelr = SType == ELF::SHT_RELR || SType == ELF::SHT_ANDROID_RELR; in printRelocHeaderFields()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGParser.cpp997 StringRecTy *SType = dyn_cast<StringRecTy>(LHSt->getType()); in ParseOperation() local
998 if (!LType && !SType) { in ParseOperation()
/external/llvm-project/llvm/lib/TableGen/
DTGParser.cpp1000 StringRecTy *SType = dyn_cast<StringRecTy>(LHSt->getType()); in ParseOperation() local
1002 if (!LType && !SType && !DType) { in ParseOperation()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp2167 unsigned SType = 0; in lowerATOMIC_FENCE() local
2170 DAG.getConstant(SType, DL, MVT::i32)); in lowerATOMIC_FENCE()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp271 Type *SType = SVT.getTypeForEVT(*DAG.getContext()); in ExpandConstantFP() local
272 LLVMC = cast<ConstantFP>(ConstantExpr::getFPTrunc(LLVMC, SType)); in ExpandConstantFP()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsISelLowering.cpp2563 unsigned SType = 0; in lowerATOMIC_FENCE() local
2566 DAG.getConstant(SType, DL, MVT::i32)); in lowerATOMIC_FENCE()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp323 Type *SType = SVT.getTypeForEVT(*DAG.getContext()); in ExpandConstantFP() local
324 LLVMC = cast<ConstantFP>(ConstantExpr::getFPTrunc(LLVMC, SType)); in ExpandConstantFP()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp321 Type *SType = SVT.getTypeForEVT(*DAG.getContext()); in ExpandConstantFP() local
322 LLVMC = cast<ConstantFP>(ConstantExpr::getFPTrunc(LLVMC, SType)); in ExpandConstantFP()
/external/llvm-project/llvm/lib/Target/Mips/
DMipsISelLowering.cpp2561 unsigned SType = 0; in lowerATOMIC_FENCE() local
2564 DAG.getConstant(SType, DL, MVT::i32)); in lowerATOMIC_FENCE()