Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DUDTLayout.cpp153 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/
DCoroutines.cpp152 void coro::replaceCoroFree(CoroIdInst *CoroId, bool Elide) { in replaceCoroFree() argument
162 Elide ? ConstantPointerNull::get(Type::getInt8PtrTy(CoroId->getContext())) in replaceCoroFree()
DCoroInternal.h49 void replaceCoroFree(CoroIdInst *CoroId, bool Elide);
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dserver.pxd.pxi26 # TODO(https://github.com/grpc/grpc/issues/15662): Elide this.
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DUDTLayout.h152 bool Elide, std::unique_ptr<PDBSymbolTypeBaseClass> Base);
/external/clang/include/clang/Basic/
DDiagnosticOptions.def76 DIAGOPT(ElideType, 1, 0) /// Elide identical types in template diffing