Home
last modified time | relevance | path

Searched defs:Inlined (Results 1 – 14 of 14) sorted by relevance

/external/clang/test/CodeGenCXX/
Dsanitize-dtor-callback.cpp17 struct Inlined { struct
19 inline ~Inlined() {} in ~Inlined() argument
Dsanitize-no-dtor-callback.cpp12 struct Inlined { struct
13 inline ~Inlined() {} in ~Inlined() argument
/external/rust/crates/grpcio-sys/grpc/src/core/lib/promise/
Darena_promise.h98 struct Inlined { struct
111 const Vtable<T> Inlined<T, Callable>::vtable = {PollOnce, Destroy}; argument
/external/grpc-grpc/src/core/lib/promise/
Darena_promise.h102 struct Inlined { struct
115 const Vtable<T> Inlined<T, Callable>::vtable = {PollOnce, Destroy}; argument
/external/llvm/lib/DebugInfo/Symbolize/
DDIPrinter.cpp68 void DIPrinter::print(const DILineInfo &Info, bool Inlined) { in print()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
DDIPrinter.cpp63 void DIPrinter::print(const DILineInfo &Info, bool Inlined) { in print()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/Symbolize/
DDIPrinter.cpp122 void PlainPrinterBase::printFunctionName(StringRef FunctionName, bool Inlined) { in printFunctionName()
173 void PlainPrinterBase::print(const DILineInfo &Info, bool Inlined) { in print()
/external/openscreen/third_party/abseil/src/absl/container/internal/
Dinlined_vector.h456 struct Inlined { struct
462 Inlined inlined; argument
/external/cronet/third_party/protobuf/src/google/protobuf/
Dgenerated_message_reflection.h272 static bool Inlined(uint32_t v, FieldDescriptor::Type type) { in Inlined() function
/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection.h269 static bool Inlined(uint32_t v, FieldDescriptor::Type type) { in Inlined() function
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h222 Inlined = 0x00000800, enumerator
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h233 Inlined = 0x00000800, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h231 Inlined = 0x00000800, enumerator
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
DSampleProfile.cpp984 bool Inlined = tryInlineCandidate(Candidate, InlinedCallSite); in tryPromoteAndInlineCandidate() local