Home
last modified time | relevance | path

Searched refs:EmptyContext (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DYAMLTraits.h41 struct EmptyContext {}; struct
329 template <class T> struct has_MappingTraits<T, EmptyContext> {
357 template <class T> struct has_MappingValidateTraits<T, EmptyContext> {
1456 EmptyContext Ctx;
1469 inline typename std::enable_if<has_MappingTraits<T, EmptyContext>::value,
1472 EmptyContext Ctx;
1484 EmptyContext Ctx;
1495 EmptyContext Ctx;
1506 EmptyContext Ctx;
1514 inline typename std::enable_if<missingTraits<T, EmptyContext>::value,
[all …]
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DYAMLTraits.h39 struct EmptyContext {}; struct
305 template <class T> struct has_MappingTraits<T, EmptyContext> {
333 template <class T> struct has_MappingValidateTraits<T, EmptyContext> {
570 EmptyContext Context;
610 EmptyContext Ctx;
619 EmptyContext Ctx;
625 EmptyContext Ctx;
716 template <typename T> void doMapping(IO &io, T &Val, EmptyContext &Ctx) {
724 yamlize(IO &io, T &Val, bool, EmptyContext &Ctx) {
732 yamlize(IO &io, T &Val, bool, EmptyContext &Ctx) {
[all …]
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
DAuthContextTest.cs30 public void EmptyContext() in EmptyContext() method in Grpc.Core.Tests.AuthContextTest
/external/grpc-grpc/test/cpp/common/
Dsecure_auth_context_test.cc35 TEST_F(SecureAuthContextTest, EmptyContext) { in TEST_F() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp284 yaml::EmptyContext Ctx; in parseMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DYAMLIOTest.cpp2531 llvm::yaml::EmptyContext Ctx; in TestEscaped()