Searched refs:Elide (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/ |
D | UDTLayout.cpp | 153 uint32_t OffsetInParent, bool Elide, in BaseClassLayout() argument 156 Elide), in BaseClassLayout() 252 bool Elide = (Parent != nullptr); in initializeChildren() local 254 llvm::make_unique<BaseClassLayout>(*this, Offset, Elide, std::move(VB)); in initializeChildren()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/ |
D | Coroutines.cpp | 152 void coro::replaceCoroFree(CoroIdInst *CoroId, bool Elide) { in replaceCoroFree() argument 162 Elide ? ConstantPointerNull::get(Type::getInt8PtrTy(CoroId->getContext())) in replaceCoroFree()
|
D | CoroInternal.h | 49 void replaceCoroFree(CoroIdInst *CoroId, bool Elide);
|
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | server.pxd.pxi | 26 # TODO(https://github.com/grpc/grpc/issues/15662): Elide this.
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/ |
D | UDTLayout.h | 152 bool Elide, std::unique_ptr<PDBSymbolTypeBaseClass> Base);
|
/external/clang/include/clang/Basic/ |
D | DiagnosticOptions.def | 76 DIAGOPT(ElideType, 1, 0) /// Elide identical types in template diffing
|