Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/end2end/
Dhybrid_end2end_test.cc417 typedef EchoTestService::WithAsyncMethod_Echo<TestServiceImpl> SType; in TEST_F() typedef
428 typedef EchoTestService::WithRawMethod_Echo<TestServiceImpl> SType; in TEST_F() typedef
439 typedef EchoTestService::WithRawMethod_RequestStream<TestServiceImpl> SType; in TEST_F() typedef
452 SType; in TEST_F() typedef
468 SType; in TEST_F() typedef
485 SType; in TEST_F() typedef
501 SType; in TEST_F() typedef
518 SType; in TEST_F() typedef
557 SType; in TEST_F() typedef
595 SType; in TEST_F() typedef
[all …]
Draw_end2end_test.cc170 typedef grpc::testing::EchoTestService::AsyncService SType; in TEST_F() typedef
195 SType; in TEST_F() typedef
223 SType; in TEST_F() typedef
269 SType; in TEST_F() typedef
311 SType; in TEST_F() typedef
354 SType; in TEST_F() typedef
/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
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
/external/llvm-project/llvm/lib/Target/X86/
DX86CallLowering.cpp109 LLT SType = LLT::scalar(DL.getPointerSizeInBits(0)); in getStackAddress() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86CallLowering.cpp110 LLT SType = LLT::scalar(DL.getPointerSizeInBits(0)); in getStackAddress() local
/external/llvm/lib/TableGen/
DTGParser.cpp825 StringRecTy *SType = dyn_cast<StringRecTy>(LHSt->getType()); in ParseOperation() local
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFloatControlsTests.cpp2480 typedef typename TYPE::StorageType SType; in isZeroOrOtherValue() typedef
2653 typedef typename TYPE::StorageType SType; in compareBytes() typedef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGParser.cpp997 StringRecTy *SType = dyn_cast<StringRecTy>(LHSt->getType()); in ParseOperation() local
/external/llvm-project/llvm/lib/TableGen/
DTGParser.cpp1000 StringRecTy *SType = dyn_cast<StringRecTy>(LHSt->getType()); in ParseOperation() local
/external/llvm-project/clang/lib/CodeGen/
DCGExprConstant.cpp984 llvm::StructType *SType = in EmitArrayConstant() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp1013 auto *SType = dyn_cast<IntegerType>(S->getType()); in isKnownLessThan() local
/external/llvm-project/llvm/lib/Analysis/
DDependenceAnalysis.cpp1015 auto *SType = dyn_cast<IntegerType>(S->getType()); in isKnownLessThan() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp271 Type *SType = SVT.getTypeForEVT(*DAG.getContext()); in ExpandConstantFP() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp321 Type *SType = SVT.getTypeForEVT(*DAG.getContext()); in ExpandConstantFP() local
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp323 Type *SType = SVT.getTypeForEVT(*DAG.getContext()); in ExpandConstantFP() local
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp2167 unsigned SType = 0; in lowerATOMIC_FENCE() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsISelLowering.cpp2563 unsigned SType = 0; in lowerATOMIC_FENCE() local
/external/llvm-project/llvm/lib/Target/Mips/
DMipsISelLowering.cpp2561 unsigned SType = 0; in lowerATOMIC_FENCE() local
/external/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp3747 static void printRelocHeaderFields(formatted_raw_ostream &OS, unsigned SType) { in printRelocHeaderFields()