Home
last modified time | relevance | path

Searched refs:DebugLocation (Results 1 – 13 of 13) sorted by relevance

/external/grpc-grpc/src/core/lib/gprpp/
Ddebug_location.h28 class DebugLocation {
30 DebugLocation(const char* file, int line) : file_(file), line_(line) {} in DebugLocation() function
39 #define DEBUG_LOCATION ::grpc_core::DebugLocation(__FILE__, __LINE__)
41 class DebugLocation {
47 #define DEBUG_LOCATION ::grpc_core::DebugLocation()
Dref_counted.h98 RefCountedPtr<Child> Ref(const DebugLocation& location, in Ref()
120 void Unref(const DebugLocation& location, const char* reason) { in Unref()
Dorphanable.h156 RefCountedPtr<Child> Ref(const DebugLocation& location, in Ref()
178 void Unref(const DebugLocation& location, const char* reason) { in Unref()
/external/grpc-grpc/test/cpp/end2end/
Dclient_lb_end2end_test.cc230 const grpc_core::DebugLocation& location) { in CheckRpcSendOk()
298 size_t server_idx, const grpc_core::DebugLocation& location, in WaitForServer()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DBaseRecognizer.cs1011 protected virtual void DebugLocation(int line, int charPositionInLine) { in DebugLocation() method in Antlr.Runtime.BaseRecognizer
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SROA/
Dalignment.ll41 ; it preserves the original DebugLocation.
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DBaseRecognizer.cs1146 protected virtual void DebugLocation(int line, int charPositionInLine) in DebugLocation() method in Antlr.Runtime.BaseRecognizer
/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp625 DebugLoc DebugLocation; in parse() local
633 DebugLocation = DebugLoc(Node); in parse()
661 MI = MF.CreateMachineInstr(MCID, DebugLocation, /*NoImplicit=*/true); in parse()
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
DAST.stg317 DebugLocation(<e.line>, <e.pos>);<\n>
DCSharp3.stg549 DebugLocation(<ruleDescriptor.tree.line>, <ruleDescriptor.EORNode.charPositionInLine>);
583 DebugLocation(<ruleDescriptor.EORNode.line>, <ruleDescriptor.EORNode.charPositionInLine>);
922 DebugLocation(<it.line>, <it.pos>);<\n>
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
DAST.stg319 DebugLocation(<e.line>, <e.pos>);<\n>
DCSharp2.stg571 DebugLocation(<ruleDescriptor.tree.line>, <ruleDescriptor.EORNode.charPositionInLine>);
605 DebugLocation(<ruleDescriptor.EORNode.line>, <ruleDescriptor.EORNode.charPositionInLine>);
946 DebugLocation(<it.line>, <it.pos>);<\n>
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp756 DebugLoc DebugLocation; in parse() local
764 DebugLocation = DebugLoc(Node); in parse()
792 MI = MF.CreateMachineInstr(MCID, DebugLocation, /*NoImplicit=*/true); in parse()