HomeSort by relevance Sort by last modified time
    Searched refs:SType (Results 1 - 16 of 16) sorted by null

  /external/grpc-grpc/test/cpp/end2end/
hybrid_end2end_test.cc 417 typedef EchoTestService::WithAsyncMethod_Echo<TestServiceImpl> SType;
418 SType service;
421 std::thread echo_handler_thread(HandleEcho<SType>, &service, cqs_[0].get(),
428 typedef EchoTestService::WithRawMethod_Echo<TestServiceImpl> SType;
429 SType service;
432 std::thread echo_handler_thread(HandleRawEcho<SType>, &service, cqs_[0].get(),
439 typedef EchoTestService::WithRawMethod_RequestStream<TestServiceImpl> SType;
440 SType service;
443 std::thread request_stream_handler_thread(HandleRawClientStreaming<SType>,
452 SType;
    [all...]
raw_end2end_test.cc 170 typedef grpc::testing::EchoTestService::AsyncService SType;
172 auto service = BuildAndStartServer<SType>();
195 SType;
197 auto service = BuildAndStartServer<SType>();
223 SType;
225 auto service = BuildAndStartServer<SType>();
269 SType;
271 auto service = BuildAndStartServer<SType>();
311 SType;
313 auto service = BuildAndStartServer<SType>();
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 828 llvm::StructType *SType = llvm::StructType::get(AType->getContext(),
830 return llvm::ConstantStruct::get(SType, Elts);
909 llvm::StructType *SType = llvm::StructType::get(AType->getContext(),
911 return llvm::ConstantStruct::get(SType, Elts);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86CallLowering.cpp 112 LLT SType = LLT::scalar(DL.getPointerSizeInBits(0));
116 unsigned OffsetReg = MRI.createGenericVirtualRegister(SType);
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmFloatControlsTests.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
ELFDumper.cpp 402 void printRelocHeader(unsigned SType);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/TableGen/
TGParser.cpp 745 StringRecTy *SType = dynamic_cast<StringRecTy*>(LHSt->getType());
746 if (LType == 0 && SType == 0) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DependenceAnalysis.cpp     [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp 825 StringRecTy *SType = dyn_cast<StringRecTy>(LHSt->getType());
826 if (!LType && !SType) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
TGParser.cpp 949 StringRecTy *SType = dyn_cast<StringRecTy>(LHSt->getType());
950 if (!LType && !SType) {
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 271 Type *SType = SVT.getTypeForEVT(*DAG.getContext());
272 LLVMC = cast<ConstantFP>(ConstantExpr::getFPTrunc(LLVMC, SType));
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 363 Type *SType = SVT.getTypeForEVT(*DAG.getContext());
364 LLVMC = cast<ConstantFP>(ConstantExpr::getFPTrunc(LLVMC, SType));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 307 Type *SType = SVT.getTypeForEVT(*DAG.getContext());
308 LLVMC = cast<ConstantFP>(ConstantExpr::getFPTrunc(LLVMC, SType));
    [all...]

Completed in 639 milliseconds